summaryrefslogtreecommitdiff
path: root/pkgtools/verifypc
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-03-03LICENSE=modified-bsdobache1-1/+2
2014-03-03Just define PKGNAME.obache1-4/+2
2013-07-20Use Mt for email addresses.wiz1-2/+2
2012-09-11"user-destdir" is default these daysasau1-2/+1
2011-10-26To go with the rename of "flavor" to "pkgformat" on Sat, 15 Oct 2011 bysbd2-4/+4
reed@ the path to reduce-depends.awk must be updated. Update version to 1.6
2011-06-12verifypc-1.5: replace improper seddery with a call to reduce-depends.awk.dholland2-10/+10
(This avoids false positive reports in some circumstances, such as a pair of depends on e.g. foo-2.0 and 2.0.3, and also for more complicated forms of version numbers.)
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-3/+1
2006-11-02DESTDIR support.joerg1-3/+4
2006-09-14Update to 1.4:jmmv2-4/+9
- Sort dependencies properly so that, e.g., 2.10 is considered newer than 2.8. This is still a hack and might fail in some cases, but is hopefully much better than before.
2006-03-19pkglint: unquote subst message.wiz1-2/+2
2005-12-27Honor PKGMANDIR.reed1-3/+3
2005-10-09Update to 1.3:jmmv2-4/+8
- Clarify the difference between a "not found package" and a "not a direct dependency" one.
2005-10-03Update to 1.2:jmmv2-4/+4
- Package names can have dashes in them, so use a correct regexp to extract the package name from a dependency specification.
2005-10-02Update to 1.1:jmmv2-5/+11
- Raise an appropriate warning if pkg_admin pmatch fails due to an incorrect pattern (e.g., cairo>=0.5.2-head is unrecognized).
2005-10-01Initial import of verifypc, version 1.0:jmmv5-0/+299
verifypc is a tool that sanity checks the dependencies of a package based on the results of a successful build, assuming the package uses pkg-config to detect dependencies. verifypc will warn you if the configuration script requests an uninstalled or unavailable package (not specified as a direct dependency) or if the requested package does not match the version specification in the packages' dependencies.