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

jmr at macports.org jmr at macports.org
Sun Feb 13 23:15:15 PST 2011


Revision: 75973
          http://trac.macports.org/changeset/75973
Author:   jmr at macports.org
Date:     2011-02-13 23:15:12 -0800 (Sun, 13 Feb 2011)
Log Message:
-----------
screen: make vertical split patch a default variant instead of always on (#22978)

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

Modified: trunk/dports/sysutils/screen/Portfile
===================================================================
--- trunk/dports/sysutils/screen/Portfile	2011-02-14 02:43:17 UTC (rev 75972)
+++ trunk/dports/sysutils/screen/Portfile	2011-02-14 07:15:12 UTC (rev 75973)
@@ -30,7 +30,7 @@
 checksums       ${distname}${extract.suffix} md5 8506fd205028a96c741e4037de6e3c42 \
                 18 md5 e5c53546a5c4968bd7e807c88e6b2198 \
                 vproc_priv.h md5 50800817fa688e7e6ae379cd599f15ca
-patchfiles      patch-maxargs patch-windowsize patch-wrp_vertical_split patch-Makefile.in
+patchfiles      patch-maxargs patch-windowsize patch-Makefile.in
 depends_lib     port:ncurses
 
 extract.only    ${distname}${extract.suffix}
@@ -72,6 +72,12 @@
     patchfiles-append   patch-config.h.in patch-configure patch-pty.c patch-window.c patch-screen.c patch-process.c
 }
 
+variant vertical_split description {Apply vertical split patch} {
+    patchfiles-append patch-wrp_vertical_split
+}
+
+default_variants +vertical_split
+
 notes "
 Any screens running before upgrading, will not be available, post-install.
 "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110213/c3dfcfe2/attachment.html>


More information about the macports-changes mailing list