Summary: | Mk/Uses/python.mk: remove vestigial _PYTHON_CMD | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | John Hein <jcfyecrayz> | ||||
Component: | Ports Framework | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | jcfyecrayz, ports-bugs, python | ||||
Priority: | --- | Keywords: | patch, patch-ready | ||||
Version: | Latest | Flags: | koobs:
maintainer-feedback+
antoine: merge-quarterly- |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
@portmgr, do you think this needs an exp-run? seems fine but i see 0 reason to MFH (don't fix anything and could break legacy ports) No need for an exp-run (via antoine on IRC) A commit references this bug: Author: sunpoet Date: Fri Jan 22 11:33:58 UTC 2016 New revision: 406906 URL: https://svnweb.freebsd.org/changeset/ports/406906 Log: - Remove _PYTHON_CMD PR: 206380 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Changes: head/Mk/Uses/python.mk Committed. Thanks! |
Created attachment 165779 [details] [patch] remove vestigial _PYTHON_CMD When bsd.python.mk was converted to Uses/python.mk (r364450 2014-08-09), _PYTHON_CMD could have been removed as it was (and still is) no longer used. A recursive search (grep -r -w _PYTHON_CMD) in the ports tree shows no obvious leftover consumers.