pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/screen4



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Jun 26 16:55:06 UTC 2026

Modified Files:
        pkgsrc/misc/screen4: Makefile

Log Message:
misc/screen4: Use autoconf 2.69 to fix build

* Newer autoconf 2.73 cannot regenerate a correct configure script
  and the build fails.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/screen4/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/screen4/Makefile
diff -u pkgsrc/misc/screen4/Makefile:1.4 pkgsrc/misc/screen4/Makefile:1.5
--- pkgsrc/misc/screen4/Makefile:1.4    Mon May 12 15:58:00 2025
+++ pkgsrc/misc/screen4/Makefile        Fri Jun 26 16:55:06 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/05/12 15:58:00 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2026/06/26 16:55:06 ryoon Exp $
 
 DISTNAME=      screen-4.9.1
 PKGREVISION=   2
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+=      --enable-colors256
 
 PKG_SHELL=             bin/screen
 
-USE_TOOLS+=            automake autoconf autoreconf makeinfo
+USE_TOOLS+=            automake autoconf269 autoreconf makeinfo
 INFO_FILES=            YES
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index