Commit graph

31 commits

Author SHA1 Message Date
Johan van Selst
58636876c5 Fix build of hack and rogue with gcc 4.2 2007-05-28 08:28:46 +00:00
Kris Kennaway
b7ff7031ea BROKEN with gcc 4.2 2007-05-27 03:03:31 +00:00
Juergen Lock
a0b73bf902 Remove zero-length files
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:	miwi (mentor, implicit)
2007-03-24 01:39:50 +00:00
Juergen Lock
805f53212b Convert freebsd-games to use termios.h instead of sgtty.h
PR:		ports/110731
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:	miwi (mentor)
2007-03-23 23:02:33 +00:00
Volker Stolz
572e90b05d Fix paths in man pages
PR:		ports/93649
Submitted by:	Ed Schouten
2006-05-09 14:06:34 +00:00
Sam Lawrance
1478838482 Patch so freebsd-games no longer needs to link against libcompat. It still
requires the old sgtty headers, though.

PR:		ports/68260 (based on)
Submitted by:	Stephen J. Roznowski <sjr@comcast.net>
2006-04-16 12:01:03 +00:00
Pav Lucistnik
45a44e27c7 - Add SHA256 2005-11-24 19:28:01 +00:00
Volker Stolz
107d930389 - Update US presidents for quiz(6) after 25 years
(gosh, and we really need yet another update I think!)
- Bump PORTREV accordingly

PR:		ports/43177
Submitted by:	Philipp Mergenthaler
Approved by:	maintainer silence
2004-12-22 14:52:50 +00:00
Pav Lucistnik
71d639506b - Fix segfault when saving game in adventure
PR:		ports/72165
Submitted by:	Joel Ray Holveck <joelh@piquan.org>
2004-10-11 22:52:00 +00:00
Greg Lewis
854e78391e . Fix the build for gcc 3.4:
"'lrint' is a gcc3.4 builtin and gcc3.4 is unhappy if we use that for
   anything else."

Obtained from:	DragonFly (dillon)
2004-06-21 18:36:33 +00:00
Kirill Ponomarev
ed3ef8d326 - Fix hack(1) running
PR:		ports/64113
Submitted by:	schweikh
2004-03-12 10:10:22 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Greg Lewis
1e877ee37e . Patch the paths in a number of source files to respect ${PREFIX}. Not
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>
2004-01-22 19:41:36 +00:00
Peter Pentchev
9d0e52735c Fix the inverted logic in battlestar's initialization, which led to
a coredump shortly after starting a game from the beginning.
2004-01-13 17:25:10 +00:00
Pav Lucistnik
463b8a319c - Teach quiz where to find it's data files
PR:		ports/61235 (inspired by)
Reported by:	Mark Laws <mdl@60hz.org>
2004-01-12 21:20:49 +00:00
Greg Lewis
633b0eda71 . Bump PORTREVISION for the previous two fixes since hack now works. 2003-11-20 19:16:13 +00:00
Greg Lewis
c5ecc5ae4f . Install hack as setgid games so it can chdir into /var/games/hackdir.
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>
2003-11-20 19:14:47 +00:00
Greg Lewis
fd744d95ea . Have hack look in the correct location for itself. Fixes the
"Can't get status of hack" error and exit.

PR:		59443
Submitted by:	Mark Laws <mdl@60hz.org>
2003-11-20 19:10:51 +00:00
Mark Murray
ee303eb7c5 Somebody please pass me the pointy hat. I fouled up the distfile
rather badly. This fixes it.
2003-11-13 21:13:51 +00:00
Mark Murray
49f7724c25 Bunch 'o fixes for the BSD games, many from NetBSD.
Submitted by:	"Stephen J. Roznowski" <sjr@comcast.net>
PR:		12727
2003-11-11 09:00:51 +00:00
Greg Lewis
9963fdefa5 . Treat carriage returns the same as linefeeds when entering data. This
allows the Enter key to work correctly when entering a name.

PR:		34759
2003-09-10 10:05:42 +00:00
Edwin Groothuis
22f1cf401a adventure.6 man-page, add section AUTHORS
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>
2003-09-08 06:23:52 +00:00
Greg Lewis
0befbb7956 . Only #define HUNGER_STR_LEN once. 2003-08-21 21:11:13 +00:00
Greg Lewis
12e303f789 . Bump PORTREVISION for rogue save file overflow fix. 2003-08-21 20:53:33 +00:00
Greg Lewis
dd79a21bbc . Fix a potential buffer overflow in restoring rogue save files.
PR:		43886
Obtained from:	NetBSD
Pointed out by:	blackend
2003-08-21 20:24:01 +00:00
Greg Lewis
7c44898872 . Fix a spelling error in a game message.
PR:		45701
Submitted by:	Ben Rosengart <gnats@narcissus.net>
2003-08-21 20:19:26 +00:00
Greg Lewis
9ee8d18ccc . Enable rogue. 2003-08-14 15:15:51 +00:00
Daichi GOTO
683379b19f fix games/freebsd-games: Trivial fix to unbreak it on -CURRENT
PR:		54873
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-07-28 05:32:09 +00:00
Daichi GOTO
a987973005 fix games/freebsd-games:
- 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>
2003-07-02 12:46:23 +00:00
Akinori MUSHA
2ab2d59488 De-pkg-comment. 2003-02-20 17:32:26 +00:00
Mark Murray
43a4fd2693 Add a port for FreeBSD-games to replace the "standard" games removed
in the base distribution.
2002-11-24 18:09:59 +00:00