summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-LibXML
diff options
context:
space:
mode:
authorwen <wen>2013-05-04 16:09:41 +0000
committerwen <wen>2013-05-04 16:09:41 +0000
commit8fdb377ffc815e91b906e1a89be735b82f6a28ee (patch)
tree5066a50f1fdfe512a46a36b82c962953b0ad18dd /textproc/p5-XML-LibXML
parentd3ed3ca0d25b70d63054d13db9e5b7e9130cfa9d (diff)
downloadpkgsrc-8fdb377ffc815e91b906e1a89be735b82f6a28ee.tar.gz
Update to 2.0016
Upstream changes: 2.0016 Sat 13 Apr 22:36:51 IDT 2013 - Don't enable XML_PARSE_HUGE by default. - Fix the previous version due to a mercurial SNAFU. 2.0015 Sat 13 Apr 02:30:33 IDT 2013 - Don't enable XML_PARSE_HUGE by default. - https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/19 - Thanks to Grant McLean ( https://metacpan.org/author/GRANTM ) for the bug report and patch. 2.0014 Wed 5 Dec 11:06:26 IST 2012 - Got 40reader_mem_error.t to not fetch the external DTDs. - https://rt.cpan.org/Public/Bug/Display.html?id=81703 - Thanks to Alexandr Ciornii (CHORNY) for the report and Slaven Rezic (SREZIC) for the analysis and a proposed fix. 2.0013 Tue 4 Dec 17:40:27 IST 2012 - Fix a memory error (double-free) in XML::LibXML::Reader if we reached EOF and then called destroy. - discovered by Shlomi Fish. - Fixed by Shlomi Fish. - see t/40reader_mem_error.t 2.0012 Fri 9 Nov 06:39:32 IST 2012 - Fix support for references to scalars with overloaded stringification magic. - https://rt.cpan.org/Public/Bug/Display.html?id=77864 - Thanks to Christian Hansen (CHANSEN) for a report, a testcase, and a patch. 2.0011 Thu 8 Nov 00:25:15 IST 2012 - Fix crash in removeChild() when not expanding entities - https://rt.cpan.org/Ticket/Display.html?id=80395 - "removeChild() segfaults when not expanding entities" - Thanks to GUIDO@cpan.org for the report, for a test case (that was adapted into t/48_removeChild_crashes_rt_80395.t ) and for a patch to fix it. 2.0010 Thu 1 Nov 20:13:08 IST 2012 - Passing debug (an undocumented option) to check_lib in Makefile.PL. - This way we get more meaningful traces on perl Makefile.PL DEBUG=1. - Thanks to MSTROUT for the report and a proposed fix. 2.0009 Thu 1 Nov 16:26:45 IST 2012 - Fix libxml2 detection in Strawberry Perl. - Another Devel::CheckOS fallout. - Thanks to KMX for the report and for a proposed fix. The actual fix was made to be more generic considering the use-cases. - https://rt.cpan.org/Ticket/Display.html?id=80540 2.0008 Mon 22 Oct 12:09:11 IST 2012 - Fix build error when using non-standard libxml2 installation - https://rt.cpan.org/Ticket/Display.html?id=80332 - Thanks to L RW for the report.
Diffstat (limited to 'textproc/p5-XML-LibXML')
-rw-r--r--textproc/p5-XML-LibXML/Makefile7
-rw-r--r--textproc/p5-XML-LibXML/distinfo8
2 files changed, 8 insertions, 7 deletions
diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile
index 27d4757d128..872d0c4d1cb 100644
--- a/textproc/p5-XML-LibXML/Makefile
+++ b/textproc/p5-XML-LibXML/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2012/10/25 06:56:37 asau Exp $
+# $NetBSD: Makefile,v 1.41 2013/05/04 16:09:41 wen Exp $
#
-DISTNAME= XML-LibXML-2.0007
-PKGNAME= p5-${DISTNAME:S/0007/00.07/}
+DISTNAME= XML-LibXML-2.0016
+PKGNAME= p5-${DISTNAME:S/0016/00.16/}
SVR4_PKGNAME= p5xlx
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
@@ -23,6 +23,7 @@ CONFLICTS+= p5-XML-LibXML-Common-[0-9]*
CONFLICTS+= p5-XML-LibXML-XPathContext-[0-9]*
MAKE_ENV+= SKIP_SAX_INSTALL=1 # Must be done in the INSTALL script
+MAKE_PARAMS+= INC="-I${LOCALBASE}/include/libxml2"
PERL5_PACKLIST= auto/XML/LibXML/.packlist
FILES_SUBST+= PERL5_INSTALLVENDORLIB=${PERL5_INSTALLVENDORLIB:Q}
diff --git a/textproc/p5-XML-LibXML/distinfo b/textproc/p5-XML-LibXML/distinfo
index f4bd8448ece..b8c7a4a96c8 100644
--- a/textproc/p5-XML-LibXML/distinfo
+++ b/textproc/p5-XML-LibXML/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2012/10/21 22:30:28 wiz Exp $
+$NetBSD: distinfo,v 1.21 2013/05/04 16:09:41 wen Exp $
-SHA1 (XML-LibXML-2.0007.tar.gz) = 7e1d863fe769b9f362e5a8cf2517bd4552cc7c7d
-RMD160 (XML-LibXML-2.0007.tar.gz) = c9ed73bb06fd32b672313f989d03c2969e0f6f6a
-Size (XML-LibXML-2.0007.tar.gz) = 448700 bytes
+SHA1 (XML-LibXML-2.0016.tar.gz) = f25e5d1f8a4cb720cc42b799cf5d205dd4979a90
+RMD160 (XML-LibXML-2.0016.tar.gz) = 5453c187cf51862e1c6f784394ec492b762e21a9
+Size (XML-LibXML-2.0016.tar.gz) = 452676 bytes