Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Feb 2015 20:25:07 +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-zfxqOjXvxc@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 #7 from Trond.Endrestol@ximalas.info ---
(In reply to John Marino from comment #5)

Maybe dougb@ should be consulted on the matter.

Regardless of the fact of whether security/gnupg and security/gnupg1 can
coexist, why install security/gnupg1 if security/gnupg is already on the
system? The same argument can be made for security/gnupg1 when security/gnupg
is missing.

I just wanted to fix what was intended in the Makefile. ${LOCALBASE} would
normally expand to /usr/local, thus ${LOCALBASE}/bin/gpg2 would become
/usr/local/bin/gpg2. Without my patch from November, ${LOCALBASE} remains
empty, and the condition in the Makefile can never be satisfied.

-- 
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-zfxqOjXvxc>