]> git.pld-linux.org Git - packages/perl-XML-LibXML.git/commitdiff
- obsolete
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 6 Mar 2004 18:48:04 +0000 (18:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-XML-LibXML-Makefile.patch -> 1.3
    perl-XML-LibXML-extern.patch -> 1.2

perl-XML-LibXML-Makefile.patch [deleted file]
perl-XML-LibXML-extern.patch [deleted file]

diff --git a/perl-XML-LibXML-Makefile.patch b/perl-XML-LibXML-Makefile.patch
deleted file mode 100644 (file)
index 2b46d91..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -urN XML-LibXML-1.40/Makefile.PL XML-LibXML-1.40-grabba/Makefile.PL
---- XML-LibXML-1.40/Makefile.PL        Wed Mar 13 14:13:08 2002
-+++ XML-LibXML-1.40-grabba/Makefile.PL Sun Apr 14 02:39:03 2002
-@@ -162,14 +162,6 @@
- sub MY::install {
-     package MY;
-     my $script = shift->SUPER::install(@_);
--    $script =~ s/install :: (.*)$/install :: $1 install_sax_driver/m;
--    $script .= <<"INSTALL";
--
--install_sax_driver :
--\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
--\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()"
-- 
--INSTALL
-  
-     return $script;
- }
diff --git a/perl-XML-LibXML-extern.patch b/perl-XML-LibXML-extern.patch
deleted file mode 100644 (file)
index 8372d43..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- XML-LibXML-1.56/LibXML.xs.orig     Sat Aug 23 02:07:07 2003
-+++ XML-LibXML-1.56/LibXML.xs  Wed Jan  7 15:07:04 2004
-@@ -70,13 +70,13 @@
- extern int xmlSubstituteEntitiesDefaultVal;
- #define xmlSubstituteEntitiesDefaultValue xmlSubstituteEntitiesDefaultVal
- #else
--LIBXML_DLL_IMPORT extern int xmlDoValidityCheckingDefaultValue;
--LIBXML_DLL_IMPORT extern int xmlSubstituteEntitiesDefaultValue;
-+LIBXML_DLL_IMPORT int xmlDoValidityCheckingDefaultValue;
-+LIBXML_DLL_IMPORT int xmlSubstituteEntitiesDefaultValue;
- #endif
--LIBXML_DLL_IMPORT extern int xmlGetWarningsDefaultValue;
--LIBXML_DLL_IMPORT extern int xmlKeepBlanksDefaultValue;
--LIBXML_DLL_IMPORT extern int xmlLoadExtDtdDefaultValue;
--LIBXML_DLL_IMPORT extern int xmlPedanticParserDefaultValue;
-+LIBXML_DLL_IMPORT int xmlGetWarningsDefaultValue;
-+LIBXML_DLL_IMPORT int xmlKeepBlanksDefaultValue;
-+LIBXML_DLL_IMPORT int xmlLoadExtDtdDefaultValue;
-+LIBXML_DLL_IMPORT int xmlPedanticParserDefaultValue;
- #define TEST_PERL_FLAG(flag) \
-     SvTRUE(perl_get_sv(flag, FALSE)) ? 1 : 0
This page took 0.139467 seconds and 4 git commands to generate.