Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CF21285C43 for ; Fri, 27 Oct 2023 08:02:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id OTeLX-Ldj1R0 for ; Fri, 27 Oct 2023 08:02:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 36B5685C2B for ; Fri, 27 Oct 2023 08:02:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2A37BFADC; Fri, 27 Oct 2023 08:02:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169839375062190" MIME-Version: 1.0 Date: Fri, 27 Oct 2023 08:02:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231027080230.2A37BFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169839375062190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_169839375062190 Content-Disposition: inline Content-Length: 2900 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_169839375062190--