1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Update to 1.8.11

This commit is contained in:
Ade Lovett 2001-01-11 16:45:02 +00:00
parent a2bdd04a6f
commit 3c000e6a29
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37103
4 changed files with 49 additions and 55 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= libxml
PORTVERSION= 1.8.10
PORTVERSION= 1.8.11
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/libxml

View File

@ -1 +1 @@
MD5 (libxml-1.8.10.tar.gz) = 4773efd97515916b9b4a7d6a303997d4
MD5 (libxml-1.8.11.tar.gz) = ddbbe7e76fe51d24bd8f6f961ea69c31

View File

@ -1,40 +1,32 @@
--- Makefile.in.orig Thu Feb 25 13:01:50 1999
+++ Makefile.in Wed Mar 3 13:15:47 1999
@@ -101,7 +101,7 @@
--- Makefile.in.orig Thu Jan 11 04:30:32 2001
+++ Makefile.in Thu Jan 11 10:40:25 2001
@@ -108,3 +108,3 @@
lib_LTLIBRARIES = libxml.la
-libxml_la_LDFLAGS = -version-info @LIBXML_VERSION_INFO@ @Z_LIBS@
+libxml_la_LDFLAGS = -version-info 5:0:0 @Z_LIBS@
-libxml_la_LDFLAGS = -version-info @LIBXML_VERSION_INFO@
+libxml_la_LDFLAGS = -version-info 5:0:0
libxml_la_SOURCES = SAX.c entities.c encoding.c error.c parser.c HTMLparser.c HTMLtree.c debugXML.c tree.c xpath.c valid.c
@@ -105,7 +105,7 @@
tester_DEPENDENCIES = $(DEPS)
tester_LDADD = $(LDADDS)
@@ -140,3 +140,3 @@
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = xmlConf.sh
@@ -176,3 +176,3 @@
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-DATA = $(confexec_DATA) $(pkgconfig_DATA)
+DATA = $(confexec_DATA)
EXTRA_DIST = xmlConf.sh.in libxml.spec.in
@@ -518,7 +518,7 @@
uninstall-am: uninstall-libLTLIBRARIES uninstall-binSCRIPTS \
uninstall-confexecDATA uninstall-xmlincHEADERS
@@ -620,3 +620,3 @@
-install-data-am: install-pkgconfigDATA install-xmlincHEADERS
+install-data-am: install-xmlincHEADERS
install-data: install-data-recursive
@@ -630,3 +630,3 @@
uninstall: uninstall-recursive
-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
+all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) \
$(HEADERS) config.h
all-redirect: all-recursive-am
install-strip:
--- doc/Makefile.in.orig Thu Feb 25 13:01:51 1999
+++ doc/Makefile.in Tue Mar 2 20:39:23 1999
@@ -89,7 +89,7 @@
# The directory containing the source code (if it contains documentation).
DOC_SOURCE_DIR = ..
-HTML_DIR = $(datadir)/gnome-xml/html
+HTML_DIR = $(datadir)
TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -638,3 +638,3 @@
$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \
- $(DESTDIR)$(confexecdir) $(DESTDIR)$(pkgconfigdir) \
+ $(DESTDIR)$(confexecdir) \
$(DESTDIR)$(xmlincdir)

View File

@ -20,29 +20,31 @@ include/gnome-xml/xpath.h
lib/libxml.a
lib/libxml.so
lib/libxml.so.5
share/gnome-xml/DOM.gif
share/gnome-xml/book1.html
share/gnome-xml/gnome-xml-debugxml.html
share/gnome-xml/gnome-xml-encoding.html
share/gnome-xml/gnome-xml-entities.html
share/gnome-xml/gnome-xml-error.html
share/gnome-xml/gnome-xml-htmlparser.html
share/gnome-xml/gnome-xml-htmltree.html
share/gnome-xml/gnome-xml-nanoftp.html
share/gnome-xml/gnome-xml-nanohttp.html
share/gnome-xml/gnome-xml-parser.html
share/gnome-xml/gnome-xml-parserinternals.html
share/gnome-xml/gnome-xml-sax.html
share/gnome-xml/gnome-xml-tree.html
share/gnome-xml/gnome-xml-valid.html
share/gnome-xml/gnome-xml-xml-error.html
share/gnome-xml/gnome-xml-xmlio.html
share/gnome-xml/gnome-xml-xmlmemory.html
share/gnome-xml/gnome-xml-xpath.html
share/gnome-xml/index.sgml
share/gnome-xml/libxml-lib.html
share/gnome-xml/libxml-notes.html
share/gnome-xml/structure.gif
share/gnome-xml/xml.html
share/gnome-xml/html/gnome-xml/DOM.gif
share/gnome-xml/html/gnome-xml/book1.html
share/gnome-xml/html/gnome-xml/gnome-xml-debugxml.html
share/gnome-xml/html/gnome-xml/gnome-xml-encoding.html
share/gnome-xml/html/gnome-xml/gnome-xml-entities.html
share/gnome-xml/html/gnome-xml/gnome-xml-error.html
share/gnome-xml/html/gnome-xml/gnome-xml-htmlparser.html
share/gnome-xml/html/gnome-xml/gnome-xml-htmltree.html
share/gnome-xml/html/gnome-xml/gnome-xml-nanoftp.html
share/gnome-xml/html/gnome-xml/gnome-xml-nanohttp.html
share/gnome-xml/html/gnome-xml/gnome-xml-parser.html
share/gnome-xml/html/gnome-xml/gnome-xml-parserinternals.html
share/gnome-xml/html/gnome-xml/gnome-xml-sax.html
share/gnome-xml/html/gnome-xml/gnome-xml-tree.html
share/gnome-xml/html/gnome-xml/gnome-xml-valid.html
share/gnome-xml/html/gnome-xml/gnome-xml-xml-error.html
share/gnome-xml/html/gnome-xml/gnome-xml-xmlio.html
share/gnome-xml/html/gnome-xml/gnome-xml-xmlmemory.html
share/gnome-xml/html/gnome-xml/gnome-xml-xpath.html
share/gnome-xml/html/gnome-xml/index.sgml
share/gnome-xml/html/gnome-xml/libxml-lib.html
share/gnome-xml/html/gnome-xml/libxml-notes.html
share/gnome-xml/html/gnome-xml/structure.gif
share/gnome-xml/html/gnome-xml/xml.html
@dirrm share/gnome-xml/html/gnome-xml
@dirrm share/gnome-xml/html
@dirrm share/gnome-xml
@dirrm include/gnome-xml