Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 May 2015 00:03:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199825] lang/gawk fails to compile update to 4.1.2
Message-ID:  <bug-199825-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199825

            Bug ID: 199825
           Summary: lang/gawk fails to compile update to 4.1.2
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: johans@FreeBSD.org
          Reporter: w.schwarzenfeld@aon.at
          Assignee: johans@FreeBSD.org
             Flags: maintainer-feedback?(johans@FreeBSD.org)

lang/gawk fails to compile on FreeBSD-10.1-Release-p9 with

===>  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.in.rej

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)

more details here:

https://forums.freebsd.org/threads/lang-gawk.51453/#post-288559

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199825-13>