Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-10-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -3/+3 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+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-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
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-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-23 | malloc.h fixes for darwin, plus a handful of other small fixes for | danw | 2 | -6/+15 | |
problems found after fixing malloc problems | |||||
2004-03-07 | Use bl3. | snj | 1 | -3/+3 | |
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+2 | |
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>. | |||||
2002-10-10 | buildlink1 -> buildlink2. | wiz | 1 | -2/+3 | |
2001-12-02 | bsd.pkg.install.mk calls the INSTALL script at the right times | jlam | 1 | -4/+1 | |
automatically, so no need to do it ourselves. | |||||
2001-11-19 | Use the general INSTALL/DEINSTALL scripts instead of the homegrown ones. | jlam | 3 | -133/+5 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 4 | -3/+3 | |
2001-09-14 | Fix problems with xpkgwedge and score file installation noted by John | jlam | 6 | -10/+149 | |
Darrow <John.P.Darrow@wheaton.edu> in pkg/13264. Changes noted in the PR were applied with some small changes to use FILES_SUBST/FILES_SUBST_SED to unify the various substitution patterns for the *INSTALL files, and to use ${CMP} instead of diff in the DEINSTALL file. | |||||
2001-08-22 | Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don't | jlam | 1 | -2/+1 | |
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11. | |||||
2001-06-30 | Converted to use buildlink.mk | zuntum | 1 | -2/+3 | |
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 | -9/+7 | |
+ 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 | -5/+4 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-23 | security fix (buffer overflow attack was possible, gaining group games) | wiz | 4 | -1/+87 | |
see posting by Brock Tellier on Bugtraq 1999-12-15 as discussed on packages@netbsd.org, with comment by Hubert Feyrer incorporated | |||||
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+3 | |
1998-09-15 | Woo-Hoo.. last one.. /var/games scorefile handling | garbled | 2 | -12/+27 | |
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-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-01 | Initial addition of xsoldier-0.96, an updated xgalaga type game with awesome | frueauf | 6 | -0/+77 | |
graphics. Closes pr 5891 by Tim Rightnour. |