Commit graph

20 commits

Author SHA1 Message Date
dholland
679b48acef verifypc 1.8: another adjustment for input format.
not sure if this was a missed part of the changes in 1.7, or if the
output format of pkg-config changed again.
2021-07-10 23:02:09 +00:00
gutteridge
e9f2ddb23e verifypc: fix a typo in a comment 2020-12-02 01:03:40 +00:00
rillig
c7ff05f63e all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
2019-05-23 19:22:54 +00:00
dholland
ea5db57469 verifypc 1.7: adapt to a change in the log format produced by pkg-config,
and while here, fix PR 50482 (verifypc uses invalid ASCII literal in script).

also tidy some pkglint.
2018-02-20 02:55:15 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
obache
3d30ea650e LICENSE=modified-bsd 2014-03-03 02:35:39 +00:00
obache
20b13a14c0 Just define PKGNAME. 2014-03-03 02:17:47 +00:00
wiz
b6d125ee08 Use Mt for email addresses. 2013-07-20 21:50:52 +00:00
asau
5c2dd9e784 "user-destdir" is default these days 2012-09-11 23:19:33 +00:00
sbd
ec705491c0 To go with the rename of "flavor" to "pkgformat" on Sat, 15 Oct 2011 by
reed@ the path to reduce-depends.awk must be updated.

Update version to 1.6
2011-10-26 08:03:34 +00:00
dholland
e8e8c4eddd verifypc-1.5: replace improper seddery with a call to reduce-depends.awk.
(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.)
2011-06-12 20:28:32 +00:00
joerg
368d71b62e Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
joerg
7f279c69f3 DESTDIR support. 2006-11-02 17:59:37 +00:00
jmmv
45be3f9c7a Update to 1.4:
- 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-09-14 15:35:46 +00:00
wiz
73e4d7ff6a pkglint: unquote subst message. 2006-03-19 10:49:02 +00:00
reed
45d9dae994 Honor PKGMANDIR. 2005-12-27 17:34:53 +00:00
jmmv
e829ceaf2b Update to 1.3:
- Clarify the difference between a "not found package" and a "not a direct
  dependency" one.
2005-10-09 10:30:23 +00:00
jmmv
47b9407ba8 Update to 1.2:
- Package names can have dashes in them, so use a correct regexp to extract
  the package name from a dependency specification.
2005-10-03 09:45:45 +00:00
jmmv
d5be86ac47 Update to 1.1:
- 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-02 09:29:29 +00:00
jmmv
bffce6edab Initial import of verifypc, version 1.0:
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.
2005-10-01 12:56:51 +00:00