Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-26 | games: Replace RMD160 checksums with BLAKE2s checksums | nia | 1 | -2/+2 | |
All checksums have been double-checked against existing RMD160 and SHA512 hashes | |||||
2021-10-07 | games: Remove SHA1 hashes for distfiles | nia | 1 | -2/+1 | |
2018-01-01 | Sort PLIST files. | rillig | 1 | -2/+2 | |
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F | |||||
2016-02-25 | Remove manual OPSYSVARS additions which are now part of the default set. | jperkin | 1 | -2/+1 | |
2015-11-03 | Add SHA512 digests for distfiles for games category | agc | 1 | -1/+2 | |
Problems found locating distfiles: Package blokus: missing distfile blokus-1.1.tar.gz Package crossfire-client: missing distfile crossfire-client-images-1.11.0.tar.gz Package dungeon: missing distfile dungeon-gdt-glk.tar.gz Package gate88: missing distfile Gate88_Mar19_05.tar.gz Package gnuchess4: missing distfile gnuchess-4.0.pl80.tar.gz Package ioquake3-pk3: missing distfile quake3-latest-pk3s.zip Package rollemup: missing distfile Rollemup.tar.gz Package tscp: missing distfile tscp181.zip Package xbat: missing distfile xev111.tar.gz Package xgalaga: missing distfile xgalaga-2.0.34.tar.gz Package xrick: missing distfile xrick-021212.tgz Package xskat: missing distfile xskat-cards.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. | |||||
2015-07-04 | Remove USE_X11BASE and X11PREFIX. | joerg | 2 | -4/+4 | |
2014-09-23 | SunOS needs -lsocket -lnsl. | jperkin | 1 | -1/+4 | |
2012-10-06 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -2/+1 | |
2010-06-25 | Full DESTDIR support. Bump revision. | joerg | 3 | -14/+22 | |
2009-06-30 | Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with | joerg | 1 | -1/+3 | |
MAKE_JOBS=2 and worked without. | |||||
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -4/+1 | |
2008-01-19 | Reset maintainer on his request. | wiz | 1 | -2/+2 | |
2007-03-06 | Fixed PR 29448. | rillig | 2 | -4/+12 | |
2007-03-05 | make this build with newer gcc | drochner | 2 | -6/+13 | |
2006-12-27 | - fine grained X11 dependencies for packages which have either USE_IMAKE | joerg | 1 | -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-15 | Mechanically replace all includes of buildlink3.mk of the following | joerg | 1 | -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-04-12 | Use normal make. Be a setgid game. No sound server included, so don't | joerg | 4 | -17/+35 | |
try to build one on FreeBSD and DragonFly. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-06-17 | Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of | jlam | 1 | -3/+3 | |
${PREFIX}. | |||||
2005-06-12 | This package requires imake & xmkmf to build so note it in USE_TOOLS. | jlam | 1 | -1/+2 | |
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-03-08 | Use bl3. | snj | 1 | -3/+3 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2002-10-21 | Convert to buildlink2. Remove MASTER_SITES and HOMEPAGE, they are not | wiz | 4 | -21/+26 | |
valid any longer. Make it work with xpkgwedge. | |||||
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -3/+3 | |
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} | |||||
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 | -15/+13 | |
+ 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 | |
2000-08-23 | Use "USE_XPM" option instead of direct dependence on the "xpm" package. | tron | 1 | -4/+3 | |
2000-07-11 | Use X11PREFIX in preference to X11BASE for installed files, so that this | agc | 1 | -2/+2 | |
package cooperates better with an installed xpkgwedge. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+12 | |
1999-01-30 | Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this | agc | 1 | -2/+2 | |
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package". | |||||
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+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-14 | Include <X11/xpm.h> not <xpm.h>. Fixes pr 5942. | frueauf | 4 | -0/+52 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 6 | -0/+12 | |
1998-08-01 | Initial addition of tanked-0.90, a multiplayer internet tank game for X11. | frueauf | 11 | -0/+146 | |
Closes pr 5883 by Tim Rightnour. |