summaryrefslogtreecommitdiffstats
path: root/games/connect4
Commit message (Collapse)AuthorAgeFilesLines
* Remove a world-writable score file by making the game binary setgid gameskris2000-08-161-2/+2
| | | | | | | and the score file root:games mode 664. Since the games group has (should have) no permissions other than to write to game data files, it doesn't really matter if this is "insecure" (lots of other things which are setgid games already are).
* update portname/portversion stuff (games commit part 1, a-c)mharo2000-04-141-3/+3
|
* remove extra whitespace (portlint)mharo2000-03-201-2/+2
| | | | Submitte by:
* Update maintainer's email addresscpiazza1999-10-211-3/+2
| | | | | PR: 14395 Submitted by: maintainer
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* 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. :)
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-031-2/+3
| | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too.
* Remove empty directories on deinstall.steve1998-09-281-0/+1
|
* Remove manpages defined in MAN? macros in games' Makefiles.asami1998-08-131-1/+0
|
* Classic "drop tokens" game.asami1997-06-049-0/+190
PR: 3625 Submitted by: Joel Sutton sutton@aardvark.apana.org.au
OpenPOWER on IntegriCloud