FreeBSD Bugzilla – Attachment 188721 Details for
Bug 216479
Uses/python.mk: specifying USES=python3.3+ and USE_PYTHON=concurrent doesn't produce any ports with USE_DEFAULT_LINKS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proof of concept fix
python.mk.diff (text/plain), 473 bytes, created by
David Naylor
on 2017-12-11 15:29:11 UTC
(
hide
)
Description:
Proof of concept fix
Filename:
MIME Type:
Creator:
David Naylor
Created:
2017-12-11 15:29:11 UTC
Size:
473 bytes
patch
obsolete
>diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk >index 74def686480f..200d9294a745 100644 >--- a/Mk/Uses/python.mk >+++ b/Mk/Uses/python.mk >@@ -567,7 +567,7 @@ RUN_DEPENDS+= cython-${PYTHON_VER}:lang/cython@${PY_FLAVOR} > > .if defined(_PYTHON_FEATURE_CONCURRENT) > _USES_POST+= uniquefiles:dirs >-.if ${PYTHON_VERSION} == ${PYTHON_DEFAULT_VERSION} >+.if ${PYTHON_VERSION:S/python//} == ${_VALID_PYTHON_VERSIONS:[1]} > UNIQUE_DEFAULT_LINKS= yes > .else > UNIQUE_DEFAULT_LINKS= no
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
Flags:
dbn
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 216479
: 188721