- upgrade to version 2.3.9
- remove iconv support libiconv autoconf in libxml is broken -- pointed out by brad@
This commit is contained in:
parent
91c2366615
commit
eb9dcecaa0
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2001/05/07 03:08:18 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2001/05/20 13:00:25 kevlo Exp $
|
||||
|
||||
COMMENT= "XML parsing library"
|
||||
|
||||
VERSION= 2.3.6
|
||||
VERSION= 2.3.9
|
||||
DISTNAME= libxml2-${VERSION}
|
||||
PKGNAME= libxml-${VERSION}
|
||||
CATEGORIES= textproc
|
||||
@ -19,13 +19,9 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
LIB_DEPENDS= iconv.2::converters/libiconv
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --enable-static
|
||||
CONFIGURE_ARGS+= --enable-static --without-iconv
|
||||
CONFIGURE_ARGS+= --with-html-dir="${PREFIX}/share"
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libxml2-2.3.6.tar.gz) = ade06da1776d68024f9f310ac05d177f
|
||||
RMD160 (libxml2-2.3.6.tar.gz) = 8526a21e9a8c6390ab88fdc10fdd9649bf349d2f
|
||||
SHA1 (libxml2-2.3.6.tar.gz) = f2fdae2cc2924f2102cf259eaa036063c5af09ff
|
||||
MD5 (libxml2-2.3.9.tar.gz) = e436e69347c52f7a398edbd504440ac4
|
||||
RMD160 (libxml2-2.3.9.tar.gz) = 027cc06708d25f9cfa9d47ee85424b96d4930ac1
|
||||
SHA1 (libxml2-2.3.9.tar.gz) = 983db84ba0ba998d87afe19cf196e9bd0072037e
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.9 2001/04/16 03:40:42 brad Exp $
|
||||
lib/libxml2.so.5.6
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.10 2001/05/20 13:00:31 kevlo Exp $
|
||||
lib/libxml2.so.5.9
|
||||
DYNLIBDIR(%B)
|
||||
|
@ -1,9 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2001/04/16 03:40:42 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2001/05/20 13:00:31 kevlo Exp $
|
||||
bin/xml2-config
|
||||
bin/xmllint
|
||||
include/libxml/DOCBparser.h
|
||||
include/libxml/HTMLparser.h
|
||||
include/libxml/HTMLtree.h
|
||||
include/libxml/SAX.h
|
||||
include/libxml/catalog.h
|
||||
include/libxml/debugXML.h
|
||||
include/libxml/encoding.h
|
||||
include/libxml/entities.h
|
||||
@ -38,7 +40,9 @@ share/libxml2/html/FAQ.html
|
||||
share/libxml2/html/book1.html
|
||||
share/libxml2/html/encoding.html
|
||||
share/libxml2/html/index.sgml
|
||||
share/libxml2/html/libxml-catalog.html
|
||||
share/libxml2/html/libxml-debugxml.html
|
||||
share/libxml2/html/libxml-docbparser.html
|
||||
share/libxml2/html/libxml-encoding.html
|
||||
share/libxml2/html/libxml-entities.html
|
||||
share/libxml2/html/libxml-htmlparser.html
|
||||
@ -54,6 +58,7 @@ share/libxml2/html/libxml-tree.html
|
||||
share/libxml2/html/libxml-uri.html
|
||||
share/libxml2/html/libxml-valid.html
|
||||
share/libxml2/html/libxml-xinclude.html
|
||||
share/libxml2/html/libxml-xmlerror.html
|
||||
share/libxml2/html/libxml-xmlio.html
|
||||
share/libxml2/html/libxml-xmlmemory.html
|
||||
share/libxml2/html/libxml-xpath.html
|
||||
|
Loading…
Reference in New Issue
Block a user