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

raimue at macports.org raimue at macports.org
Thu Oct 31 08:29:35 PDT 2013


Revision: 112775
          https://trac.macports.org/changeset/112775
Author:   raimue at macports.org
Date:     2013-10-31 08:29:35 -0700 (Thu, 31 Oct 2013)
Log Message:
-----------
sysutils/screen:
Apply patches on Mavericks to fix build, closes #41078

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

Modified: trunk/dports/sysutils/screen/Portfile
===================================================================
--- trunk/dports/sysutils/screen/Portfile	2013-10-31 15:07:14 UTC (rev 112774)
+++ trunk/dports/sysutils/screen/Portfile	2013-10-31 15:29:35 UTC (rev 112775)
@@ -75,7 +75,7 @@
     patchfiles-append   patch-config.h.in patch-configure patch-pty.c patch-window.c patch-screen.c-leopard
 }
 
-if {${os.platform} == "darwin" && ${os.major} >= 10 && ${os.major} <= 12} {
+if {${os.platform} == "darwin" && ${os.major} >= 10 && ${os.major} <= 13} {
     # 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/20131031/bd5efadd/attachment.html>


More information about the macports-changes mailing list