[Bug 195426] mail/pine-pgp-filters Makefile contains incomplete check for ${LOCALBASE}/bin/gpg2
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 6 18:32:56 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195426
--- Comment #3 from John Marino <marino at FreeBSD.org> ---
I had to go look at the Makefile to understand what you meant (that was after
the second explanation).
So this is a huge hack.
This is going to install gnupg1 100% of the time as well on the builders. The
if exists line will never be true (the expansion of LOCALBASE makes no
difference, it will always be false).
AFAICT, gnupg and gnupg1 can co-exist, so what's the point of trying to avoid a
single dependency anyway?
We should just pick the correct dependency (security/gnupg I presume) and
remove this hack.
thoughts?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list