Subject: CVS commit: pkgsrc/textproc/libxslt
From: Adam Ciarcinski
Date: 2012-11-27 13:17:51
Message id: 20121127121751.3F6A0175DD@cvs.netbsd.org

Log Message:
Changes 1.1.28:
Portability:
* Fix python build by using libxsltmod_la_CPPFLAGS instead of AM_CPPFLAGS,
* configure should be more careful with linker script,
* add gcrypt library in LIBADD, not LDFLAGS, as recommended
Bug fixes:
* Fix generate-id() to avoid generating the same ID,
* Fix crash with empty xsl:key/@match attribute,
* Crash when passing an uninitialized variable to document(),
* Add missing test docs to EXTRA_DIST,
* Fix regression: Default namespace not correctly used
Cleanups:
* Remove xsltTransStorageAdd and xsltTransStorageRemove from symbols.xml,
* autogen.sh cleanup,
* consistent use of xslt processor,
* Add object files in tests/plugins to .gitignore,
* Fix error on bug-165 regression test,
* Remove xsltTransStorageAdd and xsltTransStorageRemove

Files:
RevisionActionfile
1.93modifypkgsrc/textproc/libxslt/Makefile
1.55modifypkgsrc/textproc/libxslt/distinfo
1.3modifypkgsrc/textproc/libxslt/patches/patch-ah