Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-09 | Use nbcompat and add patch comments. Fixes build on SunOS. | jperkin | 3 | -10/+27 | |
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -2/+1 | |
2012-03-01 | Fix build on SunOS. | hans | 3 | -2/+17 | |
- uses fts functions - don't ignore pkgsrc-provided CFLAGS, CPPFLAGS, LDFLAGS and LIBS | |||||
2009-12-10 | +PKG_DESTDIR_SUPPORT= user-destdir | abs | 1 | -3/+4 | |
2009-05-01 | remove dead mirror. | zafer | 1 | -3/+2 | |
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -3/+3 | |
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 | 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-11-01 | Fix build on Interix, which doesn't have S_IFWHT. | tv | 2 | -1/+22 | |
2005-06-17 | Create directories before installing files into them. | jlam | 1 | -1/+2 | |
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-04-17 | regen to remove unused entries. | minskim | 1 | -3/+1 | |
2004-04-15 | Update to destroy-20040415 | recht | 2 | -5/+5 | |
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 | update to 20040310 version | recht | 5 | -54/+16 | |
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-23 | Correct a minor mistake in previous commit, to actually get it | kristerw | 2 | -6/+15 | |
to compile on NetBSD 1.6. | |||||
2004-01-23 | Fix build on NetBSD 1.6 where O_NOFOLLOW isn't available. | recht | 3 | -1/+37 | |
Noted by Krister Walfridsson. | |||||
2004-01-23 | initial import of destroy-20030307 | recht | 4 | -0/+23 | |
sent to me by the author Shane Kinney A system utility that destroys files on the hard drive by writing null and random bytes to the file over and over. |