Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests in addition to SHA1 ones | 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-09-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -21/+1 | |
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes". | |||||
2004-07-18 | bump PKGREVISIONs for last boehm-gc update | recht | 1 | -2/+2 | |
(BUILDLINKS_DEPENDS change) | |||||
2004-05-30 | Set MAINTAINER to tech-pkg@, not packages@. | snj | 1 | -2/+2 | |
2004-05-27 | Give up maintainership, because either | lukem | 1 | -2/+2 | |
a) I haven't used the package for ages, or b) Someone else has recently been doing a better job maintaining the package | |||||
2004-04-25 | Convert to buildlink3. | snj | 1 | -8/+8 | |
2004-04-25 | Unused. | wiz | 1 | -33/+0 | |
2004-03-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 2 | -3/+4 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2003-12-30 | Add trailing / on HOMEPAGEs | cjep | 1 | -2/+2 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-05-22 | Bump PKGREVISION due to boehm-gc update to 6.2alpha5. This version fixes | jmmv | 1 | -2/+2 | |
a problem introduced in the 6.2alpha4 package. | |||||
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 2 | -3/+4 | |
dependency bumps. | |||||
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+3 | |
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-09 | buildlink1 -> buildlink2. | wiz | 1 | -10/+10 | |
2002-09-12 | Standardize. | wiz | 1 | -3/+4 | |
2002-08-31 | Unused. | wiz | 1 | -60/+0 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -0/+32 | |
buildlink2.mk files back into the main trunk. | |||||
2001-12-02 | bsd.pkg.install.mk calls the INSTALL script at the right times | jlam | 1 | -5/+1 | |
automatically, so no need to do it ourselves. | |||||
2001-11-26 | Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}. | jlam | 1 | -3/+3 | |
2001-11-25 | PKG_SYSCONFDIR is where the configuration files for a package may be found. | jlam | 1 | -10/+13 | |
This value may be customized in various ways: PKG_SYSCONFBASE is the main config directory under which all package configuration files are to be found. PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the configuration files for a particular package may be found. PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a particular package. Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the default location of ${PREFIX}/etc. This obsoletes the use of CONFDIR, which was active for only 6 days, so no need to have a workaround to still accept old CONFDIR settings. | |||||
2001-11-19 | Respect ${CONFDIR} and use the common INSTALL/DEINSTALL scripts instead of | jlam | 10 | -168/+155 | |
the custom ones. Also fix the directory handling during post-installation and strongly buildlinkify. | |||||
2001-11-19 | cleanup per ../sysutils/ups-nut: | lukem | 4 | -65/+90 | |
- use FILES_SUBST_SED et al - do NOT try and remove the gale user & group or ${PREFIX}/etc/gale on deinstall. instead, remind the admin to do it manually. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 5 | -4/+4 | |
2001-08-14 | grep isn't used anymore, so don't substitute for @GREP@ in the INSTALL | jlam | 2 | -5/+5 | |
files. Substitute for @ID@ instead of directly using 'id', and use the value of ${ID} already set in defs.*.mk. | |||||
2001-08-12 | Fix same problems with the user check: | veego | 1 | -5/+5 | |
- use 'id' instead of 'finger'. this is not a real problem, but it is enough and fixing the next problem makes it possible to use it. - grep -q doesn't work on solaris, so use a different way to suppress the output from the user check. - the return code check for the user was reversed. | |||||
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+2 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-04-18 | Move to sha1 distfile digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-28 | We want RCS Ids in the patches. | wiz | 1 | -0/+1 | |
This is one of the things pkglint checks, so _please_ use it. | |||||
2001-02-18 | remove extra homepage url, we add that via HOMEPAGE | hubertf | 1 | -2/+0 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-08 | fix gale user comment | lukem | 1 | -2/+2 | |
2001-02-07 | don't include <term.h> (from ncurses) even if we find it, because it | lukem | 2 | -0/+17 | |
conflicts with <curses.h> (from usr/src). once again noticed by perry, who has more wacky packages installed than me ;-) | |||||
2001-02-06 | kludge around gale's broken mechanism for finding w3c-libwww's header files. | lukem | 1 | -2/+2 | |
problem noticed by perry because he has that package installed whereas I don't. | |||||
2001-02-06 | slightly more correct url | lukem | 1 | -1/+1 | |
2001-02-06 | gale - a secure instant messaging system | lukem | 2 | -0/+125 | |
2001-02-06 | gale - a secure instant messaging system | lukem | 1 | -0/+5 | |
2001-02-05 | gale - a secure instant messaging system | lukem | 5 | -0/+74 | |