diff options
author | marcus <marcus@FreeBSD.org> | 2006-04-29 05:14:05 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-04-29 05:14:05 +0800 |
commit | b9ff58e6c3eadc7a5fdf431002ba22b00e29a713 (patch) | |
tree | 6504b92dc0897257acb4041b7d8a886cde07bf65 /textproc/libxml2 | |
parent | e0ecf58defc848b77048c4c0069f0998f872d3e8 (diff) | |
download | freebsd-ports-gnome-b9ff58e6c3eadc7a5fdf431002ba22b00e29a713.tar.gz freebsd-ports-gnome-b9ff58e6c3eadc7a5fdf431002ba22b00e29a713.tar.zst freebsd-ports-gnome-b9ff58e6c3eadc7a5fdf431002ba22b00e29a713.zip |
Update to 2.6.24, and correct a typo in one of the patches.
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 6 | ||||
-rw-r--r-- | textproc/libxml2/files/patch-config.h.in | 2 | ||||
-rw-r--r-- | textproc/libxml2/files/patch-configure | 20 |
4 files changed, 26 insertions, 6 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index d5ad1ab3a230..874dbd2f9168 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -12,8 +12,8 @@ # PORTNAME= libxml2 -PORTVERSION= 2.6.23 -PORTREVISION?= 1 +PORTVERSION= 2.6.24 +PORTREVISION?= 0 CATEGORIES?= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6 diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 133373ab27e4..6787f0d9df85 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/libxml2-2.6.23.tar.bz2) = e98018a6b562f1fa454e705dde2269de -SHA256 (gnome2/libxml2-2.6.23.tar.bz2) = 4da7148d83684ccac90a8084bee9062dc1447fd6f465bcf966c7887d76daec1a -SIZE (gnome2/libxml2-2.6.23.tar.bz2) = 3418784 +MD5 (gnome2/libxml2-2.6.24.tar.bz2) = 258866cdd9204b3ffb75992e00809ebf +SHA256 (gnome2/libxml2-2.6.24.tar.bz2) = 50316e4bae355a228b689733d31e43e3ba82ed2002a9068a9466bdda7dfbc084 +SIZE (gnome2/libxml2-2.6.24.tar.bz2) = 3419708 diff --git a/textproc/libxml2/files/patch-config.h.in b/textproc/libxml2/files/patch-config.h.in index 1bc03b82a393..e86bbf40ec89 100644 --- a/textproc/libxml2/files/patch-config.h.in +++ b/textproc/libxml2/files/patch-config.h.in @@ -4,7 +4,7 @@ /* config.h.in. Generated from configure.in by autoheader. */ + +/* XXX */ -+#define GAVE_VFSCANF ++#define HAVE_VFSCANF + #undef PACKAGE #undef VERSION diff --git a/textproc/libxml2/files/patch-configure b/textproc/libxml2/files/patch-configure new file mode 100644 index 000000000000..26c63986a624 --- /dev/null +++ b/textproc/libxml2/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Fri Apr 28 17:02:02 2006 ++++ configure Fri Apr 28 17:02:43 2006 +@@ -26935,7 +26935,7 @@ fi + -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 +@@ -26958,7 +26958,7 @@ fi + fi + if test "$with_python" != "" + then +- pythondir=$(PYTHON_SITE_PACKAGES) ++ pythondir='$(PYTHON_SITE_PACKAGES)' + else + pythondir='$(libdir)/python$(PYTHON_VERSION)/site-packages' + fi |