Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Feb 2015 18:32:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195426] mail/pine-pgp-filters Makefile contains incomplete check for ${LOCALBASE}/bin/gpg2
Message-ID:  <bug-195426-13-dzXcnQSDYP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195426-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195426-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195426

--- Comment #3 from John Marino <marino@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195426-13-dzXcnQSDYP>