Summary: | [Maintainer Update] games/crafty: fixes & features | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | shoemaker <shoemaker> | ||||||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | ||||||||||
Priority: | Normal | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
shoemaker
2007-09-10 22:30:01 UTC
Please add the following patch as well, after the first, to tie up a loose end... --- Makefile.orig Mon Sep 10 15:29:56 2007 +++ Makefile Mon Sep 10 15:29:12 2007 @@ -83,6 +83,7 @@ ${INSTALL_DATA} ${WRKSRC}/book.lrn ${PREFIX}/lib/crafty/book.lrn ${INSTALL_DATA} ${WRKSRC}/position.bin ${PREFIX}/lib/crafty/position.bin ${INSTALL_DATA} ${WRKSRC}/position.lrn ${PREFIX}/lib/crafty/position.lrn + ${INSTALL_DATA} ${WRKSRC}/crafty.hlp ${PREFIX}/lib/crafty/crafty.hlp ${TOUCH} ${PREFIX}/lib/crafty/book.bin ${CHOWN} root:nogroup ${PREFIX}/lib/crafty/book* ${CHOWN} root:nogroup ${PREFIX}/lib/crafty/position* ---------------------------------------------------------------------- Get a free email address with REAL anti-spam protection. http://www.bluebottle.com/tag/1 edwin 2007-09-11 12:00:42 UTC FreeBSD ports repository Modified files: games/crafty Makefile pkg-plist games/crafty/scripts configure Added files: games/crafty/files patch-option.c Log: [Maintainer Update] games/crafty: fixes & features Does not need to ber setuid nobody, as this breaks the per-user rc-files goal; setgid with group-writable files should suffice. Configured for the new personalities feature, and added a fix to make sure that help is available (wasn't working before as it was moved from the executable to a file.) PR: ports/116266 Submitted by: shoemaker@bluebottle.com (Jonathan Shoemaker) Revision Changes Path 1.34 +14 -9 ports/games/crafty/Makefile 1.1 +15 -0 ports/games/crafty/files/patch-option.c (new) 1.7 +2 -0 ports/games/crafty/pkg-plist 1.2 +3 -2 ports/games/crafty/scripts/configure _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thanks! |