pkgsrc-Bugs archive

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

PR/58875 CVS commit: pkgsrc/lang



The following reply was made to PR pkg/58875; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58875 CVS commit: pkgsrc/lang
Date: Fri, 6 Dec 2024 06:19:12 +0000

 Module Name:	pkgsrc
 Committed By:	riastradh
 Date:		Fri Dec  6 06:19:12 UTC 2024
 
 Modified Files:
 	pkgsrc/lang/python311: Makefile options.mk
 	pkgsrc/lang/python312: Makefile options.mk
 	pkgsrc/lang/python313: Makefile options.mk
 
 Log Message:
 lang/python*: Use libreadline unconditionally.
 
 libedit breaks some applications.  Maybe we can fix it later but for
 now let's just go back to using libreadline unconditionally like we
 did before.
 
 PKGREVISION++ because this materially affects the build product -- it
 built before this change but didn't work right for some applications.
 (No change to platforms without libedit -- which is most non-NetBSD
 platforms, probably -- but we don't have per-platform PKGREVISION, so
 gotta bump it for everyone.)
 
 No change to 2.7, 3.9, or 3.10 because they already use libreadline
 unconditionally; respecting READLINE_TYPE is a new change in >=3.11
 since April which broke applications.
 
 ok jperkin
 
 PR pkg/58875: python: terminal colours broke in some applications
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.35 -r1.36 pkgsrc/lang/python311/Makefile
 cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/python311/options.mk
 cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/python312/Makefile
 cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/python312/options.mk
 cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/python313/Makefile
 cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/python313/options.mk
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index