diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-11 23:57:40 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-11 23:57:40 +0000 |
commit | e721b2945dd3f82dd23a2660df82bcbfcb182018 (patch) | |
tree | 99ddb32057c2a89418b75ebf4a663c02762b8071 /textproc | |
parent | ed18fb0915caa053a364b6387e09c50db77a86ac (diff) | |
download | FreeBSD-ports-e721b2945dd3f82dd23a2660df82bcbfcb182018.zip FreeBSD-ports-e721b2945dd3f82dd23a2660df82bcbfcb182018.tar.gz |
Update to 2.6.14.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 4 | ||||
-rw-r--r-- | textproc/libxml2/files/patch-aa | 20 |
3 files changed, 13 insertions, 13 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index d72681f..3ffbc9a 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxml2 -PORTVERSION= 2.6.13 +PORTVERSION= 2.6.14 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 63fb31a..edd3cd9 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/libxml2-2.6.13.tar.bz2) = feee8b092d5e9e77d50622a5639076fc -SIZE (gnome2/libxml2-2.6.13.tar.bz2) = 2783813 +MD5 (gnome2/libxml2-2.6.14.tar.bz2) = d011c3167b283a4613137b6b73da09c3 +SIZE (gnome2/libxml2-2.6.14.tar.bz2) = 2905027 diff --git a/textproc/libxml2/files/patch-aa b/textproc/libxml2/files/patch-aa index 91a833a..e7fc072 100644 --- a/textproc/libxml2/files/patch-aa +++ b/textproc/libxml2/files/patch-aa @@ -1,12 +1,12 @@ ---- Makefile.in.orig Sun Aug 22 21:07:59 2004 -+++ Makefile.in Sun Aug 22 21:09:14 2004 -@@ -421,13 +421,13 @@ +--- Makefile.in.orig Thu Sep 30 14:47:21 2004 ++++ Makefile.in Thu Sep 30 14:49:03 2004 +@@ -423,13 +423,13 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ --SUBDIRS = include . doc example @PYTHON_SUBDIR@ -+SUBDIRS = include . doc example @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@ - DIST_SUBDIRS = include . doc example python +-SUBDIRS = include . doc example xstc @PYTHON_SUBDIR@ ++SUBDIRS = include . doc example xstc @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@ + DIST_SUBDIRS = include . doc example python xstc INCLUDES = -I$(top_builddir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@ bin_SCRIPTS = xml2-config lib_LTLIBRARIES = libxml2.la @@ -16,16 +16,16 @@ @WITH_TRIO_SOURCES_FALSE@libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c \ @WITH_TRIO_SOURCES_FALSE@ parser.c tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c \ @WITH_TRIO_SOURCES_FALSE@ valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c \ -@@ -504,7 +504,7 @@ +@@ -506,7 +506,7 @@ testReader_DEPENDENCIES = $(DEPS) testReader_LDADD = $(LDADDS) CLEANFILES = xml2Conf.sh -confexecdir = $(libdir) +confexecdir = $(sysconfdir) confexec_DATA = xml2Conf.sh + CVS_EXTRA_DIST = EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml2.spec \ - libxml.m4 Copyright check-xml-test-suite.py \ -@@ -525,8 +525,8 @@ +@@ -528,8 +528,8 @@ # Install the tests program sources as examples # BASE_DIR = $(datadir)/doc @@ -36,7 +36,7 @@ all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive -@@ -1213,7 +1213,7 @@ +@@ -1216,7 +1216,7 @@ check-am: all-am $(MAKE) $(AM_MAKEFLAGS) check-local check: check-recursive |