[82244] trunk/dports/perl/p5-time-y2038/Portfile

jmr at macports.org jmr at macports.org
Thu Aug 11 08:47:59 PDT 2011


Revision: 82244
          http://trac.macports.org/changeset/82244
Author:   jmr at macports.org
Date:     2011-08-11 08:47:58 -0700 (Thu, 11 Aug 2011)
Log Message:
-----------
p5-time-y2038: doesn't enforce build_arch, so just error out early

Modified Paths:
--------------
    trunk/dports/perl/p5-time-y2038/Portfile

Modified: trunk/dports/perl/p5-time-y2038/Portfile
===================================================================
--- trunk/dports/perl/p5-time-y2038/Portfile	2011-08-11 15:37:42 UTC (rev 82243)
+++ trunk/dports/perl/p5-time-y2038/Portfile	2011-08-11 15:47:58 UTC (rev 82244)
@@ -14,7 +14,6 @@
                           +/1 142 million years.
 
 platforms                 darwin
-supported_archs           i386 ppc
 
 checksums                 sha1    b0245a2daa84bbbf086114f79001b2d412015b0a \
                           rmd160  3cdf4b051b14d5d61ed4068468eb35cc24b7b4e1
@@ -25,3 +24,9 @@
                           port:p5-test-warn
 
 perl5.use_module_build
+
+platform darwin 10 {
+    pre-configure {
+        error "$name fails to build on this platform."
+    }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110811/e8b7d338/attachment.html>


More information about the macports-changes mailing list