summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_filecheck/files
AgeCommit message (Collapse)AuthorFilesLines
2020-04-27pkgtools/pkg_filecheck: fix absolute path to PKG_DBDIRrillig2-4/+4
2016-11-28add nbcompat.h include to get uint32_tdbj1-1/+2
fixes build on darwin
2016-06-11Add a BUG: you can't ignore single files, only whole subtrees, butdholland1-3/+4
there are a number of files from pkgsrc that ought to be ignored by default, such as $PREFIX/info/dir. Ride previous version bump.
2016-06-11Add patch from Tim Zingelman in PR 46421 to make it work on machinesdholland1-2/+2
whose libdb is not the db-1.85 that's in the libc of 4.4 derivates. Since this program reads the package database it must use the same libdb as pkg_install, and that's the one in libnbcompat rather than the one you get from bdb.buildlink3.mk. Bump PKGREVISION to 5.
2015-07-04Remove USE_X11BASE and X11PREFIX.joerg1-7/+1
2007-09-08Convert to use the features framework.jlam1-7/+1
2007-02-16Make sure pkg_filecheck uses db185 apitonio1-2/+2
2006-10-24Updated pkg_filecheck to 0.3.rillig1-5/+4
Bugfix: When allocating more memory, it does not help to double the amount if the current amount is zero.
2006-07-02Updated pkg_filecheck to 0.2.rillig2-3/+7
The PKGDBDIR and PKGDBDIR.refcount directories are excluded from the list of files to check, because for unprivileged pkgsrc, they are subdirectories of PKGSRCDIR. Removed the dependency on libnbcompat for NetBSD.
2006-01-06Use SUBST framework. Use PERL5 instead of ${PREFIX}/bin/perl to getjoerg1-2/+2
the location of the interpreter.
2005-11-17Added a dependency on libnbcompat to allow building on Solaris easier.rillig1-1/+5
(See PR 23746.) It still needs work in the area of Berkeley DB selection. Bumped PKGREVISION.
2003-12-18don't hardcode /var/db/pkg, use PKG_DBDIR.grant1-2/+2
2003-07-13Initial import of pkg_filecheck, a tool to compare the file systemwiz6-0/+670
contents with the package database, reporting files that are in the file system but not in the package database. Written by Dieter Baron (dillo@) with man pages from Thomas Klausner (wiz@).