diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-28 21:14:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-28 21:14:05 +0000 |
commit | 54e1c5bf81d9afd6da698d1d88fe1d6e9fcd1dbb (patch) | |
tree | 0965ae6bee3ed1c4dc69dac4e36a162ce684865c /textproc/libxml2 | |
parent | b383a61c869210e942f80638607674007b7a0625 (diff) |
Notes
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 |