upgrade to 2.4.5
This commit is contained in:
parent
8b0991cf4c
commit
1080920f16
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2001/08/29 05:13:51 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2001/09/21 05:53:53 kevlo Exp $
|
||||
|
||||
COMMENT= "XML parsing library"
|
||||
|
||||
VERSION= 2.4.3
|
||||
VERSION= 2.4.5
|
||||
DISTNAME= libxml2-${VERSION}
|
||||
PKGNAME= libxml-${VERSION}
|
||||
CATEGORIES= textproc
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libxml2-2.4.3.tar.gz) = f3939fe9ced244e3476dd3859a79c0a7
|
||||
RMD160 (libxml2-2.4.3.tar.gz) = ca5a5006aed2e05e538185536fc75efcd3288314
|
||||
SHA1 (libxml2-2.4.3.tar.gz) = 88565af3b2bc639092827a24e58cceb8455388db
|
||||
MD5 (libxml2-2.4.5.tar.gz) = a545febf89d453fd774eb8e086e31754
|
||||
RMD160 (libxml2-2.4.5.tar.gz) = ac4ed9ca7a9762aa788edf6a1bfc577e4a7baeb1
|
||||
SHA1 (libxml2-2.4.5.tar.gz) = ed176cd56154894c466afb9f4e68b5f273b86621
|
||||
|
20
textproc/libxml/patches/patch-include_libxml_Makefile_in
Normal file
20
textproc/libxml/patches/patch-include_libxml_Makefile_in
Normal file
@ -0,0 +1,20 @@
|
||||
--- include/libxml/Makefile.in.orig Fri Sep 21 13:21:32 2001
|
||||
+++ include/libxml/Makefile.in Fri Sep 21 13:23:02 2001
|
||||
@@ -120,7 +120,7 @@
|
||||
Z_CFLAGS = @Z_CFLAGS@
|
||||
Z_LIBS = @Z_LIBS@
|
||||
|
||||
-xmlincdir = $(includedir)/libxml2/libxml
|
||||
+xmlincdir = $(includedir)/libxml
|
||||
|
||||
xmlinc_HEADERS = SAX.h entities.h encoding.h parser.h parserInternals.h xmlerror.h HTMLparser.h HTMLtree.h debugXML.h tree.h list.h hash.h xpath.h xpathInternals.h xpointer.h xinclude.h xmlIO.h xmlmemory.h nanohttp.h nanoftp.h uri.h valid.h xlink.h xmlversion.h xmlwin32version.h DOCBparser.h catalog.h
|
||||
|
||||
@@ -279,7 +279,7 @@
|
||||
|
||||
|
||||
install-exec-hook:
|
||||
- $(mkinstalldirs) $(DESTDIR)$(xmlincdir)/libxml2 $(DESTDIR)$(xmlincdir)/libxml2/libxml
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(xmlincdir)/libxml $(DESTDIR)$(xmlincdir)/libxml
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.17 2001/08/29 05:13:55 kevlo Exp $
|
||||
lib/libxml2.so.6.3
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.18 2001/09/21 05:54:20 kevlo Exp $
|
||||
lib/libxml2.so.6.5
|
||||
DYNLIBDIR(%B)
|
||||
|
Loading…
Reference in New Issue
Block a user