FreeBSD Bugzilla – Attachment 153574 Details for
Bug 197011
textproc/p5-XML-SAX: checksum mismatch for ParserDetails.ini
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
unfinished patch
patch-p5-XML-SAX.diff (text/plain), 2.12 KB, created by
Tatsuki Makino
on 2015-02-27 10:52:20 UTC
(
hide
)
Description:
unfinished patch
Filename:
MIME Type:
Creator:
Tatsuki Makino
Created:
2015-02-27 10:52:20 UTC
Size:
2.12 KB
patch
obsolete
>Index: files/patch-Makefile.PL >=================================================================== >--- files/patch-Makefile.PL (revision 376744) >+++ files/patch-Makefile.PL (working copy) >@@ -1,5 +1,5 @@ >---- Makefile.PL.orig 2011-09-05 05:37:48.000000000 +0800 >-+++ Makefile.PL 2013-11-09 01:00:33.000000000 +0800 >+--- Makefile.PL.orig 2011-09-04 21:37:48 UTC >++++ Makefile.PL > @@ -27,15 +27,7 @@ sub MY::install { > } > else { >@@ -22,7 +22,7 @@ > > install_sax_pureperl : > -\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()" >-+\t\@\$(PERL) -I\$(DESTDIR)\$(INSTALLSITELIB) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()" >++#\t\@\$(PERL) -I\$(DESTDIR)\$(INSTALLSITELIB) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()" > > INSTALL > >Index: pkg-deinstall >=================================================================== >--- pkg-deinstall (revision 0) >+++ pkg-deinstall (working copy) >@@ -0,0 +1,14 @@ >+#!/bin/sh >+ >+case $2 in >+ DEINSTALL) >+ perl -MFile::Basename=dirname -MFile::Spec -MXML::SAX << 'PERLSCRIPT' >+XML::SAX->remove_parser(q(XML::SAX::PurePerl))->save_parsers(); >+unless (@{XML::SAX->parsers()} > 0) { >+ $dir = $INC{q(XML/SAX.pm)}; $dir = dirname($dir); >+ $file = File::Spec->catfile($dir, q(SAX), XML::SAX::PARSER_DETAILS); >+ unlink($file); >+} >+PERLSCRIPT >+ ;; >+esac >Index: pkg-install >=================================================================== >--- pkg-install (revision 0) >+++ pkg-install (working copy) >@@ -0,0 +1,7 @@ >+#!/bin/sh >+ >+case $2 in >+ POST-INSTALL) >+ perl -MXML::SAX -e 'XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers();' >+ ;; >+esac >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 376744) >+++ pkg-plist (working copy) >@@ -7,7 +7,7 @@ > %%SITE_PERL%%/XML/SAX.pm > %%SITE_PERL%%/XML/SAX/DocumentLocator.pm > %%SITE_PERL%%/XML/SAX/Intro.pod >-%%SITE_PERL%%/XML/SAX/ParserDetails.ini >+@comment %%SITE_PERL%%/XML/SAX/ParserDetails.ini > %%SITE_PERL%%/XML/SAX/ParserFactory.pm > %%SITE_PERL%%/XML/SAX/PurePerl.pm > %%SITE_PERL%%/XML/SAX/PurePerl/DTDDecls.pm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197011
:
153574
|
153575
|
191042
|
191043