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:   jnemeth
Date:           Mon Nov  3 03:33:03 UTC 2025
Modified Files:
        pkgsrc/misc/screen: Makefile
Log Message:
Update to screen-5.0.0nb4.
pkgsrc change:  must pass --enable-utmp to configure to get it to
update utmp/utmpx.
To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 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.129 pkgsrc/misc/screen/Makefile:1.130
--- pkgsrc/misc/screen/Makefile:1.129   Mon May 12 16:03:20 2025
+++ pkgsrc/misc/screen/Makefile Mon Nov  3 03:33:03 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.129 2025/05/12 16:03:20 wiz Exp $
+# $NetBSD: Makefile,v 1.130 2025/11/03 03:33:03 jnemeth Exp $
 
 DISTNAME=      screen-5.0.0
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    misc shells
 MASTER_SITES=  ${MASTER_SITE_GNU:=screen/}
 
@@ -26,6 +26,7 @@ PLIST_SUBST+=         DISTNAME=${DISTNAME}
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-system_screenrc=${PKG_SYSCONFDIR}/screenrc
 CONFIGURE_ARGS+=       --enable-telnet
+CONFIGURE_ARGS+=       --enable-utmp
 
 PKG_SHELL=             bin/screen
 
Home |
Main Index |
Thread Index |
Old Index