/usr/ports/lang/lua/Makefile has USE_GMAKE=yes, forcing a build dependency on gmake. gmake is not required to build lua, thus this dependency is spurious. Fix: Remove USE_GMAKE=yes from /usr/ports/lang/lua/Makefile. How-To-Repeat: Build lua on a fresh system and watch it install gmake.
Responsible Changed From-To: freebsd-ports-bugs->garga Over to maintainer (via the GNATS Auto Assign Tool)
garga 2011-11-04 20:01:16 UTC FreeBSD ports repository Modified files: lang/lua Makefile Log: - Remove gmake as a dependency, it's not necessary PR: ports/162279 Submitted by: Lyndon Nerenberg <lyndon@orthanc.ca> Revision Changes Path 1.46 +0 -1 ports/lang/lua/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"
State Changed From-To: open->closed Resolved.
JFTR: we've had to add MAKE_ARGS= CFLAGS+="${CFLAGS}" to avoid build breakage with CFLAGS=... set in /etc/make.conf (because then the -fPIC got lost somehow).