pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/screen



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Dec 14 09:38:43 UTC 2017

Modified Files:
        pkgsrc/misc/screen: Makefile

Log Message:
screen: turn on 256-colors support.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/misc/screen/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/screen/Makefile
diff -u pkgsrc/misc/screen/Makefile:1.104 pkgsrc/misc/screen/Makefile:1.105
--- pkgsrc/misc/screen/Makefile:1.104   Tue Oct 24 11:45:18 2017
+++ pkgsrc/misc/screen/Makefile Thu Dec 14 09:38:43 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.104 2017/10/24 11:45:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.105 2017/12/14 09:38:43 wiz Exp $
 
 DISTNAME=      screen-4.6.2
+PKGREVISION=   1
 CATEGORIES=    misc shells
 MASTER_SITES=  ${MASTER_SITE_GNU:=screen/}
 
@@ -25,6 +26,7 @@ PLIST_SUBST+=         DISTNAME=${DISTNAME:Q}
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-sys-screenrc=${PKG_SYSCONFDIR}/screenrc
 CONFIGURE_ARGS+=       --enable-telnet
+CONFIGURE_ARGS+=       --enable-colors256
 
 PKG_SHELL=             bin/screen
 



Home | Main Index | Thread Index | Old Index