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

digdog at macports.org digdog at macports.org
Wed Jan 21 18:52:54 PST 2009


Revision: 45786
          http://trac.macports.org/changeset/45786
Author:   digdog at macports.org
Date:     2009-01-21 18:52:52 -0800 (Wed, 21 Jan 2009)
Log Message:
-----------
Fix build crash on 10.4 (Darwin 8).

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

Modified: trunk/dports/sysutils/screen/Portfile
===================================================================
--- trunk/dports/sysutils/screen/Portfile	2009-01-22 01:52:28 UTC (rev 45785)
+++ trunk/dports/sysutils/screen/Portfile	2009-01-22 02:52:52 UTC (rev 45786)
@@ -4,20 +4,20 @@
 
 name            screen
 version         4.0.3
-revision        2
+revision        3
 homepage        http://www.gnu.org/software/screen/
 description     Screen manager with VT100/ANSI terminal emulation
 long_description    Screen is a full-screen window manager that multiplexes a physical \
-            terminal between several processes (typically interactive shells). \
-            Each virtual terminal provides the functions of a DEC VT100 terminal \
-            and, in addition, several control functions from the ANSI X3.64 (ISO \
-            6429) and ISO 2022 standards (e.g. insert/delete line and support for \
-            multiple character sets). There is a scrollback history buffer for each \
-            virtual terminal and a copy-and-paste mechanism that allows moving text \
-            regions between windows.
+                terminal between several processes (typically interactive shells). \
+                Each virtual terminal provides the functions of a DEC VT100 terminal \
+                and, in addition, several control functions from the ANSI X3.64 (ISO \
+                6429) and ISO 2022 standards (e.g. insert/delete line and support for \
+                multiple character sets). There is a scrollback history buffer for each \
+                virtual terminal and a copy-and-paste mechanism that allows moving text \
+                regions between windows.
 categories      sysutils
 platforms       darwin
-maintainers     digdog at macports.org
+maintainers     digdog
 master_sites    http://fresh.t-systems-sfr.com/unix/src/misc/ \
                 ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
                 http://www.cis.nctu.edu.tw/~is85005/dports/screen/:encoding
@@ -48,9 +48,13 @@
     system "tic ${workpath}/${distname}/terminfo/screeninfo.src"
 }
 
-platform darwin {
+platform darwin 8 {
+    patchfiles-append   patch-Makefile.in
+}
+
+platform darwin 9 {
     # These patches are based on http://www.opensource.apple.com/darwinsource/10.5.6/screen-12/patches/
-    # The vproc_priv.h is the private header from launchd, used in Apple's screen patches
+    # The vproc_priv.h is the private header from launchd, used in Apple's 10.5 screen patches
     # We copied the header file from http://launchd.macosforge.org/trac/browser/trunk/launchd/src/vproc_priv.h, r23776 
     master_sites-append http://www.cis.nctu.edu.tw/~is85005/dports/screen/r23776/:launchd_priv_header
     distfiles-append    vproc_priv.h:launchd_priv_header
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090121/be415e9a/attachment.html>


More information about the macports-changes mailing list