[148724] trunk/dports/perl/p5-b-c/Portfile

devans at macports.org devans at macports.org
Sun May 15 08:37:17 PDT 2016


Revision: 148724
          https://trac.macports.org/changeset/148724
Author:   devans at macports.org
Date:     2016-05-15 08:37:16 -0700 (Sun, 15 May 2016)
Log Message:
-----------
p5-b-c: revert r148618, attempt to fix 10.6 build, need to use same compiler as perl (#51380).

Revision Links:
--------------
    https://trac.macports.org/changeset/148618

Modified Paths:
--------------
    trunk/dports/perl/p5-b-c/Portfile

Modified: trunk/dports/perl/p5-b-c/Portfile
===================================================================
--- trunk/dports/perl/p5-b-c/Portfile	2016-05-15 14:41:24 UTC (rev 148723)
+++ trunk/dports/perl/p5-b-c/Portfile	2016-05-15 15:37:16 UTC (rev 148724)
@@ -2,7 +2,6 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           compiler_blacklist_versions 1.0
 PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
@@ -17,11 +16,6 @@
 checksums           rmd160  666ac5f78a1e132658a0b8e14849f72ab2ed1201 \
                     sha256  d07e5af5fb798fcd3f4eda5e40744a14c1b3ef9e585a7dca55b5db31cb1d28d3
 
-# blacklist compilers that do not support C11 typedef redefinition
-# redefinition of typedef 'I64' at /opt/local/lib/perl5/5.24/darwin-thread-multi-2level/CORE/handy.h:178
-# redefinition of typedef 'U64' at /opt/local/lib/perl5/5.24/darwin-thread-multi-2level/CORE/handy.h:179
-compiler.blacklist  *gcc* {clang < 300}
-
 if {${perl5.major} != ""} {
     depends_build-append \
                     port:p${perl5.major}-ev \
@@ -38,6 +32,7 @@
     
 # help perldoc.t find perldoc executable
     patchfiles      patch-t-perldoc.t.diff
+
     post-patch {
         reinplace "s|@@MP_PERL5_MAJOR@@|${perl5.major}|" ${worksrcpath}/t/perldoc.t
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160515/e67b08c5/attachment.html>


More information about the macports-changes mailing list