Summary: | [patch] audio/py-ogg: respect CC | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> | ||||||
Component: | Individual Port(s) | Assignee: | Philip M. Gollucci <pgollucci> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Jan Beich
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->xride Over to maintainer (via the GNATS Auto Assign Tool) Jan Beich <jbeich@tormail.net> writes: > +HAS_CONFIGURE= yes > +CONFIGURE_SCRIPT= config_unix.py > +CONFIGURE_ARGS= --prefix ${LOCALBASE} Nevermind, turns out a bad idea as it's too easy to forget to respect PYTHON_VER by explicitly calling PYTHON_CMD rather than `python'. So, use MAKE_ENV approach as it's shorter than the above one + post-patch target to fix python shebang. Soeren Straarup <xride@freebsd.org> writes: > Does that mean that this PR can be closed? No, I've sent alternative patch. It uses MAKE_ENV, like bsd.python.mk does for do-configure. And MAKE_ENV always exports CC via bsd.port.mk. Responsible Changed From-To: xride->pgollucci committer&maintainer timeout (xride ; 86 days) / last commit: 86 days ago State Changed From-To: open->closed Committed, Thanks! pgollucci 2012-02-12 22:39:17 UTC FreeBSD ports repository Modified files: audio/py-ogg Makefile Log: - Respect CC PR: ports/162595 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: maintainer timeout (xride ; 86 days) Revision Changes Path 1.15 +1 -1 ports/audio/py-ogg/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" |