Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-05-15 | Uses C++. | joerg | 1 | -1/+2 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-11-08 | Sorted PLIST. | rillig | 1 | -16/+16 | |
2005-10-23 | Fixed typo (CONFLICT => CONFLICTS). Added ${GAMEOWN} to PKG_USERS, which | rillig | 3 | -10/+13 | |
is needed to build xbill on NetBSD-1.6.2/i386 as unpriviledged user. Bumped PKGREVISION. | |||||
2005-08-19 | Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS | jlam | 1 | -2/+2 | |
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly. | |||||
2005-06-14 | Use VARBASE instead of hardcoding /var. | minskim | 3 | -9/+10 | |
2005-06-14 | Honor GAMEGRP and GAMEMODE not only for data files but also for the binary. | minskim | 1 | -1/+2 | |
2005-06-14 | Honor GAMEGRP, GAMEMODE, and GAMEDATAMODE. | minskim | 3 | -14/+14 | |
2005-06-14 | Access static attributes through the class itself, not through an instance. | jmmv | 2 | -1/+36 | |
Should fix build problem reported in PR pkg/29452 by A L Meyers. | |||||
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-05-24 | Use g++ when linking C++. | kristerw | 2 | -9/+12 | |
2004-04-30 | Fix oops in the MAKE_DIRS_PERMS line -- args out of order. | tv | 1 | -2/+2 | |
2004-04-30 | nb1: | tv | 4 | -10/+15 | |
* Make sure the group "games" exists. * Use MAKE_DIRS_PERMS to make sure "/var/games" exists. * Use SUPPORT_FILES_PERMS to install the scorefile to /var/games. | |||||
2004-04-30 | Fix error in previous. | tv | 1 | -2/+2 | |
2004-04-30 | Don't override CXX or CXXDEFINES in the Imakefile. pkgsrc supplies CXX, | tv | 2 | -11/+22 | |
and X supplies CXXDEFINES, so add local stuff to just DEFINES as X intended. | |||||
2004-03-10 | Reformat. | snj | 1 | -15/+14 | |
2004-03-10 | Use bl3. | snj | 1 | -3/+3 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2002-10-21 | Convert to buildlink2. | wiz | 1 | -2/+3 | |
2001-12-11 | Fix compilation problem with gcc 2.95.3 reported in pkg/14908. | wiz | 2 | -1/+15 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -2/+2 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
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 | -7/+5 | |
+ 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-11-27 | We can't share the pixmaps with current version of "gnome-games" any more | tron | 1 | -1/+3 | |
because the sets are no different. So add a conflicht with the "gnome-games" package. | |||||
2000-08-23 | Use "USE_XPM" option instead of direct dependence on the "xpm" package. | tron | 1 | -5/+4 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-29 | We aren't very much interested in the windows port homepage, but rather the | pooka | 1 | -2/+2 | |
proper homepage. | |||||
1999-12-29 | Old HOMEPAGE was non-existent, make it point to a working location. | pooka | 1 | -2/+2 | |
1999-12-08 | Adjustements for solaris: | bouyer | 2 | -7/+7 | |
- Add CXXDEFINES to CCFLAGS, Stock X11R6 doesn't do it. - ${INSTALL} instead of /usr/bin/install | |||||
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+4 | |
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-30 | Add missing blank lines after RCS Ids. | tron | 2 | -2/+4 | |
1998-09-14 | use /var/games for scorefiles.. woo hoo. | garbled | 3 | -11/+39 | |
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-15 | Initial addition of xbill-2.0 - stop the dreaded Windows virus from | frueauf | 6 | -0/+135 | |
infecting computers. Closes pr 5947 by Tim Rightnour. |