ports/178669: lang/gawk : fix patch-Makefile
Christoph Moench-Tegeder
cmt at burggraben.net
Wed May 15 19:10:00 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list