[csw-devel] SF.net SVN: gar:[10107] csw/mgar/pkg/libxslt/trunk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sun Jun 6 18:55:15 CEST 2010
Revision: 10107
http://gar.svn.sourceforge.net/gar/?rev=10107&view=rev
Author: bdwalton
Date: 2010-06-06 16:55:14 +0000 (Sun, 06 Jun 2010)
Log Message:
-----------
libxslt: drop patch file that is rolled in upstream
Modified Paths:
--------------
csw/mgar/pkg/libxslt/trunk/Makefile
csw/mgar/pkg/libxslt/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/libxslt/trunk/files/fix-segfault-in-debug.patch
Modified: csw/mgar/pkg/libxslt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libxslt/trunk/Makefile 2010-06-06 05:44:07 UTC (rev 10106)
+++ csw/mgar/pkg/libxslt/trunk/Makefile 2010-06-06 16:55:14 UTC (rev 10107)
@@ -16,8 +16,6 @@
CATALOGNAME_CSWlibxsltdevel = libxslt_devel
CATALOGNAME_CSWpylibxslt = py_libxslt
-PATCHFILES = fix-segfault-in-debug.patch
-
BUILD_DEP_PKGS = CSWlibxml2 CSWlibxml2devel
SPKG_DESC_CSWlibxslt = XSLT engine runtime package
Modified: csw/mgar/pkg/libxslt/trunk/checksums
===================================================================
--- csw/mgar/pkg/libxslt/trunk/checksums 2010-06-06 05:44:07 UTC (rev 10106)
+++ csw/mgar/pkg/libxslt/trunk/checksums 2010-06-06 16:55:14 UTC (rev 10107)
@@ -1,2 +1 @@
-967047de707d0f20d7fa3b0d0916fdd9 fix-segfault-in-debug.patch
e61d0364a30146aaa3001296f853b2b9 libxslt-1.1.26.tar.gz
Deleted: csw/mgar/pkg/libxslt/trunk/files/fix-segfault-in-debug.patch
===================================================================
--- csw/mgar/pkg/libxslt/trunk/files/fix-segfault-in-debug.patch 2010-06-06 05:44:07 UTC (rev 10106)
+++ csw/mgar/pkg/libxslt/trunk/files/fix-segfault-in-debug.patch 2010-06-06 16:55:14 UTC (rev 10107)
@@ -1,28 +0,0 @@
-diff --speed-large-files --minimal -Nru libxslt-1.1.24.orig/libxslt/extensions.c libxslt-1.1.24/libxslt/extensions.c
---- libxslt-1.1.24.orig/libxslt/extensions.c 2008-05-13 17:36:26.000000000 +0200
-+++ libxslt-1.1.24/libxslt/extensions.c 2009-08-16 05:00:34.108691758 +0200
-@@ -366,16 +366,17 @@
- /* determine module directory */
- ext_directory = (xmlChar *) getenv("LIBXSLT_PLUGINS_PATH");
-
-+ if (NULL == ext_directory) {
-+ ext_directory = BAD_CAST LIBXSLT_DEFAULT_PLUGINS_PATH();
-+ if (NULL == ext_directory)
-+ return (-1);
-+ }
- #ifdef WITH_XSLT_DEBUG_EXTENSIONS
-- xsltGenericDebug(xsltGenericDebugContext,
-- "LIBXSLT_PLUGINS_PATH is %s\n", ext_directory);
-+ else
-+ xsltGenericDebug(xsltGenericDebugContext,
-+ "LIBXSLT_PLUGINS_PATH is %s\n", ext_directory);
- #endif
-
-- if (NULL == ext_directory)
-- ext_directory = BAD_CAST LIBXSLT_DEFAULT_PLUGINS_PATH();
-- if (NULL == ext_directory)
-- return (-1);
--
- /* build the module filename, and confirm the module exists */
- xmlStrPrintf((xmlChar *) module_filename, sizeof(module_filename),
- BAD_CAST "%s/%s%s",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list