FreeBSD Bugzilla – Attachment 196170 Details for
Bug 230605
lang/python37: Remove THREADS option (no longer optional: fails to configure)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove threads option.
python37-threads.patch (text/plain), 1.12 KB, created by
rsmith
on 2018-08-13 21:58:43 UTC
(
hide
)
Description:
Remove threads option.
Filename:
MIME Type:
Creator:
rsmith
Created:
2018-08-13 21:58:43 UTC
Size:
1.12 KB
patch
obsolete
>diff --git a/python37/Makefile b/python37/Makefile >index 5c988f0..cc9d9f7 100644 >--- a/python37/Makefile >+++ b/python37/Makefile >@@ -2,8 +2,8 @@ > # $FreeBSD: head/lang/python37/Makefile 475350 2018-07-26 08:58:50Z tobik $ > > PORTNAME= python >-PORTREVISION= 2 > PORTVERSION= ${PYTHON_PORTVERSION} >+PORTREVISION= 3 > CATEGORIES= lang python ipv6 > MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} > PKGNAMESUFFIX= ${PYTHON_SUFFIX} >@@ -48,8 +48,8 @@ PLIST_SUB= ABI=${ABIFLAGS} \ > XYZDOT=${PORTVERSION} \ > OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # For plat-freebsd* in pkg-plist. https://bugs.python.org/issue19554 > >-OPTIONS_DEFINE= DEBUG IPV6 LIBFFI NLS PYMALLOC THREADS >-OPTIONS_DEFAULT= LIBFFI PYMALLOC THREADS >+OPTIONS_DEFINE= DEBUG IPV6 LIBFFI NLS PYMALLOC >+OPTIONS_DEFAULT= LIBFFI PYMALLOC > OPTIONS_RADIO= HASH > OPTIONS_RADIO_HASH= FNV SIPHASH > OPTIONS_SUB= yes >@@ -81,9 +81,6 @@ NLS_CONFIGURE_ENV_OFF= ac_cv_lib_intl_textdomain=no ac_cv_header_libintl_h=no > > PYMALLOC_CONFIGURE_WITH= pymalloc > >-THREADS_CONFIGURE_WITH= threads >-THREADS_LDFLAGS= -lpthread >- > .include "${.CURDIR}/Makefile.version" > .include <bsd.port.options.mk> >
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 230605
: 196170