Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2006-02-19 | Add missing file to PLIST. Bump PKGREVISION. | wiz | 2 | -3/+5 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -2/+2 | |
CONFIGURE_ARGS. | |||||
2005-09-27 | Reset maintainer: river-styx dot org does not resolve. | wiz | 1 | -2/+2 | |
2005-06-20 | Modify the awk script that searches the PATH for tools to avoid looking | jlam | 3 | -3/+25 | |
at any directories starting with ${WRKDIR}. This fixes the various netsaint plugin scripts that had hardcoded ${WRKDIR} paths to tools. Bump the PKGREVISION to 8. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-07-24 | Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL | recht | 1 | -4/+4 | |
version. | |||||
2004-05-31 | Depend on security/openssh instead of security/ssh for machines that | kristerw | 1 | -2/+2 | |
do not have /usr/bin/ssh. | |||||
2004-04-25 | Convert to buildlink3. | snj | 1 | -4/+4 | |
2004-03-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 1 | -2/+2 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2004-01-11 | Make this compile with gcc-3; fixes problem seen in last bulk build. | jschauma | 2 | -1/+31 | |
2003-11-12 | PKGREVISION++ after openssl update. | jschauma | 1 | -2/+2 | |
2003-01-05 | Bump PKGREVISION due to increase in the major number of libpq.so between | jlam | 1 | -3/+3 | |
version 7.2.3 and 7.3.1 of databases/postgresql-lib. | |||||
2002-10-25 | buildlink1 -> buildlink2. Add dependency on postgresql-lib for another test. | wiz | 2 | -4/+10 | |
Bump PKGREVISION. | |||||
2002-10-02 | Get rid of autoconf and automake dependencies by adding a configure patch. | wiz | 3 | -12/+176 | |
2002-07-02 | Add RCS Id. | wiz | 1 | -0/+1 | |
2002-06-17 | Use openssl buildlink.mk instead of USE_SSL. | wiz | 1 | -3/+2 | |
2002-05-12 | prdownloads.sourceforge.net is no longer any use. | abs | 1 | -2/+2 | |
Switch to MASTER_SITE_SOURCEFORGE. | |||||
2002-04-14 | Bump to nb2 fixing some configure script bugs. Also convert dependencies | rh | 3 | -8/+38 | |
on automake and autoconf into simple BUILD_DEPENDS. Fix provided by Greg A. Woods <woods@planix.com> in PR 16238, thanks! | |||||
2002-03-26 | Bump PKGREVISION to 1: | rh | 3 | -3/+18 | |
Prevent check_disk from reporting that procfs and kernfs are 100% full. Beautify configure output to DTRT on NetBSD (not a functional change). From PR pkg/16062 submitted by Murray Armfield <murray@river-styx.org> with some modifications by yours truly. | |||||
2002-03-25 | Update netsaint-plugins to 1.2.9.4. Provided in PR pkg/15992 by Murray | rh | 6 | -101/+45 | |
Armfield <murray@river-styx.org>. This is part of the netsaint update to 0.0.7. Please see the previous commit message on netsaint-0.0.7 for a summary of changes. | |||||
2002-03-22 | Drop maintainership of the netsaint packages. I no longer use netsaint | rh | 1 | -2/+2 | |
and at the moment don't have the time to actively maintain them. | |||||
2002-03-13 | Give all packages which depend on "png" a version bump, and update | fredb | 1 | -1/+2 | |
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".] | |||||
2001-10-31 | 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 | -3/+3 | |
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 checksum, 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-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-16 | Use standard ${BSD_INSTALL_xxx} macros for installation | rh | 3 | -1/+31 | |
2001-01-16 | Split out common parts of the netsaint base/plugins Makefiles into a common | rh | 1 | -13/+3 | |
include file | |||||
2001-01-16 | Initial import of netsaint-plugins-1.2.8.4, a set of monitoring plugins | rh | 7 | -0/+138 | |
for netsaint |