Bug 77344 - bsd.port.mk misses checks for USE_PYTHON_(BUILD|RUN)
Summary: bsd.port.mk misses checks for USE_PYTHON_(BUILD|RUN)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-10 12:10 UTC by Michael Nottebrock
Modified: 2005-02-28 21:13 UTC (History)
0 users

See Also:


Attachments
bpm.diff (500 bytes, patch)
2005-02-10 12:10 UTC, Michael Nottebrock
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!