aboutsummaryrefslogtreecommitdiff
path: root/games/nethack34
Commit message (Collapse)AuthorAgeFilesLines
* Details of previous commit:Jeremy Chadwick2007-01-151-1/+2
| | | | | | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=182441
* Committed.Jeremy Chadwick2007-01-153-3/+12
| | | | | | | | PR: 107941 Approved by: philip Notes: svn path=/head/; revision=182439
* Fix nethack34-qt variantTilman Keskinoz2006-09-032-8/+15
| | | | Notes: svn path=/head/; revision=172032
* The qt variant is scheduled for removal on 2006-12-01Kris Kennaway2006-09-031-0/+2
| | | | Notes: svn path=/head/; revision=172013
* Broken if builded with qt.Ion-Mihai Tetcu2006-06-061-0/+1
| | | | | | | | | PR: ports/98198 Submitted by: maintainer Approved by: lawrance (mentor, implicit) Notes: svn path=/head/; revision=164611
* * WITH_MENUCOLORS: Now references jilles' newer site/URLPav Lucistnik2006-05-263-27/+14
| | | | | | | | | | | | | | | * WITH_MENUCOLORS: Use POSIX-compliant regex via MENU_COLOR_REGEX_POSIX * No more reliance on gnuregex * Squelch patch-time calls to REINPLACE_CMD * Update distinfo to reference new menucolors patch * Update patch-ad to remove -lgnuregex (see below note) * Update patch-ad to remove use of $LIBTTY PR: ports/92958 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> (maintainer) Notes: svn path=/head/; revision=163487
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* . Locally mirror the menucolor patch due to the patch site having gone onGreg Lewis2006-02-032-1/+2
| | | | | | | | | | walkabout. [1] . Add SHA256 for the above patch. PR: 92147 [1] Notes: svn path=/head/; revision=155140
* SHA256ifyEdwin Groothuis2006-02-011-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154963
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* - Menucolor patch was updatedPav Lucistnik2005-02-191-2/+2
| | | | | | | | PR: ports/77735 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> (maintainer) Notes: svn path=/head/; revision=129325
* Assign maintainership to submitter of previous PRs.Volker Stolz2004-07-051-1/+1
| | | | | | | Thanks to Jeremy Chadwick for volunteering to keep an eye on nethack! Notes: svn path=/head/; revision=112956
* - Fix MENUCOLORS-support on -CURRENTVolker Stolz2004-07-012-7/+28
| | | | | | | | | | - Add WITH_MAIL-knob PR: ports/68522 Submitted by Jeremy Chadwick Notes: svn path=/head/; revision=112686
* Add WITH_MENUCOLORS tweak for console-version:Volker Stolz2004-06-302-7/+19
| | | | | | | | | | http://www.netsonic.fi/~walker/nethack.html PR: ports/68363 Submitted by: Jeremy Chadwick Notes: svn path=/head/; revision=112606
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Update to 3.4.3Pav Lucistnik2003-12-113-14/+14
| | | | | | | | PR: ports/60136 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=95632
* Fix nethack-qt with Qt3.2.Tilman Keskinoz2003-10-141-0/+14
| | | | | | | | | | Set Maintainer back to ports. Submitted by: Adriaan de Groot adridg@sci.kun.nl Reported by: bento Notes: svn path=/head/; revision=91153
* Update port: games/nethack to 5.4.2Edwin Groothuis2003-09-286-70/+39
| | | | | | | | | | - Update to version 5.4.2 PR: ports/56279 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89655
* Fix build on -stable.Christian Weisgerber2003-06-191-0/+10
| | | | | | | | PR: 53492 Submitted by: Ports Fury Notes: svn path=/head/; revision=83326
* Remove check for obsolete "bs" termcap attribute which is disappearingChristian Weisgerber2003-06-192-0/+17
| | | | | | | | | from new termcap entries. Reported by: Guy Middleton <guy@obstruction.com> Notes: svn path=/head/; revision=83319
* Update to version 3.4.1.Christian Weisgerber2003-06-056-47/+31
| | | | | | | | PR: 52664 Submitted by: Ports Fury Notes: svn path=/head/; revision=82325
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-5/+6
| | | | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris Notes: svn path=/head/; revision=82300
* WITH_QT_GRAPHICS is BROKEN on 5.1: bad C++ codeKris Kennaway2003-05-181-1/+6
| | | | Notes: svn path=/head/; revision=81228
* USE_GETOPT_LONG[1]Tilman Keskinoz2003-05-072-5/+5
| | | | | | | | | | Remove a duplicate PORTREVISION PR: 51857[1] Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=80367
* Update MASTER_SITES for MAINTAINER-less ports.Bill Fenner2003-03-111-1/+2
| | | | | | | | | PR: ports/49045 Submitted By: Ryan T. Dean <rtdean@cytherianage.net> Approved By: portmgr Notes: svn path=/head/; revision=77102
* De-pkg-comment nethack34 master-slave ports.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75781
* Add a patch that fixes this particular misuse of strcat().Peter Pentchev2003-02-112-2/+21
| | | | | | | | | Remove the FORBIDDEN keyword with some apprehension: there might well be other holes left :( Bump PORTREVISION for the applied bug (and security-) fix. Notes: svn path=/head/; revision=75296
* Mark FORBIDDEN due to a locally-exploitable buffer overflow, as reportedPeter Pentchev2003-02-111-0/+2
| | | | | | | | | | | on BugTraq: http://online.securityfocus.com/archive/1/311172/2003-02-08/2003-02-14/0 I wish people would contact the vendor more often, so patches/updates are available at the time of the advisory, but oh well... Notes: svn path=/head/; revision=75289
* Maintainer emails address bouncedEdwin Groothuis2003-01-121-1/+1
| | | | Notes: svn path=/head/; revision=72949
* Update games/nethack34:Edwin Groothuis2003-01-121-3/+8
| | | | | | | | | | | - Support QT3 - Add knob for WITHOUT_SHELL PR: 41768 46939 Submitted by: User & <freebsd@stevenwills.com>, KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=72948
* Add a note that HACKNAME, HACKDIR and HACKDOCSDIR are configurable.Akinori MUSHA2002-08-121-0/+1
| | | | Notes: svn path=/head/; revision=64454
* - Define USE_REINPLACE and use REINPLACE_CMD instead of perl.Akinori MUSHA2002-08-125-156/+178
| | | | | | | | | | | | - Make the install directory and the program name configurable. We'll change the defaults in future so one can install multiple versions of nethack at a time. - Do not mercilessly remove non-empty logfile and record on deinstallation. Notes: svn path=/head/; revision=64449
* Don't pretend we are SysV. We are BSD.Akinori MUSHA2002-08-122-2/+40
| | | | Notes: svn path=/head/; revision=64448
* Update to nethack 3.4.0 after repocopying from nethack33{,-*}.Akinori MUSHA2002-05-1410-203/+364
| | | | | | | | | | | | | | Unify the variant ports and make them slave ports of the master port, nethack34. Unbreak nethack34-gnome. PR: ports/36576, ports/36880 Submitted by: KATO Tsuguru <tkato@prontomail.com>, Jan Stocker <Jan.Stocker@t-online.de> (MAINTAINER of -gnome) Notes: svn path=/head/; revision=59098
* user.group -> user:group in chown call(s).Dima Dorfman2001-07-261-1/+1
| | | | Notes: svn path=/head/; revision=45498
* Remove MASTER_SITE_GNU from MASTER_SITES as the GNU mirror sites noAkinori MUSHA2001-01-041-3/+1
| | | | | | | | | | longer have nethack distfiles. PR: ports/24053 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=36793
* Update to nethack 3.3.1.Sheldon Hearn2001-01-041-1/+1
| | | | | | | This delta was ommitted in the original update. Notes: svn path=/head/; revision=36774
* I cannot imagine how this port could've worked without the missingJeroen Ruigrok van der Werven2001-01-041-0/+1
| | | | | | | | | | | PORTVERSION2 variable. Weird thing is that bento doesn't yield any errors on it. Apologies to the maintainer for not consulting him, but the fix is pretty trivial. Notes: svn path=/head/; revision=36767
* Update to nethack 3.3.1.Will Andrews2000-12-217-68/+41
| | | | | | | | | PR: 21942 Submitted by: Gregory Bond <gnb@itga.com.au> No response from: MAINTAINER (6 weeks timeout) Notes: svn path=/head/; revision=36166
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Cope with FreeBSD 3.SADA Kenji2000-08-022-3/+12
| | | | | | | | | | Fixed the path to gzip. PR: ports/16417 Submitted by: Gregory Bond <gnb@itga.com.au> Notes: svn path=/head/; revision=31259
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionSatoshi Asami2000-04-141-2/+2
| | | | | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles. Notes: svn path=/head/; revision=27515
* Update to version 3.3.0.Steve Price2000-01-2410-234/+270
| | | | | | | | PR: 15469 Submitted by: David Scheidt <dscheidt@enteract.com> Notes: svn path=/head/; revision=25009
* Update to version 3.2.3Chris Piazza2000-01-052-2/+8
| | | | | | | | PR: 15442 Submitted by: David Scheidt <dscheidt@enteract.com> Notes: svn path=/head/; revision=24427
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801