[95934] trunk/dports/sysutils/screen/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 26 13:36:15 PDT 2012


Revision: 95934
          https://trac.macports.org/changeset/95934
Author:   ryandesign at macports.org
Date:     2012-07-26 13:36:15 -0700 (Thu, 26 Jul 2012)
Log Message:
-----------
screen: restore platform darwin restriction on Snow Leopard-thru-Mountain Lion block

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

Modified: trunk/dports/sysutils/screen/Portfile
===================================================================
--- trunk/dports/sysutils/screen/Portfile	2012-07-26 20:30:57 UTC (rev 95933)
+++ trunk/dports/sysutils/screen/Portfile	2012-07-26 20:36:15 UTC (rev 95934)
@@ -75,7 +75,7 @@
     patchfiles-append   patch-config.h.in patch-configure patch-pty.c patch-window.c patch-screen.c-leopard
 }
 
-if {${os.major} >= 10 && ${os.major} <= 12} {
+if {${os.platform} == "darwin" && ${os.major} >= 10 && ${os.major} <= 12} {
     # These patches are based on http://www.opensource.apple.com/source/screen/screen-16/patches/
     # The vproc_priv.h is the private header from launchd, used in Apple's 10.6 screen patches
     # We copied the header file from http://launchd.macosforge.org/trac/browser/trunk/launchd/src/vproc_priv.h, r23776
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120726/f0056e7f/attachment.html>


More information about the macports-changes mailing list