head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2010Q4:1.3.0.14 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.12 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.10 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.8 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.6 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.4 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.2 pkgsrc-2009Q2-base:1.3 pkgsrc-2008Q4:1.2.0.42 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.40 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.38 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.36 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.34 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.32 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.30 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.28 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.26 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.24 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.22 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.20 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.18 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.16 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.14 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.12 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.10 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.8 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.6 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.4 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.2 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.1.1.1.0.2 pkgsrc-2003Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2011.02.23.08.54.08; author adam; state dead; branches; next 1.3; 1.3 date 2009.05.26.09.32.21; author hasso; state Exp; branches; next 1.2; 1.2 date 2004.02.11.04.14.03; author minskim; state dead; branches; next 1.1; 1.1 date 2003.06.23.08.46.06; author jlam; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.06.23.08.46.06; author jlam; state Exp; branches; next ; desc @@ 1.4 log @Removed textproc/p5-XML-Xerces (cannot be built with xerces-c 3.1.1) @ text @$NetBSD: patch-aa,v 1.3 2009/05/26 09:32:21 hasso Exp $ --- Makefile.PL.orig 2009-05-24 21:33:45 +0300 +++ Makefile.PL 2009-05-24 21:33:59 +0300 @@@@ -27,7 +27,7 @@@@ use File::Basename; # We need to know which version of libxerces we are to use. # As of Xerces-C 1.5.1, minor version numbers are used -my $XERCES_MAJOR_VERSION = '2.7'; +my $XERCES_MAJOR_VERSION = '2.8'; my $XERCES_MINOR_VERSION = '0'; my $XERCES_LIB_VERSION = "$XERCES_MAJOR_VERSION.$XERCES_MINOR_VERSION"; my $XERCES_PERL_VERSION = $XERCES_LIB_VERSION . '-0'; @ 1.3 log @Make it build with xerces-c 2.8.0. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update p5-XML-Xerces to 2.3.0.4. This closes PR pkg/23862. Changes since 1.7.0: - exposed new API components for DTDValidator and SchemaValidator - added XML::Xerces::XMLCatalogResolver, for a standard way of using XMLCatalog to resolve file locations - added new samples: samples/DOM2hash.pl, samples/EnumVal.pl, and samples/SEnumVal.pl - improved Win32 support - fixed output of all XMLUni::* constants (thanks to Christian Orsatti for pointing this out) - added LocalFileFormatTarget (thanks to Christian Orsatti for pointing this out) - added hints/darwin.pl (thanks to Adam Whitney for helping with this) - added cygwin fix for Xerces-C libname (thanks to Stephen Long for helping with this) - added fixes for Win32 (thanks to Martin Raspe for helping with this) - fixes isAnySlash() error - fixes support for Attributes::getValue(int) and AttributeList::getValue(int) - added support for MacOS X. - made all tests use Test::More - fixed entity resolution in Schema.t test - fixed other minor bugs in other tests - Added missing operator!= for DOMNode - made all tests use Test::More - fixed entity resolution in Schema.t test - fixed other minor bugs in other tests - Removed support for XMLScanner - Removed DOMParse support, instead DOMWriter from DOM Level 3 is used - Added support for DOM_NodeIterator and DOM_TreeWalker - Added basic support for XMLScanner - DOM_Document's will now stay alive even if the DOMParser that created them goes out of scope. This means it is possible to have a subroutine that parses a file and returns the resulting DOM_Document. This used to cause a segfault. - Fixed overloaded InputSource constructors that were using char* versions instead of Unicode versions - Many internal changes that improve code generation and maintenance, thanks to the ever-improving SWIG. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2003/06/23 08:46:06 jlam Exp $ d3 3 a5 19 --- Makefile.PL.orig Fri Oct 11 14:25:00 2002 +++ Makefile.PL @@@@ -4,6 +4,7 @@@@ use Env qw(XERCES_LIB XERCES_INCLUDE XERCESCROOT XERCES_DEVEL + ICUROOT SWIG); use strict; use vars qw($INCLUDES); @@@@ -130,6 +131,11 @@@@ my $XERCES_VERSION = "$XERCES_LIB_VERSIO $XERCES_LIB_VERSION =~ s/\./_/g; my $LIBXERCES = "-lxerces-c$XERCES_LIB_VERSION"; $LIBS .= " $LIBXERCES"; + +if (defined $ICUROOT) { + my $ICULIBS = "-L$ICUROOT/lib -licudata -licuuc -lm"; + $LIBS .= " $ICULIBS"; +} d7 7 a13 2 # now we ensure that libxerces is in the library path # if not we die() @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2003/06/23 07:54:40 jlam Exp $ @ 1.1.1.1 log @Rename textproc/xerces-p to textproc/p5-XML-Xerces. @ text @@