aboutsummaryrefslogtreecommitdiffstats
path: root/games/bsdgames
Commit message (Collapse)AuthorAgeFilesLines
* - Pass maintainership to submittertabthorpe2009-03-021-1/+1
| | | | Submitted by: Ulrich via freebsd-ports@
* Fix build of hack and rogue with gcc 4.2johans2007-05-284-8/+74
|
* BROKEN with gcc 4.2kris2007-05-271-1/+7
|
* Remove zero-length filesnox2007-03-249-0/+0
| | | | | Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: miwi (mentor, implicit)
* Convert freebsd-games to use termios.h instead of sgtty.hnox2007-03-2435-222/+549
| | | | | | PR: ports/110731 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: miwi (mentor)
* Fix paths in man pagesvs2006-05-091-1/+3
| | | | | PR: ports/93649 Submitted by: Ed Schouten
* Patch so freebsd-games no longer needs to link against libcompat. It stilllawrance2006-04-169-9/+98
| | | | | | | requires the old sgtty headers, though. PR: ports/68260 (based on) Submitted by: Stephen J. Roznowski <sjr@comcast.net>
* - Add SHA256pav2005-11-251-0/+1
|
* - Update US presidents for quiz(6) after 25 yearsvs2004-12-222-3/+178
| | | | | | | | | (gosh, and we really need yet another update I think!) - Bump PORTREV accordingly PR: ports/43177 Submitted by: Philipp Mergenthaler Approved by: maintainer silence
* - Fix segfault when saving game in adventurepav2004-10-123-1/+23
| | | | | PR: ports/72165 Submitted by: Joel Ray Holveck <joelh@piquan.org>
* . Fix the build for gcc 3.4:glewis2004-06-223-0/+75
| | | | | | | "'lrint' is a gcc3.4 builtin and gcc3.4 is unhappy if we use that for anything else." Obtained from: DragonFly (dillon)
* - Fix hack(1) runningkrion2004-03-121-0/+13
| | | | | PR: ports/64113 Submitted by: schweikh
* SIZEify.trevor2004-01-291-0/+1
|
* . Patch the paths in a number of source files to respect ${PREFIX}. Notglewis2004-01-231-3/+13
| | | | | | | only were they hardwired, they were hardwired incorrectly (the prefix was set to /usr/local/local/local). Reported and tested by: Alexandr Kovalenko <never@nevermind.kiev.ua>
* Fix the inverted logic in battlestar's initialization, which led toroam2004-01-142-1/+12
| | | | a coredump shortly after starting a game from the beginning.
* - Teach quiz where to find it's data filespav2004-01-131-1/+3
| | | | | PR: ports/61235 (inspired by) Reported by: Mark Laws <mdl@60hz.org>
* . Bump PORTREVISION for the previous two fixes since hack now works.glewis2003-11-211-0/+1
|
* . Install hack as setgid games so it can chdir into /var/games/hackdir.glewis2003-11-211-0/+13
| | | | | | | | I'm somewhat uncomfortable with this change in that it possibly provides for setgid games exploits if anyone finds a vulnerability in hack. PR: 59443 Submitted by: Mark Laws <mdl@60hz.org>
* . Have hack look in the correct location for itself. Fixes theglewis2003-11-212-1/+16
| | | | | | | "Can't get status of hack" error and exit. PR: 59443 Submitted by: Mark Laws <mdl@60hz.org>
* Somebody please pass me the pointy hat. I fouled up the distfilemarkm2003-11-142-4/+2
| | | | rather badly. This fixes it.
* Bunch 'o fixes for the BSD games, many from NetBSD.markm2003-11-1121-370/+2
| | | | | Submitted by: "Stephen J. Roznowski" <sjr@comcast.net> PR: 12727
* . Treat carriage returns the same as linefeeds when entering data. Thisglewis2003-09-102-0/+39
| | | | | | allows the Enter key to work correctly when entering a name. PR: 34759
* adventure.6 man-page, add section AUTHORSedwin2003-09-081-0/+11
| | | | | | | | Bring in the AUTHORS section for the adventure man-page. Found in OpenBSD tree, rev 1.2 of adventure.6 PR: ports/41167 Submitted by: Anders Andersson <anders@hack.org>
* . Only #define HUNGER_STR_LEN once.glewis2003-08-221-2/+1
|
* . Bump PORTREVISION for rogue save file overflow fix.glewis2003-08-221-0/+1
|
* . Fix a potential buffer overflow in restoring rogue save files.glewis2003-08-228-0/+195
| | | | | | PR: 43886 Obtained from: NetBSD Pointed out by: blackend
* . Fix a spelling error in a game message.glewis2003-08-221-0/+13
| | | | | PR: 45701 Submitted by: Ben Rosengart <gnats@narcissus.net>
* . Enable rogue.glewis2003-08-143-0/+41
|
* fix games/freebsd-games: Trivial fix to unbreak it on -CURRENTdaichi2003-07-287-0/+72
| | | | | PR: 54873 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* fix games/freebsd-games:daichi2003-07-021-0/+6
| | | | | | | | | - Some of the games in freebsd-games needs data files which is installed in /usr/local/share/games, but they won't work correctly because they look at /usr/share/games. PR: 53016 Submitted by: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Add a port for FreeBSD-games to replace the "standard" games removedmarkm2002-11-255-0/+167
in the base distribution.