Bug 146152 - [PATCH] lang/gawk: unbreak "make install" on upgrades
Summary: [PATCH] lang/gawk: unbreak "make install" on upgrades
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: Matthias Andree
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-29 18:20 UTC by Matthias Andree
Modified: 2010-04-30 13:00 UTC (History)
1 user (show)

See Also:


Attachments
gawk-3.1.7.patch (488 bytes, patch)
2010-04-29 18:20 UTC, Matthias Andree
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree freebsd_committer freebsd_triage 2010-04-29 18:20:01 UTC
Gawk's configure script pulls in a pre-installed gawk. This breaks on
typical "make all deinstall install clean" upgrade scenarios, or with
portmaster, because it's used at "make install" time, when gawk is no
longer available.

Avoid this breakage by overriding the build awk to the system's ${AWK}.

Port maintainer (krion@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-29 18:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->krion

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Matthias Andree freebsd_committer freebsd_triage 2010-04-29 22:23:15 UTC
Responsible Changed
From-To: krion->mandree

Handed over by Kirill's request (by private email)
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-04-30 12:51:00 UTC
mandree     2010-04-30 11:50:43 UTC

  FreeBSD ports repository

  Modified files:
    lang/gawk            Makefile 
  Log:
  Force system awk for build, to avoid failure on gawk upgrades.
  
  Commit requested by krion in private mail.
  
  PR:           ports/146152
  Submitted by: mandree
  Approved by:  krion (maintainer)
  Approved by:  garga (mentor)
  
  Revision  Changes    Path
  1.29      +2 -1      ports/lang/gawk/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 4 Matthias Andree freebsd_committer freebsd_triage 2010-04-30 12:52:18 UTC
State Changed
From-To: open->closed

Committed.