[115990] trunk/dports/perl/p5-wx/Portfile

mojca at macports.org mojca at macports.org
Wed Jan 15 17:55:32 PST 2014


Revision: 115990
          https://trac.macports.org/changeset/115990
Author:   mojca at macports.org
Date:     2014-01-15 17:55:32 -0800 (Wed, 15 Jan 2014)
Log Message:
-----------
p5-wx: drop support for perl < 5.14 (unless newer parsexs can be provided), see #42073

Modified Paths:
--------------
    trunk/dports/perl/p5-wx/Portfile

Modified: trunk/dports/perl/p5-wx/Portfile
===================================================================
--- trunk/dports/perl/p5-wx/Portfile	2014-01-16 01:39:09 UTC (rev 115989)
+++ trunk/dports/perl/p5-wx/Portfile	2014-01-16 01:55:32 UTC (rev 115990)
@@ -5,7 +5,10 @@
 PortGroup           perl5 1.0
 PortGroup           wxWidgets 1.0
 
-perl5.branches      5.8 5.10 5.12 5.14 5.16
+# ParseXS >= 3.15 is needed for the build,
+# but earlier perl versions provide too old ParseXL versions and thus cannot be built
+#perl5.branches     5.8 5.10 5.12 5.14 5.16
+perl5.branches      5.14 5.16
 perl5.setup         Wx 0.9922
 revision            1
 
@@ -20,8 +23,6 @@
 checksums           rmd160  98c987443c218ea949c25dce0d13123c2b370191 \
                     sha256  dc298d4c6916c7a62fa9577116de1ae8e53ff4e42afd6b9858247ae6dc66a387
 
-use_parallel_build  no
-
 if {${perl5.major} != ""} {
     wxWidgets.use       wxPerl-3.0
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140115/ae790506/attachment.html>


More information about the macports-changes mailing list