Bug 162279 - /usr/ports/lang/lua: bogus gmake dependency
Summary: /usr/ports/lang/lua: bogus gmake dependency
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-04 06:30 UTC by lyndon
Modified: 2012-03-16 18:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lyndon 2011-11-04 06:30:10 UTC
	/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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-11-04 06:30:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-11-04 20:01:30 UTC
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"
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2011-11-16 19:11:16 UTC
State Changed
From-To: open->closed

Resolved.
Comment 4 Matthias Andree 2012-03-16 18:24:27 UTC
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).