FreeBSD Bugzilla – Attachment 211420 Details for
Bug 243937
lang/python38: Fails to package in certain conditions due to DISABLED_EXTENSIONS not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] fix broken disable modules (v0)
pr-python38-fix-broken-disable-modules.diff.v0 (text/plain), 1.45 KB, created by
John Hein
on 2020-02-06 19:28:22 UTC
(
hide
)
Description:
[patch] fix broken disable modules (v0)
Filename:
MIME Type:
Creator:
John Hein
Created:
2020-02-06 19:28:22 UTC
Size:
1.45 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 525152) >+++ Makefile (working copy) >@@ -29,9 +29,8 @@ > PYTHON_VERSION= python${PYTHON_VER} > PYTHON_SUFFIX= ${PYTHON_VER:S/.//g} > >-DISABLED_EXTENSIONS= _sqlite3 _tkinter _gdbm > CONFIGURE_ARGS+= --enable-shared --without-ensurepip >-CONFIGURE_ENV+= OPT="" DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS}" # Null out OPT to respect user CFLAGS and remove optimizations >+CONFIGURE_ENV+= OPT="" # Null out OPT to respect user CFLAGS and remove optimizations > > INSTALL_TARGET= altinstall # Don't want cloberring of unprefixed files > >Index: files/patch-Modules-Setup >=================================================================== >--- files/patch-Modules-Setup (nonexistent) >+++ files/patch-Modules-Setup (working copy) >@@ -0,0 +1,10 @@ >+disable modules that are built by other ports (py-tkinter, py-sqlite3, etc.) >+ >+--- Modules/Setup.orig 2019-12-18 17:21:23 UTC >++++ Modules/Setup >+@@ -366,3 +366,5 @@ >+ # >+ #_sqlite3 _tkinter _curses pyexpat >+ #_codecs_jp _codecs_kr _codecs_tw unicodedata >++*disabled* >++_sqlite3 _tkinter _gdbm > >Property changes on: files/patch-Modules-Setup >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 243937
:
211420
|
211421
|
211437
|
225585
|
225650