summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_filecheck
AgeCommit message (Collapse)AuthorFilesLines
2004-11-17Fix so this package builds with existing bdb.buildlink3.mk.jlam1-4/+4
2004-11-15Rework the Berkeley DB detection in buildlink3:jlam1-2/+1
* Add a db1.builtin.mk file that detects whether DB-1.85 functionality exists in the base system, and remove the distinction between "native" and the other Berkeley DB packages -- we now refer to db[1234]. This paves the way for any future databases/db1 package. * USE_DB185 shouldn't need to be set by any packages -- its correct value is now automatically determined by bdb.buildlink3.mk depending on whether we explicitly request db1 or not. By default, if you include bdb.buildlink3.mk, you want DB-1.85 functionality and USE_DB185 defaults to "yes", but if you explicitly remove db1 from the list of acceptable DBs, then USE_DB185 defaults to "no". * Set BDB_LIBS to the library options needed to link against the DB library when bdb.buildlink3.mk is included. * We only add the DB library to the linker command automatically if we want DB-1.85 functionality; otherwise assume that the package configure process can figure out how to probe for the correct headers and libraries. Edit package Makefiles to nuke redundant settings of USE_DB185.
2004-07-06Convert to bl3.wiz1-2/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-18don't hardcode /var/db/pkg, use PKG_DBDIR.grant2-3/+4
2003-12-18also pass BUILDLINK_LDFLAGS.db for safety.grant1-2/+2
2003-12-18make use of FILES_SUBST_SED.grant1-6/+3
2003-12-14pass CPPFLAGS to compilerdillo1-2/+3
2003-12-14This package uses db 1.85, so include its buildlink.dillo1-2/+6
Don't use implicit make rules, invoke compiler explicitly. Addresses PR 23746.
2003-07-30Set USE_PKGINSTALL instead of directly including bsd.pkg.install.mk.jmmv1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-3/+3
2003-07-13Initial import of pkg_filecheck, a tool to compare the file systemwiz9-0/+726
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@).