summaryrefslogtreecommitdiff
path: root/games/xboing
AgeCommit message (Collapse)AuthorFilesLines
2008-02-12Needs ${VARBASE}/games. While here, fixed pkglint warnings.rillig1-3/+5
2008-01-19Reset maintainer on his request.wiz1-2/+2
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-1/+2
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-1/+2
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg1-2/+2
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam1-2/+2
Remove deprecated ossaudio.buildlink3.mk.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-12DragonFly support.joerg4-13/+15
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam1-4/+4
${PREFIX}.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-27Use VARBASE instead of hardcoding /var.minskim3-12/+14
2004-08-04Use INSTALL_GAME_DATA as well as GAMEOWN, GAMEGRP and GAMEMODE insteadjschauma3-16/+15
of hardcoding the values. Partially addresses PR pkg/26236.
2004-03-08Use bl3.snj1-4/+4
2004-02-28strcpy and sprintf are evil, don't use them. Inspired by similar changessnj8-7/+173
in Debian. This fixes several locally exploitable vulnerabilities.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-3/+3
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-09-23buildlink1 -> buildlink2jlam3-9/+11
2002-08-10use BUILDLINK_DIR instead of BUILDLINK_X11_DIR for the xpm location.dmcmahill2-5/+5
Fixes build on non-XF4 machines. Thanks to jlam for the suggestion.
2002-07-15Add sound support, as proposed in pkg/13899 by rxg.wiz8-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-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-8/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-12Update HOMEPAGE.dent1-2/+2
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-4/+4
2000-07-11Use X11PREFIX in preference to X11BASE when installing files, so that thisagc1-4/+4
package cooperates better with xpkgwedge.
2000-05-31correctly detect NetBSD in the Imakefile (look for NetBSDArchitecture insteaddmcmahill2-4/+4
of __NetBSD__, this is imake, not c).
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
2000-01-02replaced some commands by their ${COMMAND} counterpartswiz1-3/+3
1999-07-09Add package patch-sum filesagc1-0/+5
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1998-09-14more /var/games scorfile work.. just ignore megarbled2-13/+27
1998-08-20The Grand Homepagification:tsarna2-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-18Initial addition of xboing-2.4, a breakout style game for X11.frueauf8-0/+201
Closes pr 5984 by Tim Rightnour.