aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-11 23:57:40 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-11 23:57:40 +0000
commit1b997d641e8ab3b69f3fbe5c28a292031d2451ba (patch)
tree1a035389df821be0648b7e854ece90e667e589fe /textproc/libxml2
parentdd9665a9ef22f5496ee6fa7d909a1c09d7b2e6b2 (diff)
Notes
Diffstat (limited to 'textproc/libxml2')
-rw-r--r--textproc/libxml2/Makefile2
-rw-r--r--textproc/libxml2/distinfo4
-rw-r--r--textproc/libxml2/files/patch-aa20
3 files changed, 13 insertions, 13 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index d72681fd43d1..3ffbc9ac8ab5 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 63fb31a97fda..edd3cd983d46 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 91a833a84562..e7fc072340be 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