Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -4/+4 | |
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 | 3 | -2/+2 | |
2001-04-20 | Move to sha1 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-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-06 | Unify format of MESSAGEs, and include RCS Ids. | wiz | 1 | -0/+5 | |
2000-08-21 | Update IGNORE-messages for recent changes: add ${PKGNAME} where | hubertf | 1 | -2/+2 | |
appropriate. | |||||
2000-08-18 | Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and | hubertf | 1 | -2/+3 | |
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead. | |||||
2000-04-08 | Add the patch-sum file. | bad | 1 | -0/+3 | |
2000-04-08 | Get rid of the MANINSTALL and MANZ nonsense in the software's Makefile. | bad | 2 | -2/+13 | |
1999-10-07 | Remove me as maintainer of those packages. | tron | 1 | -2/+2 | |
1999-07-02 | Some packages use bsd-style .mk files when building, and so any manual | agc | 1 | -5/+2 | |
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles. | |||||
1999-04-20 | Do the MANCOMPRESSED thing a little differently - only set MANCOMPRESSED | tv | 2 | -5/+7 | |
if mk.conf sets MANZ. Also, do not overwrite sendmail if it is already in /usr/libexec/sendmail (use mv -i with a stdin of /dev/null). | |||||
1999-04-20 | MANCOMPRESSED=1 is only true if MANZ=1, so set MANZ=1 in MAKE_ENV. | tv | 1 | -1/+2 | |
1999-04-14 | Fix typo. | tron | 1 | -1/+1 | |
1999-04-14 | Add a warning that his package must be deinstalled before updating | tron | 1 | -0/+1 | |
to NetBSD 1.4 or newer. | |||||
1999-04-12 | New "mailwrapper" package inspired by PR pkg/7158 by Greg A. Woods: | tron | 5 | -0/+69 | |
NetBSD 1.4's wrapper to support arbitrary Mail Transport Agents |