Bug 206380

Summary: Mk/Uses/python.mk: remove vestigial _PYTHON_CMD
Product: Ports & Packages Reporter: John Hein <jcfyecrayz>
Component: Ports FrameworkAssignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Some People CC: jcfyecrayz, ports-bugs, python
Priority: --- Keywords: patch, patch-ready
Version: LatestFlags: koobs: maintainer-feedback+
antoine: merge-quarterly-
Hardware: Any   
OS: Any   
Attachments:
Description Flags
[patch] remove vestigial _PYTHON_CMD none

Description John Hein 2016-01-18 20:54:05 UTC
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.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2016-01-19 03:41:04 UTC
@portmgr, do you think this needs an exp-run?
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2016-01-20 13:46:35 UTC
seems fine but i see 0 reason to MFH  (don't fix anything and could break legacy ports)
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2016-01-20 14:00:45 UTC
No need for an exp-run (via antoine on IRC)
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-01-22 11:34:51 UTC
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
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2016-01-22 11:38:33 UTC
Committed. Thanks!