pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc GNU screen can be used as a login shell, so register i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0093cb121b5
branches:  trunk
changeset: 497617:d0093cb121b5
user:      cube <cube%pkgsrc.org@localhost>
date:      Mon Aug 01 10:27:59 2005 +0000

description:
GNU screen can be used as a login shell, so register it as such.
PR 30838 by Geert Hendrickx.

diffstat:

 doc/CHANGES          |  3 ++-
 misc/screen/Makefile |  6 ++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 65a2d43e3908 -r d0093cb121b5 doc/CHANGES
--- a/doc/CHANGES       Mon Aug 01 09:49:37 2005 +0000
+++ b/doc/CHANGES       Mon Aug 01 10:27:59 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.10743 2005/08/01 09:49:39 jlam Exp $
+$NetBSD: CHANGES,v 1.10744 2005/08/01 10:27:59 cube Exp $
 
 Changes to the packages collection and infrastructure in 2005:
 
@@ -3492,3 +3492,4 @@
        Updated pkgtools/digest to 20050731 [agc 2005-07-31]
        Added textproc/ezxml version 0.8.4 [agc 2005-07-31]
        Updated databases/openldap to 2.2.27 [jlam 2005-08-01]
+       Updated misc/screen to 4.0.2nb2 [cube 2005-08-01]
diff -r 65a2d43e3908 -r d0093cb121b5 misc/screen/Makefile
--- a/misc/screen/Makefile      Mon Aug 01 09:49:37 2005 +0000
+++ b/misc/screen/Makefile      Mon Aug 01 10:27:59 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2005/04/11 21:46:39 tv Exp $
+# $NetBSD: Makefile,v 1.58 2005/08/01 10:27:59 cube Exp $
 
 DISTNAME=      screen-4.0.2
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    misc
 MASTER_SITES=  ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
                ${MASTER_SITE_GNU:=screen/}
@@ -22,6 +22,8 @@
 CONFIGURE_ARGS+=       --with-sys-screenrc=${PKG_SYSCONFDIR}/screenrc
 CONFIGURE_ARGS+=       --enable-telnet
 
+PKG_SHELL=             bin/screen
+
 .include "../../mk/bsd.prefs.mk"
 
 post-patch:



Home | Main Index | Thread Index | Old Index