[59708] trunk/dports/mail/pine/Portfile

jmr at macports.org jmr at macports.org
Tue Oct 20 13:10:43 PDT 2009


Revision: 59708
          http://trac.macports.org/changeset/59708
Author:   jmr at macports.org
Date:     2009-10-20 13:10:41 -0700 (Tue, 20 Oct 2009)
Log Message:
-----------
pine: fails to build on 10.6, error out in pre-fetch

Modified Paths:
--------------
    trunk/dports/mail/pine/Portfile

Modified: trunk/dports/mail/pine/Portfile
===================================================================
--- trunk/dports/mail/pine/Portfile	2009-10-20 20:07:23 UTC (rev 59707)
+++ trunk/dports/mail/pine/Portfile	2009-10-20 20:10:41 UTC (rev 59708)
@@ -30,6 +30,12 @@
     macosx_deployment_target 10.4
 }
 
+if {${os.platform} == "darwin" && ${os.major} >= 10} {
+    pre-fetch {
+        return -code error "$name does not build on Snow Leopard. Consider using alpine instead."
+    }
+}
+
 destroot	{ xinstall -m 755 -d \
 			${destroot}${prefix}/share/doc/${name}
 		xinstall -m 755 -W ${worksrcpath}/bin pine pico pilot rpdump \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091020/97fb7acb/attachment.html>


More information about the macports-changes mailing list