2007-01-07 10:14:16 by Roland Illig | Files touched by this commit (412) |
Log message: Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. |
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message: Fixed pkglint warnings. The warnings are mostly quoting issues, for 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-11-01 19:52:45 by Todd Vierling | Files touched by this commit (2) |
Log message: Fix build on Interix, which doesn't have S_IFWHT. |
2005-06-17 05:50:45 by Johnny C. Lam | Files touched by this commit (387) |
Log message: Create directories before installing files into them. |
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message: Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. |
2005-02-24 14:10:14 by Alistair G. Crooks | Files touched by this commit (192) |
Log message: Add RMD160 digests. |
2004-04-17 14:15:04 by Min Sik Kim | Files touched by this commit (1) |
Log message: regen to remove unused entries. |
2004-04-16 00:07:20 by Marc Recht | Files touched by this commit (2) |
Log message: Update to destroy-20040415 The changes to the code include: * A '-f' flag to destry with force any type of file that isn't a Regular File or a Directory. * Bug fixes. * Code Clean-up. |
2004-03-12 19:01:57 by Marc Recht | Files touched by this commit (5) | |
Log message: update to 20040310 version changes: - Added support for removing files recursivly - Incudes checking for file type and size. - Displays the file being destroyed and its size. - Added command line flags: - Added Security Level Flag (Destroy Severity) - Added Output suppression flag for non-verbose output. - Added Help flag. - Added a Manual page for the program in section 1. |
2004-01-24 00:45:55 by Krister Walfridsson | Files touched by this commit (2) |
Log message: Correct a minor mistake in previous commit, to actually get it to compile on NetBSD 1.6. |