Created attachment 180088 [details] patch to modes/Makefile.in to set FORTUNE = /usr/bin/fortune "xlockmore -mode nose" uses the fortune program to display a witty saying. Unfortunately on FreeBSD 11 it displays this: "sh: /usr/games/fortune not found" This needs to be changed... Attached is a patch to the modes/Makefile.in file to change the fortunes program to /usr/bin/fortune There are better ways to fix this. Ideally the maintainers of xlockmore would provide a configure parameter to set the location of the fortune program...
Created attachment 181026 [details] Patch to the port Makefile for version 5.51 of xlockmore Had to remove the ${STAGEFILE} parameters from the MAKE_ARGS
David Bagley is still actively supporting xlockmore at http://sillycycle.com/
A commit references this bug: Author: jgh Date: Tue Mar 21 17:37:09 UTC 2017 New revision: 436623 URL: https://svnweb.freebsd.org/changeset/ports/436623 Log: - update to version 5.51 - address issue with fortune [1] - address master_sites for distribution as main site is no longer operational - attach xorg library dependencies - attach license - adjust make_args for destdir support PR: 217182 [1] Reported by:>>>>Richard Narron <comet.berkeley@gmail.com> Changes: head/x11/xlockmore/Makefile head/x11/xlockmore/distinfo head/x11/xlockmore/pkg-descr
A commit references this bug: Author: jgh Date: Tue Mar 21 17:40:47 UTC 2017 New revision: 436624 URL: https://svnweb.freebsd.org/changeset/ports/436624 Log: MFH: r436623 - update to version 5.51 - address issue with fortune [1] - address master_sites for distribution as main site is no longer operational - attach xorg library dependencies - attach license - adjust make_args for destdir support PR: 217182 [1] Reported by:>>>>Richard Narron <comet.berkeley@gmail.com> Approved by: ports-secteam (with hat) Changes: _U branches/2017Q1/ branches/2017Q1/x11/xlockmore/Makefile branches/2017Q1/x11/xlockmore/distinfo branches/2017Q1/x11/xlockmore/pkg-descr
Thanks for the report! -jgh