[78310] trunk/dports/sysutils/moreutils/Portfile

jmr at macports.org jmr at macports.org
Mon May 2 15:51:21 PDT 2011


Revision: 78310
          http://trac.macports.org/changeset/78310
Author:   jmr at macports.org
Date:     2011-05-02 15:51:19 -0700 (Mon, 02 May 2011)
Log Message:
-----------
moreutils: error out early on 10.4 (#24279)

Modified Paths:
--------------
    trunk/dports/sysutils/moreutils/Portfile

Modified: trunk/dports/sysutils/moreutils/Portfile
===================================================================
--- trunk/dports/sysutils/moreutils/Portfile	2011-05-02 20:57:51 UTC (rev 78309)
+++ trunk/dports/sysutils/moreutils/Portfile	2011-05-02 22:51:19 UTC (rev 78310)
@@ -63,6 +63,13 @@
         }
 }
 
+platform darwin 8 {
+    # ticket #24279
+    pre-fetch {
+        error "$name does not build on Mac OS X 10.4"
+    }
+}
+
 livecheck.type  regex
 livecheck.url   http://packages.debian.org/unstable/utils/${name}
 livecheck.regex ${name} .(\[0-9.\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110502/edd299ed/attachment.html>


More information about the macports-changes mailing list