Created attachment 157645 [details] xboard: shebangfix texi2man Iff the configuration option ZIPPY is selected, one runs into the following error: ---8<--- ./texi2man ./xboard.texi > xboard.man || (rm -f xboard.man ; false) ./texi2man: not found *** Error code 1 --->8--- »texi2man« is a perl script and we need “shebangfix” to make it work (see attachment). Please do correct this. Regards, Kalten
A commit references this bug: Author: johans Date: Thu Jun 11 18:31:04 UTC 2015 New revision: 389244 URL: https://svnweb.freebsd.org/changeset/ports/389244 Log: Add shebangfix to fix build when the option ZIPPY is selected PR: 200790 Submitted by: kalten@gmx.at Changes: head/games/xboard/Makefile
A commit references this bug: Author: johans Date: Sun Sep 20 13:05:25 UTC 2015 New revision: 397368 URL: https://svnweb.freebsd.org/changeset/ports/397368 Log: Add shebangfix for texi2man script when option ZIPPY is selected PR: 200790 Submitted by: kalten@gmx.at Changes: head/games/xboard/Makefile
Committed, thanks