upgrade to version 2.3.13
This commit is contained in:
parent
4bf39e6f9d
commit
516127274f
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2001/06/20 09:49:15 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2001/06/30 03:32:55 kevlo Exp $
|
||||
|
||||
COMMENT= "XML parsing library"
|
||||
|
||||
VERSION= 2.3.11
|
||||
VERSION= 2.3.13
|
||||
DISTNAME= libxml2-${VERSION}
|
||||
PKGNAME= libxml-${VERSION}
|
||||
CATEGORIES= textproc
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libxml2-2.3.11.tar.gz) = 7310ee1a8a3ba18b09c3756b4c0d8583
|
||||
RMD160 (libxml2-2.3.11.tar.gz) = 1e91505398b753f32b22e59d643293e81cac747b
|
||||
SHA1 (libxml2-2.3.11.tar.gz) = 5cbd994a856553a0c4d3c22e04ebed218cc64751
|
||||
MD5 (libxml2-2.3.13.tar.gz) = 1dd00b41e7284faa0d69272c457ccbf0
|
||||
RMD160 (libxml2-2.3.13.tar.gz) = e9553e1b68b8deac2cd323120c22f5ebfa892224
|
||||
SHA1 (libxml2-2.3.13.tar.gz) = f37cbb8e7d7444e0d2e89c30f825fcabcaa351ea
|
||||
|
11
textproc/libxml/patches/patch-Makefile.in
Normal file
11
textproc/libxml/patches/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig Sat Jun 30 11:10:13 2001
|
||||
+++ Makefile.in Sat Jun 30 11:10:21 2001
|
||||
@@ -119,7 +119,7 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = no-dependencies
|
||||
|
||||
-SUBDIRS = include . doc example
|
||||
+SUBDIRS = include . doc
|
||||
|
||||
INCLUDES = -I@srcdir@/include -I$(top_builddir)/include @Z_CFLAGS@ @CORBA_CFLAGS@
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- configure.orig Tue Jun 19 12:31:45 2001
|
||||
+++ configure Tue Jun 19 12:32:12 2001
|
||||
@@ -4026,7 +4026,7 @@
|
||||
--- configure.orig Sat Jun 30 10:54:48 2001
|
||||
+++ configure Sat Jun 30 10:55:22 2001
|
||||
@@ -4071,7 +4071,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. */
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
int main() {
|
||||
|
||||
@@ -4036,7 +4036,7 @@
|
||||
@@ -4081,7 +4081,7 @@
|
||||
#if defined (__stub_iconv) || defined (__stub___iconv)
|
||||
choke me
|
||||
#else
|
||||
@ -18,7 +18,7 @@
|
||||
#endif
|
||||
|
||||
; return 0; }
|
||||
@@ -4072,10 +4072,10 @@
|
||||
@@ -4117,10 +4117,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. */
|
||||
@ -30,4 +30,4 @@
|
||||
+libiconv()
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:4082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
if { (eval echo configure:4127: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.12 2001/06/20 09:49:19 kevlo Exp $
|
||||
lib/libxml2.so.5.11
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.13 2001/06/30 03:33:01 kevlo Exp $
|
||||
lib/libxml2.so.5.13
|
||||
DYNLIBDIR(%B)
|
||||
|
Loading…
Reference in New Issue
Block a user