Alternatively, one can prepend CC=${CC} or even ${MAKE_ENV} before ${PYTHON_CMD} like it does bsd.port.mk for (HAS|GNU)_CONFIGURE. How-To-Repeat: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110723205754/py27-ogg-1.3_4.log
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"