1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Matthew Hunt
ac7b5b17c7 Install angband non-sgid, with the following side effects:
- Two directories are mode 1777; the user is alerted to
	  this during "make install".

	- High score reporting doesn't work, to avoid having a
	  world-writable file.

	- It is presumably possible for one user to prevent another
	  from playing by creating bogus savefiles in the mode 1777
	  directories.  Frankly, I'm not going to devote my time to
	  solving game-play DoS attacks.

Previously, certain files (lib/data) were generated the first time
angband was run.  These files are now obtained from my directory on
www.freebsd.org and are installed during "make install".

Several cleanups also, while I'm here.

This port is no longer BROKEN.
1999-12-02 19:19:03 +00:00
Steve Price
fda0121fff We no longer need to define SPECIAL_BSD to coverup for an old curses
problem.  As a side effect this now builds on FreeBSD/Alpha.
1999-09-20 00:32:53 +00:00
Thomas Gellekum
6fb413b12f Upgrade to 2.8.3.
PR:		5690
Submitted by:	Matthew Hunt <mph@pobox.com>
1998-02-10 08:17:27 +00:00
Bill Fenner
8d91cdef88 Fix permissions on save and user directories.
PR:		ports/4978
Submitted by:	Matthew Hunt <mph@pobox.com>
1997-11-16 08:56:54 +00:00
Thomas Gellekum
f6a194a59e Minor upgrades.
PR:		4583
Submitted by:	Matthew Hunt <mph@pobox.com>
1997-10-27 09:48:06 +00:00
Thomas Gellekum
a66818d178 Upgrade to 2.8.2
PR:		4566
Submitted by:	Matthew Hunt <mph@pobox.com>
1997-09-19 06:46:46 +00:00
Masafumi Max NAKANE
7ea75d1bac Upgrade, 0.8.0 -> 0.8.1.
Split the patches into several files.
Submitted by:	Matthew Hunt <mph@pobox.com>
(Closing PR #3003.)

Also, style tweaks on Makefile.
1997-03-31 11:27:27 +00:00
Thomas Gellekum
02f4b56584 Import of the angband port. Angband is a roguelike game.
Closes PR #2799.

Submitted by:	Matthew Hunt <mph@pobox.com>
1997-03-04 09:35:21 +00:00