summaryrefslogtreecommitdiffstats
path: root/games/nethack
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak portade2000-09-162-4/+4
| | | | | | | Maintainer switch from ports@FreeBSD.org to submitter PR: 21096 Submitted by: Peter Pentchev <roam@orbitel.bg> - new maintainer
* Distfile changed on mastersite.alex2000-08-131-1/+1
| | | | | | | | | | | From the UPDATE file for this update: >This is a minor bugfix release. Sorry, no major new functionality this >time around. The complete changes can be found in the UPDATE32.2 file and are therefore not included here. PR: 20563 Submitted by: Jimmy Olgeni <olgeni@uli.it> (md5 fix w/o description)
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-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
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionasami2000-04-141-3/+3
| | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
* Update to version 3.2.3cpiazza2000-01-052-2/+8
| | | | | PR: 15442 Submitted by: David Scheidt <dscheidt@enteract.com>
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-261-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* time(3) returns a time_t and not a long.steve1999-06-221-3/+11
|
* (Null Cowit Mewwage)hoek1999-05-021-2/+1
|
* I forgot remove patch-aa.flathill1999-03-241-0/+3
| | | | | Update PLIST. Submitted by: h-nokubi@nsk.nis.nec.co.jp
* Fix 'missing rip.xpm' error.flathill1999-03-216-6/+191
| | | | | | | patch-aa contains patch for some files. So separate to some patch-a? PR: ports/10680 Submitted by: h-nokubi@yyy.or.jp
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.fenner1999-01-271-1/+2
|
* Install files in share instead of lib.steve1999-01-181-117/+117
| | | | | PR: 9475 Submitted by: Sergei Laskavy <laskavy@Berkeley.Gambit.Msk.SU>
* Add more MASTER_SITES.vanilla1998-12-101-2/+2
| | | | | PR: ports/9037 Submitted by: josh@quick.net
* Add pkg/DESCR URL about original nethackflathill1998-11-221-0/+3
|
* Fix BROKEN_ELFflathill1998-11-212-3/+13
|
* Doesn't build in an ELF world.steve1998-09-281-1/+3
|
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* Sync package with reality as defined by source-build port (setgid gameshoek1998-09-041-0/+3
| | | | | | binary, list ad. documentation). PR: ports/7673 (Sue Blake <sue@welearn.com.au>)
* Remove manpages defined in MAN? macros in games' Makefiles.asami1998-08-131-6/+1
|
* Be more selective about which ports to maintain. I no longer have timeasami1997-12-251-2/+2
| | | | to maintain all these ports I once committed (sometimes as a proxy).
* Correctly set the mode for scoreboard files.max1997-10-151-5/+7
| | | | Add @dirrm for lib/nethackdir.
* Use ${SH} from bsd.port.mk instead of locally defined ${SHELL}.max1997-07-121-3/+2
|
* Switched to using MASTER_SITES=${MASTER_SITE_XCONTRIB} andobrien1997-01-031-3/+3
| | | | | | | | | | MASTER_SITE_SUBDIR=games swallace wasn't listed as MAINTAINER of any of his ports janek@gaja.ipan.lublin.pl wasn't listed as MAINTAINER of any of his ports bin.bin --> ${BINOWN}.${BINGRP} chown --> /usr/sbin/chown (not everyone has /usr/sbin in their path, esp. if you sudo'ed to root) mkdir -p --> ${MKDIR}
* Moved the @exec mkdir ... line so that it won't fail tomax1996-12-271-1/+1
| | | | mkdir lib/nethackdir/save when you do pkg_add this package for the first time.
* Update to 3.2.2.asami1996-12-232-7/+6
| | | | Notified by: andreas
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-9/+6
|
* Manpages were installed mode 640.asami1996-08-301-1/+2
| | | | Submitted by: max@sfc.wide.ac.jp
* Upgrade, 3.2.0 -> 3.2.1.asami1996-07-232-5/+4
|
* This port depends on the xpm lib.asami1996-06-141-1/+3
| | | | Submitted by: Masafumi NAKANE (max@sfc.wide.ad.jp)
* Upgrade, 3.1.3 -> 3.2.0.asami1996-04-225-18/+36
|
* Delete @cwd, @mode, @owner and @group from these packing lists.asami1995-11-131-5/+0
| | | | Reported by: jkh
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aasami1995-11-091-1/+1
| | | | lot of ports or what! ;>
* And here comes the next round of Makefile updates, for games. Folks,asami1995-04-111-4/+6
| | | | | | there are lots of broken stuff and funky Makefiles here. Please check your ports, and also put yourself in MAINTAINER so I know who to talk to. Thanks....
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Add a SHELL= /bin/sh line. My tcsh gots upset executing the setup.shats1995-03-301-1/+2
| | | | called from the makefile :-).
* A dungeon chewing game. I don't use the X interface (and I can't believeasami1995-03-285-0/+152
anyone would want to use that) so this port only makes the tty version. CVS:
OpenPOWER on IntegriCloud