pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang
Module Name: pkgsrc
Committed By: wiz
Date: Fri Oct 27 08:02:30 UTC 2023
Modified Files:
pkgsrc/lang/python27: Makefile
pkgsrc/lang/python310: Makefile
pkgsrc/lang/python312: Makefile
pkgsrc/lang/python38: Makefile
Log Message:
python*: needs wide curses
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/lang/python27/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/python310/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/python312/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/lang/python38/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/python27/Makefile
diff -u pkgsrc/lang/python27/Makefile:1.111 pkgsrc/lang/python27/Makefile:1.112
--- pkgsrc/lang/python27/Makefile:1.111 Tue Oct 24 22:09:38 2023
+++ pkgsrc/lang/python27/Makefile Fri Oct 27 08:02:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2023/10/24 22:09:38 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2023/10/27 08:02:29 wiz Exp $
.include "dist.mk"
@@ -45,7 +45,7 @@ LDFLAGS+= -L${WRKSRC}
CHECK_PORTABILITY_SKIP= Tools/faqwiz/move-faqwiz.sh
# NetBSD-8 curses has enough support for py-curses
-USE_CURSES= getsyx
+USE_CURSES= getsyx wide
# But we build as ncurses still to get the full feature set easily
FAKE_NCURSES= yes
Index: pkgsrc/lang/python310/Makefile
diff -u pkgsrc/lang/python310/Makefile:1.24 pkgsrc/lang/python310/Makefile:1.25
--- pkgsrc/lang/python310/Makefile:1.24 Tue Oct 24 22:09:38 2023
+++ pkgsrc/lang/python310/Makefile Fri Oct 27 08:02:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2023/10/24 22:09:38 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2023/10/27 08:02:29 wiz Exp $
.include "dist.mk"
@@ -46,7 +46,7 @@ CONFIGURE_ENV+= ac_cv_path_mkdir=${TOOL
PKGCONFIG_OVERRIDE+= Misc/python.pc.in Misc/python-embed.pc.in
# NetBSD-8 curses has enough support for py-curses
-USE_CURSES= getsyx
+USE_CURSES= getsyx wide
# But we build as ncurses still to get the full feature set easily
FAKE_NCURSES= yes
Index: pkgsrc/lang/python312/Makefile
diff -u pkgsrc/lang/python312/Makefile:1.5 pkgsrc/lang/python312/Makefile:1.6
--- pkgsrc/lang/python312/Makefile:1.5 Tue Oct 24 22:09:38 2023
+++ pkgsrc/lang/python312/Makefile Fri Oct 27 08:02:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/10/24 22:09:38 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/10/27 08:02:29 wiz Exp $
.include "dist.mk"
@@ -49,7 +49,7 @@ CONFIGURE_ENV+= py_cv_module_xxlimited=
PKGCONFIG_OVERRIDE+= Misc/python.pc.in Misc/python-embed.pc.in
# NetBSD-8 curses has enough support for py-curses
-USE_CURSES= getsyx update_panels
+USE_CURSES= getsyx update_panels wide
# But we build as ncurses still to get the full feature set easily
FAKE_NCURSES= yes
# libpanelw seems to be a Linux thing?
Index: pkgsrc/lang/python38/Makefile
diff -u pkgsrc/lang/python38/Makefile:1.34 pkgsrc/lang/python38/Makefile:1.35
--- pkgsrc/lang/python38/Makefile:1.34 Tue Oct 24 22:09:38 2023
+++ pkgsrc/lang/python38/Makefile Fri Oct 27 08:02:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2023/10/24 22:09:38 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2023/10/27 08:02:29 wiz Exp $
.include "dist.mk"
@@ -46,7 +46,7 @@ CONFIGURE_ENV+= ac_cv_path_mkdir=${TOOL
PKGCONFIG_OVERRIDE+= Misc/python.pc.in Misc/python-embed.pc.in
# NetBSD-8 curses has enough support for py-curses
-USE_CURSES= getsyx
+USE_CURSES= getsyx wide
# But we build as ncurses still to get the full feature set easily
FAKE_NCURSES= yes
Home |
Main Index |
Thread Index |
Old Index