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

raimue at macports.org raimue at macports.org
Mon Mar 9 02:10:02 PDT 2009


Revision: 47877
          http://trac.macports.org/changeset/47877
Author:   raimue at macports.org
Date:     2009-03-09 02:10:00 -0700 (Mon, 09 Mar 2009)
Log Message:
-----------
sysutils/screen:
Disable non-functional deflogin option by default, closes #18619 (maintainer timeout)

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

Modified: trunk/dports/sysutils/screen/Portfile
===================================================================
--- trunk/dports/sysutils/screen/Portfile	2009-03-09 08:59:26 UTC (rev 47876)
+++ trunk/dports/sysutils/screen/Portfile	2009-03-09 09:10:00 UTC (rev 47877)
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Portfile 45786 2009-01-22 02:52:52Z digdog at macports.org #$
 
 PortSystem 1.0
 
@@ -53,6 +53,10 @@
 }
 
 platform darwin 9 {
+    post-patch {
+        reinplace s|^deflogin|#deflogin| ${workpath}/${distname}/etc/etcscreenrc
+    }
+
     # 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 10.5 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/20090309/415a51de/attachment.html>


More information about the macports-changes mailing list