I'm having problems with the misc/fortune-mod-bofh port. For some reason the following command will only print either the very first fortune or nothing at all: `fortune /usr/local/share/games/fortune/bofh` Fix: Did the syntax for fortune mods change? I guess a `sed` or `awk` command would be enough to fix the syntax errors. How-To-Repeat: Install misc/fortune-mod-bofh and follow the pkg-descr notice.
Dear maintainer, Can you look this problem? http://www.freebsd.org/cgi/query-pr.cgi?pr=86643 Thanks -- Marcus Alves Grando Grupos Internet S/A marcus(at)corp.grupos.com.br mnag(at)FreeBSD.org
State Changed From-To: open->feedback Ask for maintainer fix
Here's the patch. It seems the bofh.dat that comes with the package is broken. Thanks, arundel. diff -urN fortune-mod-bofh.orig/Makefile fortune-mod-bofh/Makefile --- fortune-mod-bofh.orig/Makefile Wed Dec 1 21:03:30 2004 +++ fortune-mod-bofh/Makefile Thu Sep 29 12:07:20 2005 @@ -7,6 +7,7 @@ PORTNAME= fortune-mod-bofh PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.void.irq.org/ DISTNAME= bofh-fortune-mod${PORTVERSION} @@ -25,7 +26,7 @@ @${MKDIR} ${PREFIX}/share/games @${MKDIR} ${PREFIX}/share/games/fortune @${INSTALL_DATA} ${WRKSRC}/bofh ${PREFIX}/share/games/fortune - @${INSTALL_DATA} ${WRKSRC}/bofh.dat ${PREFIX}/share/games/fortune + @strfile ${PREFIX}/share/games/fortune/bofh @${CAT} ${PKGMESSAGE} .include <bsd.port.mk>
On Fri Sep 30 05, Jonathan wrote: > Here's the patch. It seems the bofh.dat that comes with the package is broken. > Thanks, arundel. > Jep. That solved the problem. Thanks for the quick response.
State Changed From-To: feedback->open Feedback received.
Responsible Changed From-To: freebsd-ports-bugs->mnag Feedback received.
State Changed From-To: open->closed Committed. Thanks!