diff options
author | marcus <marcus@FreeBSD.org> | 2006-05-03 06:40:27 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-05-03 06:40:27 +0800 |
commit | 4ac791cc0adff10626c2d24f7e3ba2b9b4135857 (patch) | |
tree | ca8504d4cfe362bfe059c61dc5198a85945d48c5 /textproc/libxslt | |
parent | 9214fc8000bf3ce0fc910c83f06c6bd7cd1e93db (diff) | |
download | freebsd-ports-gnome-4ac791cc0adff10626c2d24f7e3ba2b9b4135857.tar.gz freebsd-ports-gnome-4ac791cc0adff10626c2d24f7e3ba2b9b4135857.tar.zst freebsd-ports-gnome-4ac791cc0adff10626c2d24f7e3ba2b9b4135857.zip |
Update to 1.1.16.
Diffstat (limited to 'textproc/libxslt')
-rw-r--r-- | textproc/libxslt/Makefile | 3 | ||||
-rw-r--r-- | textproc/libxslt/distinfo | 6 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-configure | 29 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-libexslt_crypto.c | 11 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-libxslt::xslt.h | 18 |
5 files changed, 33 insertions, 34 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index f9af25eff937..4f7b82ef934d 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libxslt -PORTVERSION= 1.1.15 -PORTREVISION= 1 +PORTVERSION= 1.1.16 CATEGORIES?= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo index 66ed6fb177a4..eaea0fd4eddd 100644 --- a/textproc/libxslt/distinfo +++ b/textproc/libxslt/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/libxslt-1.1.15.tar.bz2) = 0a48d1a723d5338b246702ab1769e7bf -SHA256 (gnome2/libxslt-1.1.15.tar.bz2) = 6322124f471d6ed4908833cddaba512b247aa169cb8d1ebd87219afe051c6e03 -SIZE (gnome2/libxslt-1.1.15.tar.bz2) = 1822862 +MD5 (gnome2/libxslt-1.1.16.tar.bz2) = 35e1c422b4b222c860dd56445fa51a8b +SHA256 (gnome2/libxslt-1.1.16.tar.bz2) = 9e9840b2bbe4bdc7c0afeba3ee981fdeb4964d2c4109ced127ccc9ef975a9c37 +SIZE (gnome2/libxslt-1.1.16.tar.bz2) = 1861172 diff --git a/textproc/libxslt/files/patch-configure b/textproc/libxslt/files/patch-configure new file mode 100644 index 000000000000..2623f0649c98 --- /dev/null +++ b/textproc/libxslt/files/patch-configure @@ -0,0 +1,29 @@ +--- configure.orig Tue May 2 18:32:39 2006 ++++ configure Tue May 2 18:34:50 2006 +@@ -21701,7 +21701,7 @@ except: print 0"` + -d $with_python/lib/python$PYTHON_VERSION/site-packages + then + PYTHON_INCLUDES=$with_python/include/python$PYTHON_VERSION +- PYTHON_SITE_PACKAGES='$(libdir)/lib/python$(PYTHON_VERSION)/site-packages' ++ PYTHON_SITE_PACKAGES=$with_python/lib/python$PYTHON_VERSION/site-packages + else + if test -r $prefix/include/python$PYTHON_VERSION/Python.h + then +@@ -21724,7 +21724,7 @@ except: print 0"` + fi + if test "$with_python" != "" + then +- pythondir=$(PYTHON_SITE_PACKAGES) ++ pythondir='$(PYTHON_SITE_PACKAGES)' + else + pythondir='$(libdir)/python$(PYTHON_VERSION)/site-packages' + fi +@@ -22057,7 +22057,7 @@ fi + + + +-if test "$WITH_MODULES" == "1"; then ++if test "$WITH_MODULES" = "1"; then + WITH_MODULES_TRUE= + WITH_MODULES_FALSE='#' + else diff --git a/textproc/libxslt/files/patch-libexslt_crypto.c b/textproc/libxslt/files/patch-libexslt_crypto.c deleted file mode 100644 index da62d0d1919f..000000000000 --- a/textproc/libxslt/files/patch-libexslt_crypto.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libexslt/crypto.c.orig Mon Jul 5 19:33:58 2004 -+++ libexslt/crypto.c Mon Jul 5 19:35:25 2004 -@@ -315,6 +315,8 @@ - #define PLATFORM_MD5 GCRY_MD_MD5 - #define PLATFORM_SHA1 GCRY_MD_SHA1 - -+#include <sys/types.h> -+#include <sys/time.h> - #include <sys/select.h> /* needed by gcrypt.h 4 Jul 04 */ - #include <gcrypt.h> - diff --git a/textproc/libxslt/files/patch-libxslt::xslt.h b/textproc/libxslt/files/patch-libxslt::xslt.h deleted file mode 100644 index 72db80ae0739..000000000000 --- a/textproc/libxslt/files/patch-libxslt::xslt.h +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- libxslt/xslt.h 2001/12/06 12:04:42 1.1 -+++ libxslt/xslt.h 2001/12/06 12:07:32 -@@ -11,6 +11,12 @@ - - #include <libxml/tree.h> - -+#if defined(WIN32) && defined(_MSC_VER) -+#include <libxslt/xsltwin32config.h> -+#else -+#include <libxslt/xsltconfig.h> -+#endif -+ - #ifdef __cplusplus - extern "C" { - #endif |