ports/156287: security/gnupg does not work without 2

Joseph Olatt joji at eskimo.com
Sat Apr 9 01:50:10 UTC 2011


>Number:         156287
>Category:       ports
>Synopsis:       security/gnupg does not work without 2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 09 01:50:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Joseph Olatt
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
FreeBSD xxx 8.2-STABLE FreeBSD 8.2-STABLE #1: Wed Jan 12 00:02:15 CST 2011     root at xxx:/usr/obj/usr/src/sys/XXX  i386
>Description:
security/gnupg fails on gpg --gen-key saying pinetry required.
>How-To-Repeat:
cd /usr/ports/security/gnugp
make install clean
gpg --gen-key
>Fix:
patch /usr/ports/security/gnupug/Makefile with the following:

--- Makefile    2011-04-07 21:24:22.000000000 -0500
+++ Makefile.old        2011-04-07 21:23:53.000000000 -0500
@@ -23,7 +23,6 @@
                gpg-error:${PORTSDIR}/security/libgpg-error \
                ksba.19:${PORTSDIR}/security/libksba \
                pth.20:${PORTSDIR}/devel/pth
-RUN_DEPENDS=    pinentry.0:${PORTSDIR}/security/pinentry

 LICENSE=       GPLv3 LGPL3
 LICENSE_COMB=  multi




Patch attached with submission follows:

--- Makefile	2011-04-07 21:24:22.000000000 -0500
+++ Makefile.old	2011-04-07 21:23:53.000000000 -0500
@@ -23,7 +23,6 @@
 		gpg-error:${PORTSDIR}/security/libgpg-error \
 		ksba.19:${PORTSDIR}/security/libksba \
 		pth.20:${PORTSDIR}/devel/pth
-RUN_DEPENDS=    pinentry.0:${PORTSDIR}/security/pinentry
 
 LICENSE=	GPLv3 LGPL3
 LICENSE_COMB=	multi


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list