[Bug 258979] security/pkcs11-tools: update to 2.5.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 07 Oct 2021 18:07:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258979

--- Comment #4 from Eric Devolder <eric.devolder@gmail.com> ---
IMO the linter warnings are not relevant in this case: "possible direct use of
command" is wrongly raised because it detects the command names in 
BUILD_DEPENDS variable, which happen to be the package names as well.

Unfortunately, adding autoreconf to USES doesn't solve the problem entirely, as
autoreconf does not include "autoconf-archive"; that last dependency must
remain in order for the project to build (during bootstrap phase of the build,
macros from autoconf-archives are deployed into the project).

I have nevertheless added autoreconf to uses, this simplifies a bit the
BUILD_DEPENDS variable. But one (false positive) warning remains with the
linter.

-- 
You are receiving this mail because:
You are the assignee for the bug.