FreeBSD Bugzilla – Attachment 256286 Details for
Bug 283736
lang/python311: Add option to use libedit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Option to use libedit instead of readline
add-libedit-option.diff (text/plain), 1.44 KB, created by
Sean Farley
on 2024-12-30 01:46:28 UTC
(
hide
)
Description:
Option to use libedit instead of readline
Filename:
MIME Type:
Creator:
Sean Farley
Created:
2024-12-30 01:46:28 UTC
Size:
1.44 KB
patch
obsolete
>diff --git a/lang/python311/Makefile b/lang/python311/Makefile >index ab53f485c3be..6e8f1f03b572 100644 >--- a/lang/python311/Makefile >+++ b/lang/python311/Makefile >@@ -15,7 +15,7 @@ LICENSE= PSFL > LIB_DEPENDS= libffi.so:devel/libffi > > USES= compiler:c11 cpe ncurses pathfix pkgconfig \ >- python:${PYTHON_DISTVERSION:R},env readline shebangfix ssl tar:xz >+ python:${PYTHON_DISTVERSION:R},env shebangfix ssl tar:xz > PATHFIX_MAKEFILEIN= Makefile.pre.in > USE_LDCONFIG= yes > GNU_CONFIGURE= yes >@@ -45,9 +45,11 @@ PLIST_SUB= ABI=${ABIFLAGS} \ > OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # For plat-freebsd* in pkg-plist. https://bugs.python.org/issue19554 > > OPTIONS_DEFINE= DEBUG IPV6 LIBMPDEC LTO NLS PYMALLOC >-OPTIONS_DEFAULT= LIBMPDEC LTO PYMALLOC >+OPTIONS_DEFAULT= LIBMPDEC LTO PYMALLOC READLINE > OPTIONS_EXCLUDE_riscv64= LTO > OPTIONS_EXCLUDE_powerpc64le= LTO >+OPTIONS_SINGLE= EDIT >+OPTIONS_SINGLE_EDIT= LIBEDIT READLINE > OPTIONS_RADIO= HASH > OPTIONS_RADIO_HASH= FNV SIPHASH > OPTIONS_SUB= yes >@@ -56,6 +58,12 @@ LIBMPDEC_DESC= Use libmpdec from ports instead of bundled version > NLS_DESC= Enable gettext support for the locale module > PYMALLOC_DESC= Enable specialized mallocs > >+EDIT_DESC= Interactive command-line editing >+ >+LIBEDIT_CONFIGURE_ON= --with-readline=editline >+LIBEDIT_USES= libedit >+READLINE_CONFIGURE_ON= --with-readline >+ > HASH_DESC= Hash Algorithm (PEP-456) > FNV_DESC= Modified Fowler-Noll-Vo Algorithm > SIPHASH_DESC= SipHash24 Algorithm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 283736
: 256286