update fails with:
Makefile.rej
It's a little bit strange, cause it couldn't have anything to do with the recent change of
https://svnweb.freebsd.org/ports/head/lang/gawk/Makefile?r1=385057&r2=385056&pathrev=385057.
I have sent a mail to the maintainer.
Code:
===> Patching for gawk-4.1.2
===> Applying FreeBSD patches for gawk-4.1.2
1 out of 1 hunks failed--saving rejects to Makefile.in.rej
=> Patch patch-Makefile failed to apply cleanly.
*** Error code 1
Makefile.rej
Code:
less gawk-4.1.2/Makefile.in.rej
@@ -1151,7 +1151,7 @@
install-exec-hook:
(cd $(DESTDIR)$(bindir); \
$(LN) gawk$(EXEEXT) gawk-$(VERSION)$(EXEEXT) 2>/dev/null ; \
- if [ ! -f awk ]; \
+ if ! /usr/bin/which -s awk; \
then $(LN_S) gawk$(EXEEXT) awk; \
fi; exit 0)
It's a little bit strange, cause it couldn't have anything to do with the recent change of
https://svnweb.freebsd.org/ports/head/lang/gawk/Makefile?r1=385057&r2=385056&pathrev=385057.
I have sent a mail to the maintainer.