Summary: | games/nethack34 - Add WITH_HPMON, cleanup removal of lib/nethack when savegames exist | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jeremy Chadwick <koitsu> | ||||
Component: | Individual Port(s) | Assignee: | Jeremy Chadwick <koitsu> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | glewis | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Jeremy Chadwick
2007-01-15 08:00:47 UTC
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) Responsible Changed From-To: freebsd-ports-bugs->koitsu Submitter has GNATS access State Changed From-To: open->feedback Awaiting maintainers feedback koitsu 2007-01-15 15:57:21 UTC FreeBSD ports repository Modified files: games/nethack34 Makefile distinfo pkg-plist Log: Committed. PR: 107941 Approved by: philip Revision Changes Path 1.57 +7 -1 ports/games/nethack34/Makefile 1.18 +3 -0 ports/games/nethack34/distinfo 1.16 +3 -3 ports/games/nethack34/pkg-plist _______________________________________________ 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: feedback->closed Committed. Thanks! Approved by: philip koitsu 2007-01-15 17:24:34 UTC FreeBSD ports repository Modified files: games/nethack34 Makefile Log: Details of previous commit: * Add WITH_HPMON support - colourises hitpoints as they decrease. * Address issue where uninstalling with existing save games in place (PREFIX/lib/nethack/save/*) would result in a "Could not remove PREFIX/lib/nethack" error. Now echoes some useful comments to the user when failing to rmdir PREFIX/lib/nethack/save, and using @dirrmtry on the PREFIX/lib/nethack directory. Also added: * Reference MASTER_SITE_LOCAL for hpmon.diff, in the case the main patch site isn't available. PR: ports/107941 Approved by: philip Revision Changes Path 1.58 +2 -1 ports/games/nethack34/Makefile _______________________________________________ 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: feedback->closed Committed, with minor changes. Thanks! |