[80261] trunk/dports/archivers/arj/Portfile

snc at macports.org snc at macports.org
Thu Jul 7 18:48:08 PDT 2011


Revision: 80261
          http://trac.macports.org/changeset/80261
Author:   snc at macports.org
Date:     2011-07-07 18:48:07 -0700 (Thu, 07 Jul 2011)
Log Message:
-----------
arj: does not work on Lion, #30078

Modified Paths:
--------------
    trunk/dports/archivers/arj/Portfile

Modified: trunk/dports/archivers/arj/Portfile
===================================================================
--- trunk/dports/archivers/arj/Portfile	2011-07-08 00:25:09 UTC (rev 80260)
+++ trunk/dports/archivers/arj/Portfile	2011-07-08 01:48:07 UTC (rev 80261)
@@ -22,6 +22,12 @@
 checksums           sha1    e8470f480e9eee14906e5485a8898e5c24738c8b \
                     rmd160  80f8a1a8cd203f73def8e957d96563a4dba80153
 
+pre-fetch {
+    if {${os.major} > 10} {
+        return -code error "${name} will not build on Lion."
+    }
+}
+
 post-extract {
     if {[file exists ${prefix}/share/libtool/config/config.guess]} {
         copy -force ${prefix}/share/libtool/config/config.guess ${prefix}/share/libtool/config/config.sub ${autoconf.dir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110707/14d5dd3f/attachment.html>


More information about the macports-changes mailing list