Date: Tue, 17 Jan 2017 09:27:28 +0000 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 Message-ID: <bug-216167-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216167-13>