diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-06 07:50:01 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-06 07:50:01 +0000 |
commit | 4f626178f44bd32689c5dbd3322ec09326bd1f52 (patch) | |
tree | 1ada9743af2a3facba82ec24526ec20700ead661 /textproc/libxml2/files | |
parent | Update to xbae 4.9.0 (diff) |
Update to 2.3.8.
Notes
Notes:
svn path=/head/; revision=42313
Diffstat (limited to 'textproc/libxml2/files')
-rw-r--r-- | textproc/libxml2/files/patch-aa | 27 | ||||
-rw-r--r-- | textproc/libxml2/files/patch-ab | 42 |
2 files changed, 35 insertions, 34 deletions
diff --git a/textproc/libxml2/files/patch-aa b/textproc/libxml2/files/patch-aa index e5c879a5d508..78c051c731a2 100644 --- a/textproc/libxml2/files/patch-aa +++ b/textproc/libxml2/files/patch-aa @@ -21,24 +21,6 @@ $FreeBSD$ confexec_DATA = xml2Conf.sh CLEANFILES = xml2Conf.sh -@@ -205,7 +205,7 @@ - MANS = $(man_MANS) - - NROFF = nroff --DATA = $(confexec_DATA) $(m4data_DATA) $(pkgconfig_DATA) -+DATA = $(confexec_DATA) $(m4data_DATA) - - DIST_COMMON = README ./stamp-h.in AUTHORS COPYING COPYING.LIB ChangeLog \ - INSTALL Makefile.am Makefile.in NEWS TODO acconfig.h acinclude.m4 \ -@@ -825,7 +825,7 @@ - install-binSCRIPTS install-confexecDATA - install-exec: install-exec-recursive - --install-data-am: install-man install-m4dataDATA install-pkgconfigDATA -+install-data-am: install-man install-m4dataDATA - install-data: install-data-recursive - - install-am: all-am @@ -836,7 +836,7 @@ uninstall-confexecDATA uninstall-m4dataDATA \ uninstall-pkgconfigDATA @@ -48,12 +30,3 @@ $FreeBSD$ config.h all-redirect: all-recursive-am install-strip: -@@ -846,7 +846,7 @@ - $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \ - $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 \ - $(DESTDIR)$(mandir)/man4 $(DESTDIR)$(confexecdir) \ -- $(DESTDIR)$(m4datadir) $(DESTDIR)$(pkgconfigdir) -+ $(DESTDIR)$(m4datadir) - - - mostlyclean-generic: diff --git a/textproc/libxml2/files/patch-ab b/textproc/libxml2/files/patch-ab index 21cc214b6e21..d02bc14ee9b4 100644 --- a/textproc/libxml2/files/patch-ab +++ b/textproc/libxml2/files/patch-ab @@ -1,21 +1,47 @@ ---- configure.orig Thu Mar 1 11:00:11 2001 -+++ configure Thu Mar 8 22:11:26 2001 -@@ -3479,3 +3479,3 @@ + +$FreeBSD$ + +--- configure.orig Thu May 3 14:34:45 2001 ++++ configure Sun May 6 10:40:20 2001 +@@ -3536,7 +3536,7 @@ + + XML_LIBDIR='-L${libdir}' -XML_INCLUDEDIR='-I${includedir}/libxml -I${includedir}' +XML_INCLUDEDIR='-I${includedir}/libxml2 -I${includedir}/libxml2/libxml' - XML_LIBS="-lxml2 $Z_LIBS $M_LIBS $LIBS" -@@ -3875,3 +3875,3 @@ + XML_LIBS="-lxml2 $Z_LIBS -lm $LIBS" + + XML_CFLAGS="" +@@ -3819,7 +3819,7 @@ + fi + + +-if "${NEED_TRIO}" = "1"; then ++if test "${NEED_TRIO}" = "1"; then + WITH_TRIO_SOURCES_TRUE= + WITH_TRIO_SOURCES_FALSE='#' + else +@@ -4003,7 +4003,7 @@ + /* Override any gcc2 internal prototype to avoid an error. */ + /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ -char iconv(); +char libiconv(); -@@ -3885,3 +3885,3 @@ + int main() { + +@@ -4013,7 +4013,7 @@ + #if defined (__stub_iconv) || defined (__stub___iconv) + choke me #else -iconv(); +libiconv(); #endif -@@ -3921,6 +3921,6 @@ + + ; return 0; } +@@ -4049,10 +4049,10 @@ + /* Override any gcc2 internal prototype to avoid an error. */ + /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ -char iconv(); +char libiconv(); @@ -24,3 +50,5 @@ -iconv() +libiconv() ; return 0; } + EOF + if { (eval echo configure:4059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |