From owner-freebsd-ports-bugs@freebsd.org Tue Jan 17 09:27:28 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF6CECB06F4 for ; Tue, 17 Jan 2017 09:27:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B236B17C3 for ; Tue, 17 Jan 2017 09:27:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v0H9RSks020035 for ; Tue, 17 Jan 2017 09:27:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 216167] shells/fish fails to build when applying extra patch /usr/ports/shells/fish/files/extra-patch-Makefile.in Date: Tue, 17 Jan 2017 09:27:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: david.guyot@europecamions-interactive.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: asomers@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2017 09:27:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216167 Bug ID: 216167 Summary: shells/fish fails to build when applying extra patch /usr/ports/shells/fish/files/extra-patch-Makefile.in Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: asomers@FreeBSD.org Reporter: david.guyot@europecamions-interactive.com Assignee: asomers@FreeBSD.org Flags: maintainer-feedback?(asomers@FreeBSD.org) Hello, there. When trying to make install clean shells/fish in order to update it, I get = the following output: root@Bitra /u/p/s/fish {=E2=8C=970/=E2=AC=9342}[0]=E2=99=86# make install c= lean =3D=3D=3D> Patching for fish-2.4.0 =3D=3D=3D> Applying extra patch /usr/ports/shells/fish/files/extra-patch-M= akefile.in 1 out of 1 hunks failed--saving rejects to ./Makefile.in.rej *** Error code 1 Stop. make[1]: stopped in /usr/ports/shells/fish *** Error code 1 Stop. make: stopped in /usr/ports/shells/fish root@Bitra /u/p/s/fish {=E2=8C=970/=E2=AC=9342}[0]=E2=99=86# cat work/fish-= 2.4.0/Makefile.in.rej @@ -639,12 +639,12 @@ true; \ done; - $(INSTALL) -m 755 -d $(DESTDIR)$(docdir) - for i in user_doc/html/* ChangeLog; do \ - if test -f $$i; then \ - $(INSTALL) -m 644 $$i $(DESTDIR)$(docdir); \ - fi; \ - done; +# $(INSTALL) -m 755 -d $(DESTDIR)$(docdir) +# for i in user_doc/html/* ChangeLog; do \ +# if test -f $$i; then \ +# $(INSTALL) -m 644 $$i $(DESTDIR)$(docdir); \ +# fi; \ +# done; $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1 for i in $(MANUALS); do \ $(INSTALL) -m 644 $$i $(DESTDIR)$(mandir)/man1/; \ Being a novice FreeBSD user, I'm not able to fix it myself, at least curren= tly. I guess the bugfix is trivial, but I could break things further trying to f= ix it for myself, and I'm not willing to try that before knowing if the above = data and the corresponding bugfix is useful for others or only for me. Awaiting your answers, Regards. --=20 You are receiving this mail because: You are the assignee for the bug.=