- Upgrade to version 2.3.5
- Integrate COMMENT - Bump NEED_VERSION Pointed out by Shell Hung <i@shellhung.org>
This commit is contained in:
parent
33df7372f6
commit
91ec162b62
@ -1,9 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2001/03/18 10:48:48 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2001/03/26 03:00:39 kevlo Exp $
|
||||
|
||||
DISTNAME= libxml2-2.3.4
|
||||
PKGNAME= libxml-2.3.4
|
||||
COMMENT= "xml parsing library"
|
||||
|
||||
VERSION= 2.3.5
|
||||
DISTNAME= libxml2-${VERSION}
|
||||
PKGNAME= libxml-${VERSION}
|
||||
CATEGORIES= textproc
|
||||
NEED_VERSION= 1.341
|
||||
NEED_VERSION= 1.364
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/libxml
|
||||
|
||||
@ -19,5 +22,6 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --enable-static --without-iconv
|
||||
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libxml2-2.3.4.tar.gz) = ffaa340b5b5e5363210a0c4fc30ed066
|
||||
RMD160 (libxml2-2.3.4.tar.gz) = c534bec3d5a66d47a29d793135a611af077a7afc
|
||||
SHA1 (libxml2-2.3.4.tar.gz) = c08b4980bc603ec1d2cc067ab8d63b25cda138a6
|
||||
MD5 (libxml2-2.3.5.tar.gz) = 42f661fb90a50d768c3c94da9608f694
|
||||
RMD160 (libxml2-2.3.5.tar.gz) = 54903aee96a1714643b37db0b8b14f5743413b6e
|
||||
SHA1 (libxml2-2.3.5.tar.gz) = 6e59a727c3d9e4c2c1dc226a202e5dd281091b15
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- doc/Makefile.in.orig Sat Feb 24 19:00:48 2001
|
||||
+++ doc/Makefile.in Sun Mar 4 21:57:02 2001
|
||||
--- doc/Makefile.in.orig Thu Mar 22 21:54:17 2001
|
||||
+++ doc/Makefile.in Mon Mar 26 10:47:30 2001
|
||||
@@ -112,7 +112,7 @@
|
||||
Z_CFLAGS = @Z_CFLAGS@
|
||||
Z_LIBS = @Z_LIBS@
|
||||
@ -9,15 +9,6 @@
|
||||
|
||||
# The top-level SGML file.
|
||||
DOC_MAIN_SGML_FILE = gnome-xml.sgml
|
||||
@@ -120,7 +120,7 @@
|
||||
# The directory containing the source code (if it contains documentation).
|
||||
DOC_SOURCE_DIR = ..
|
||||
|
||||
-HTML_DIR = $(prefix)/doc
|
||||
+HTML_DIR = $(datadir)
|
||||
|
||||
TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)/html
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
@@ -261,7 +261,6 @@
|
||||
-@INSTALL@ -m 0644 $(srcdir)/xml.html $(srcdir)/encoding.html $(srcdir)/FAQ.html $(srcdir)/structure.gif $(srcdir)/DOM.gif $(DESTDIR)$(TARGET_DIR)
|
||||
-@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR)
|
||||
|
@ -1 +0,0 @@
|
||||
XML parsing library
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.7 2001/03/18 10:48:53 kevlo Exp $
|
||||
lib/libxml2.so.5.4
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.8 2001/03/26 03:00:53 kevlo Exp $
|
||||
lib/libxml2.so.5.5
|
||||
DYNLIBDIR(%B)
|
||||
|
Loading…
Reference in New Issue
Block a user