Date: Wed, 15 May 2013 21:03:12 +0200 (CEST) From: Christoph Moench-Tegeder <cmt@burggraben.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/178669: lang/gawk : fix patch-Makefile Message-ID: <20130515190312.D024230E80@elch.exwg.net> Resent-Message-ID: <201305151910.r4FJA0oZ097795@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 178669 >Category: ports >Synopsis: lang/gawk : fix patch-Makefile >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 15 19:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christoph Moench-Tegeder >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD elch.exwg.net 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #2 r250106: Tue Apr 30 18:06:16 CEST 2013 cmt@elch.exwg.net:/usr/obj/usr/src/sys/ELCH amd64 lang/gawk gawk-4.1.0 >Description: make patch in lang/gawk fails, as gawk's Makefile.in (patched by files/patch-Makefile) has ever so slightly changed >How-To-Repeat: just type make >Fix: Index: files/patch-Makefile =================================================================== --- files/patch-Makefile (revision 318255) +++ files/patch-Makefile (working copy) @@ -1,9 +1,9 @@ ---- Makefile.in.orig 2011-07-01 16:58:19.000000000 +0200 -+++ Makefile.in 2011-07-01 16:58:47.000000000 +0200 -@@ -1014,7 +1014,7 @@ install-exec-hook: +--- Makefile.in.orig 2013-05-15 20:51:10.000000000 +0200 ++++ Makefile.in 2013-05-15 20:51:55.000000000 +0200 +@@ -1131,7 +1131,7 @@ + install-exec-hook: (cd $(DESTDIR)$(bindir); \ $(LN) gawk$(EXEEXT) gawk-$(VERSION)$(EXEEXT) 2>/dev/null ; \ - $(LN) pgawk$(EXEEXT) pgawk-$(VERSION)$(EXEEXT) 2>/dev/null ; \ - if [ ! -f awk ]; \ + if ! /usr/bin/which -s awk; \ then $(LN_S) gawk$(EXEEXT) awk; \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130515190312.D024230E80>