FreeBSD Bugzilla – Attachment 165779 Details for
Bug 206380
Mk/Uses/python.mk: remove vestigial _PYTHON_CMD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] remove vestigial _PYTHON_CMD
pr-_python_cmd.diff (text/plain), 837 bytes, created by
John Hein
on 2016-01-18 20:54:05 UTC
(
hide
)
Description:
[patch] remove vestigial _PYTHON_CMD
Filename:
MIME Type:
Creator:
John Hein
Created:
2016-01-18 20:54:05 UTC
Size:
837 bytes
patch
obsolete
>Index: Mk/Uses/python.mk >=================================================================== >--- Mk/Uses/python.mk (revision 406153) >+++ Mk/Uses/python.mk (working copy) >@@ -327,10 +327,8 @@ > # hint. Just warn maintainers, if the versions do not match > # (_PYTHON_VERSION_NONSUPPORTED). > _PYTHON_VERSION:= ${PYTHON_VERSION:S/^python//} >-_PYTHON_CMD= ${LOCALBASE}/bin/${PYTHON_VERSION} > .else > _PYTHON_VERSION:= ${PYTHON_DEFAULT_VERSION:S/^python//} >-_PYTHON_CMD= ${LOCALBASE}/bin/${PYTHON_DEFAULT_VERSION} > .endif # defined(PYTHON_VERSION) > > # Validate Python version whether it meets the version restriction. >@@ -362,7 +360,6 @@ > !(!empty(_PYTHON_VERSION_MAXIMUM) && ( \ > ${__VER} > ${_PYTHON_VERSION_MAXIMUM})) > _PYTHON_VERSION= ${ver} >-_PYTHON_CMD= ${LOCALBASE}/bin/python${ver} > .endif > .endfor > .if !defined(_PYTHON_VERSION)
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 206380
: 165779