Bug 77344

Summary: bsd.port.mk misses checks for USE_PYTHON_(BUILD|RUN)
Product: Ports & Packages Reporter: Michael Nottebrock <michaelnottebrock>
Component: Individual Port(s)Assignee: Port Management Team <portmgr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
bpm.diff none

Description Michael Nottebrock 2005-02-10 12:10:25 UTC
bsd.python.mk implements the USE_PYTHON, USE_PYTHON_BUILD and USE_PYTHON_RUN
switches. The two latter only trigger runtime/buildtime dependencies, while
USE_PYTHON entails both.

bsd.port.mk however only checks for USE_PYTHON and does not include bsd.python.mk
if USE_PYTHON_BUILD or USE_PYTHON_RUN are set, thus making those switches effec-
tively unavailable to potential users.
Comment 1 Michael Nottebrock freebsd_committer freebsd_triage 2005-02-10 12:12:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

Over to maintainers.
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2005-02-28 21:13:15 UTC
State Changed
From-To: open->closed

Committed, thanks!