Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-12-27 | Use VARBASE instead of hardcoding /var. | minskim | 3 | -12/+14 | |
2004-08-04 | Use INSTALL_GAME_DATA as well as GAMEOWN, GAMEGRP and GAMEMODE instead | jschauma | 3 | -16/+15 | |
of hardcoding the values. Partially addresses PR pkg/26236. | |||||
2004-03-08 | Use bl3. | snj | 1 | -4/+4 | |
2004-02-28 | strcpy and sprintf are evil, don't use them. Inspired by similar changes | snj | 8 | -7/+173 | |
in Debian. This fixes several locally exploitable vulnerabilities. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -3/+3 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-09-23 | buildlink1 -> buildlink2 | jlam | 3 | -9/+11 | |
2002-08-10 | use BUILDLINK_DIR instead of BUILDLINK_X11_DIR for the xpm location. | dmcmahill | 2 | -5/+5 | |
Fixes build on non-XF4 machines. Thanks to jlam for the suggestion. | |||||
2002-07-15 | Add sound support, as proposed in pkg/13899 by rxg. | wiz | 8 | -32/+129 | |
Bump to 2.4nb1. Add MESSAGE explaining that with XFree86-4.x.x, you probably need to start xboing with -usedefcmap. Thanks to uwe for finding that out! | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -8/+6 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-12 | Update HOMEPAGE. | dent | 1 | -2/+2 | |
2000-08-23 | Use "USE_XPM" option instead of direct dependence on the "xpm" package. | tron | 1 | -4/+4 | |
2000-07-11 | Use X11PREFIX in preference to X11BASE when installing files, so that this | agc | 1 | -4/+4 | |
package cooperates better with xpkgwedge. | |||||
2000-05-31 | correctly detect NetBSD in the Imakefile (look for NetBSDArchitecture instead | dmcmahill | 2 | -4/+4 | |
of __NetBSD__, this is imake, not c). | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
2000-01-02 | replaced some commands by their ${COMMAND} counterparts | wiz | 1 | -3/+3 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+5 | |
1999-04-15 | Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with | tron | 1 | -3/+2 | |
variable substituition of "MASTER_SITES" and "PATCH_SITES". | |||||
1998-09-14 | more /var/games scorfile work.. just ignore me | garbled | 2 | -13/+27 | |
1998-08-20 | The Grand Homepagification: | tsarna | 2 | -4/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-18 | Initial addition of xboing-2.4, a breakout style game for X11. | frueauf | 8 | -0/+201 | |
Closes pr 5984 by Tim Rightnour. |