Ticket #44447: p5-eperl_perl5.16-patch.diff

File p5-eperl_perl5.16-patch.diff, 1.6 KB (added by cfaerber@…, 10 years ago)

patch for p5-eperl with perl5.16

  • dports/perl/p5-eperl/Portfile

    diff --git a/dports/perl/p5-eperl/Portfile b/dports/perl/p5-eperl/Portfile
    index efe295b..caf4686 100644
    a b PortGroup perl5 1.0 
    77# replicate perl5.setup to create the subports
    88name                    p5-eperl
    99version                 2.2.14
    10 revision                6
     10revision                7
    1111distname                eperl-${version}
    1212license                 {Artistic GPL}
    1313platforms               darwin
    patchfiles 0001-copyright-updates.diff \ 
    4343                        0006-fix-format-string-error-in-perl-stderr.diff \
    4444                        0007-debian-2.2.14-16-modified-and-added-shtool.diff \
    4545                        0008-wml-2.0.11-merge.diff \
    46                         0009-configure-use-correct-perl.diff
     46                        0009-configure-use-correct-perl.diff \
     47                        0010-redhat-with-thr.diff
    4748
    4849if {$subport != $name} {
    4950    post-patch {
  • new file dports/perl/p5-eperl/files/0010-redhat-with-thr.diff

    diff --git a/dports/perl/p5-eperl/files/0010-redhat-with-thr.diff b/dports/perl/p5-eperl/files/0010-redhat-with-thr.diff
    new file mode 100644
    index 0000000..e70f2ff
    - +  
     1--- eperl-2.2.14/eperl_perl5.h 2012-07-27 10:49:27.048508799 +0200
     2+++ eperl-2.2.14/eperl_perl5.h 2012-07-27 10:50:16.288714291 +0200
     3@@ -72,9 +72,6 @@
     4 #  define PL_curstash curstash
     5 #endif
     6 
     7-#ifndef WITH_THR
     8-#  define PL_defoutgv defoutgv
     9-#endif
     10 
     11 /* 
     12   Initialization of locales when building a new Perl interpreter.