diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-15 10:31:28 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-15 10:31:28 +0800 |
commit | 7506b0af9661c348bae7b3c90e3f632c9996d324 (patch) | |
tree | 92273acd4a8635e33b1fa1873a204487c73bcf1d /textproc/libxml2/files | |
parent | 23487909ca7033a70fc30adfb2f3bdadddcee493 (diff) | |
download | freebsd-ports-gnome-7506b0af9661c348bae7b3c90e3f632c9996d324.tar.gz freebsd-ports-gnome-7506b0af9661c348bae7b3c90e3f632c9996d324.tar.zst freebsd-ports-gnome-7506b0af9661c348bae7b3c90e3f632c9996d324.zip |
* Update to 2.5.10
* Clean up the Python installation to obey PREFIX (finally)
* Mark some of the more troublesome build options as DEVELOPER ONLY!
Diffstat (limited to 'textproc/libxml2/files')
-rw-r--r-- | textproc/libxml2/files/patch-aa | 36 | ||||
-rw-r--r-- | textproc/libxml2/files/patch-ad | 12 | ||||
-rw-r--r-- | textproc/libxml2/files/patch-configure | 18 | ||||
-rw-r--r-- | textproc/libxml2/files/patch-python::Makefile.in | 6 | ||||
-rw-r--r-- | textproc/libxml2/files/patch-python::tests::Makefile.in | 12 |
5 files changed, 45 insertions, 39 deletions
diff --git a/textproc/libxml2/files/patch-aa b/textproc/libxml2/files/patch-aa index 19dfe4f4dfbf..09476deebc19 100644 --- a/textproc/libxml2/files/patch-aa +++ b/textproc/libxml2/files/patch-aa @@ -1,47 +1,47 @@ ---- Makefile.in.orig Tue Nov 19 00:01:49 2002 -+++ Makefile.in Tue Nov 19 00:04:06 2002 -@@ -137,7 +137,7 @@ - Z_CFLAGS = @Z_CFLAGS@ - Z_LIBS = @Z_LIBS@ +--- Makefile.in.orig Thu Aug 14 22:02:48 2003 ++++ Makefile.in Thu Aug 14 22:04:43 2003 +@@ -153,7 +153,7 @@ + install_sh = @install_sh@ + pythondir = @pythondir@ -SUBDIRS = include . doc example @PYTHON_SUBDIR@ +SUBDIRS = include . doc example @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@ DIST_SUBDIRS = include . doc example python -@@ -154,7 +154,7 @@ +@@ -171,7 +171,7 @@ lib_LTLIBRARIES = libxml2.la libxml2_la_LIBADD = @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) -lm -libxml2_la_LDFLAGS = -version-info @LIBXML_VERSION_INFO@ +libxml2_la_LDFLAGS = -version-info 5:0:0 - @WITH_TRIO_SOURCES_TRUE@libxml2_la_SOURCES = @WITH_TRIO_SOURCES_TRUE@SAX.c entities.c encoding.c error.c parserInternals.c \ + + @WITH_TRIO_SOURCES_TRUE@libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c \ @WITH_TRIO_SOURCES_TRUE@ parser.c tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c \ - @WITH_TRIO_SOURCES_TRUE@ valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c \ -@@ -239,7 +239,7 @@ +@@ -270,7 +270,7 @@ CLEANFILES = xml2Conf.sh -confexecdir = $(libdir) +confexecdir = $(sysconfdir) confexec_DATA = xml2Conf.sh - EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml.spec \ + EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml2.spec \ libxml.m4 Copyright check-xml-test-suite.py \ -@@ -257,7 +257,7 @@ +@@ -289,7 +289,7 @@ # Instll the tests program sources as examples # BASE_DIR = $(datadir)/doc -DOC_MODULE = libxml2-$(VERSION) +DOC_MODULE = libxml2 EXAMPLES_DIR = $(BASE_DIR)/$(DOC_MODULE)/examples + subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -@@ -1354,7 +1354,7 @@ - uninstall-confexecDATA uninstall-m4dataDATA \ - uninstall-pkgconfigDATA - uninstall: uninstall-recursive +@@ -1034,7 +1034,7 @@ + check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) check-local + check: check-recursive -all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \ +all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \ config.h - all-redirect: all-recursive-am - install-strip: + install-binPROGRAMS: install-libLTLIBRARIES + diff --git a/textproc/libxml2/files/patch-ad b/textproc/libxml2/files/patch-ad index 950263cfa9fb..6a7282d2c80c 100644 --- a/textproc/libxml2/files/patch-ad +++ b/textproc/libxml2/files/patch-ad @@ -1,11 +1,11 @@ ---- doc/Makefile.in.orig Sat Mar 31 17:53:38 2001 -+++ doc/Makefile.in Sat Mar 31 17:54:08 2001 -@@ -112,7 +112,7 @@ - Z_CFLAGS = @Z_CFLAGS@ - Z_LIBS = @Z_LIBS@ +--- doc/Makefile.in.orig Thu Aug 14 22:05:15 2003 ++++ doc/Makefile.in Thu Aug 14 22:05:46 2003 +@@ -153,7 +153,7 @@ + pythondir = @pythondir@ + # The name of the module. -DOC_MODULE = libxml2-$(VERSION) +DOC_MODULE = libxml2 # The top-level SGML file. - DOC_MAIN_SGML_FILE = gnome-xml.sgml + DOC_MAIN_XML_FILE = gnome-xml.xml diff --git a/textproc/libxml2/files/patch-configure b/textproc/libxml2/files/patch-configure index fc4c106f533f..d954c8093e1f 100644 --- a/textproc/libxml2/files/patch-configure +++ b/textproc/libxml2/files/patch-configure @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- configure 2002/04/26 07:47:10 1.1 -+++ configure 2002/04/26 07:47:25 -@@ -5539,6 +5539,7 @@ +--- configure.orig Thu Aug 14 20:33:30 2003 ++++ configure Thu Aug 14 22:12:01 2003 +@@ -8256,6 +8256,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -11,3 +8,12 @@ $FreeBSD$ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -14275,7 +14276,7 @@ + fi + if test "$with_python" != "" + then +- pythondir='$(PYTHON_SITE_PACKAGES)' ++ pythondir='$(libdir)/python${PYTHON_VERSION}/site-packages' + else + pythondir='$(libdir)/python${PYTHON_VERSION}/site-packages' + fi diff --git a/textproc/libxml2/files/patch-python::Makefile.in b/textproc/libxml2/files/patch-python::Makefile.in index 3f25c609648b..e7f8a271b16b 100644 --- a/textproc/libxml2/files/patch-python::Makefile.in +++ b/textproc/libxml2/files/patch-python::Makefile.in @@ -1,6 +1,6 @@ ---- python/Makefile.in.orig Wed Apr 17 21:43:23 2002 -+++ python/Makefile.in Wed Apr 17 21:44:01 2002 -@@ -141,7 +141,7 @@ +--- python/Makefile.in.orig Thu Aug 14 22:06:11 2003 ++++ python/Makefile.in Thu Aug 14 22:06:39 2003 +@@ -161,7 +161,7 @@ -I$(top_srcdir)/include diff --git a/textproc/libxml2/files/patch-python::tests::Makefile.in b/textproc/libxml2/files/patch-python::tests::Makefile.in index da65832f2df1..b0b5df548d0e 100644 --- a/textproc/libxml2/files/patch-python::tests::Makefile.in +++ b/textproc/libxml2/files/patch-python::tests::Makefile.in @@ -1,9 +1,9 @@ ---- python/tests/Makefile.in.orig Wed Apr 17 21:45:40 2002 -+++ python/tests/Makefile.in Wed Apr 17 21:46:32 2002 -@@ -130,7 +130,7 @@ - Z_CFLAGS = @Z_CFLAGS@ - Z_LIBS = @Z_LIBS@ - +--- python/tests/Makefile.in.orig Thu Aug 14 22:07:15 2003 ++++ python/tests/Makefile.in Thu Aug 14 22:07:43 2003 +@@ -150,7 +150,7 @@ + am__quote = @am__quote@ + install_sh = @install_sh@ + pythondir = @pythondir@ -EXAMPLE_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples +EXAMPLE_DIR = $(datadir)/doc/libxml2-python/examples |