aboutsummaryrefslogtreecommitdiff
path: root/games/freebsd-games
Commit message (Collapse)AuthorAgeFilesLines
* Fix build of hack and rogue with gcc 4.2Johan van Selst2007-05-284-8/+74
| | | | Notes: svn path=/head/; revision=192165
* BROKEN with gcc 4.2Kris Kennaway2007-05-271-1/+7
| | | | Notes: svn path=/head/; revision=191950
* Remove zero-length filesJuergen Lock2007-03-249-0/+0
| | | | | | | | Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: miwi (mentor, implicit) Notes: svn path=/head/; revision=188144
* Convert freebsd-games to use termios.h instead of sgtty.hJuergen Lock2007-03-2335-222/+549
| | | | | | | | | PR: ports/110731 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: miwi (mentor) Notes: svn path=/head/; revision=188142
* Fix paths in man pagesVolker Stolz2006-05-091-1/+3
| | | | | | | | PR: ports/93649 Submitted by: Ed Schouten Notes: svn path=/head/; revision=161813
* Patch so freebsd-games no longer needs to link against libcompat. It stillSam Lawrance2006-04-169-9/+98
| | | | | | | | | | requires the old sgtty headers, though. PR: ports/68260 (based on) Submitted by: Stephen J. Roznowski <sjr@comcast.net> Notes: svn path=/head/; revision=159693
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149325
* - Update US presidents for quiz(6) after 25 yearsVolker Stolz2004-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 Notes: svn path=/head/; revision=124826
* - Fix segfault when saving game in adventurePav Lucistnik2004-10-113-1/+23
| | | | | | | | PR: ports/72165 Submitted by: Joel Ray Holveck <joelh@piquan.org> Notes: svn path=/head/; revision=118649
* . Fix the build for gcc 3.4:Greg Lewis2004-06-213-0/+75
| | | | | | | | | | "'lrint' is a gcc3.4 builtin and gcc3.4 is unhappy if we use that for anything else." Obtained from: DragonFly (dillon) Notes: svn path=/head/; revision=111943
* - Fix hack(1) runningKirill Ponomarev2004-03-121-0/+13
| | | | | | | | PR: ports/64113 Submitted by: schweikh Notes: svn path=/head/; revision=103761
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* . Patch the paths in a number of source files to respect ${PREFIX}. NotGreg Lewis2004-01-221-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> Notes: svn path=/head/; revision=98821
* Fix the inverted logic in battlestar's initialization, which led toPeter Pentchev2004-01-132-1/+12
| | | | | | | a coredump shortly after starting a game from the beginning. Notes: svn path=/head/; revision=98089
* - Teach quiz where to find it's data filesPav Lucistnik2004-01-121-1/+3
| | | | | | | | PR: ports/61235 (inspired by) Reported by: Mark Laws <mdl@60hz.org> Notes: svn path=/head/; revision=98019
* . Bump PORTREVISION for the previous two fixes since hack now works.Greg Lewis2003-11-201-0/+1
| | | | Notes: svn path=/head/; revision=94514
* . Install hack as setgid games so it can chdir into /var/games/hackdir.Greg Lewis2003-11-201-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> Notes: svn path=/head/; revision=94513
* . Have hack look in the correct location for itself. Fixes theGreg Lewis2003-11-202-1/+16
| | | | | | | | | | "Can't get status of hack" error and exit. PR: 59443 Submitted by: Mark Laws <mdl@60hz.org> Notes: svn path=/head/; revision=94511
* Somebody please pass me the pointy hat. I fouled up the distfileMark Murray2003-11-132-4/+2
| | | | | | | rather badly. This fixes it. Notes: svn path=/head/; revision=93915
* Bunch 'o fixes for the BSD games, many from NetBSD.Mark Murray2003-11-1121-370/+2
| | | | | | | | Submitted by: "Stephen J. Roznowski" <sjr@comcast.net> PR: 12727 Notes: svn path=/head/; revision=93725
* . Treat carriage returns the same as linefeeds when entering data. ThisGreg Lewis2003-09-102-0/+39
| | | | | | | | | allows the Enter key to work correctly when entering a name. PR: 34759 Notes: svn path=/head/; revision=88918
* adventure.6 man-page, add section AUTHORSEdwin Groothuis2003-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> Notes: svn path=/head/; revision=88742
* . Only #define HUNGER_STR_LEN once.Greg Lewis2003-08-211-2/+1
| | | | Notes: svn path=/head/; revision=87467
* . Bump PORTREVISION for rogue save file overflow fix.Greg Lewis2003-08-211-0/+1
| | | | Notes: svn path=/head/; revision=87466
* . Fix a potential buffer overflow in restoring rogue save files.Greg Lewis2003-08-218-0/+195
| | | | | | | | | PR: 43886 Obtained from: NetBSD Pointed out by: blackend Notes: svn path=/head/; revision=87465
* . Fix a spelling error in a game message.Greg Lewis2003-08-211-0/+13
| | | | | | | | PR: 45701 Submitted by: Ben Rosengart <gnats@narcissus.net> Notes: svn path=/head/; revision=87464
* . Enable rogue.Greg Lewis2003-08-143-0/+41
| | | | Notes: svn path=/head/; revision=86940
* fix games/freebsd-games: Trivial fix to unbreak it on -CURRENTDaichi GOTO2003-07-287-0/+72
| | | | | | | | PR: 54873 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=85712
* fix games/freebsd-games:Daichi GOTO2003-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> Notes: svn path=/head/; revision=84043
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75954
* Add a port for FreeBSD-games to replace the "standard" games removedMark Murray2002-11-245-0/+167
in the base distribution. Notes: svn path=/head/; revision=71018