pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/readline
Module Name: pkgsrc
Committed By: nia
Date: Mon Apr 7 17:20:16 UTC 2025
Modified Files:
pkgsrc/devel/readline: Makefile
Log Message:
readline: Avoid building examples.
We already avoid installing them, so this saves some CPU cycles.
It also fixes the build on UnixWare by avoiding non-portable code.
Tested on macOS, FreeBSD, NetBSD, OpenBSD, Linux, Cygwin by
drecklypkg ci and on UnixWare by me.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/devel/readline/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/readline/Makefile
diff -u pkgsrc/devel/readline/Makefile:1.74 pkgsrc/devel/readline/Makefile:1.75
--- pkgsrc/devel/readline/Makefile:1.74 Tue Jun 20 18:12:00 2023
+++ pkgsrc/devel/readline/Makefile Mon Apr 7 17:20:16 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2023/06/20 18:12:00 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2025/04/07 17:20:16 nia Exp $
READLINE_VERSION= 8.2
PKGREVISION= 2
@@ -25,7 +25,7 @@ PKGCONFIG_OVERRIDE+= readline.pc.in
CONFIGURE_ENV.NetBSD+= bash_cv_wcwidth_broken=no
.endif
-BUILD_TARGET= everything-libtool
+BUILD_TARGET= all-libtool
INSTALL_TARGET= install-libtool install-pc
.include "../../mk/termcap.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index