Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2011 01:48:55 GMT
From:      Joseph Olatt <joji@eskimo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156287: security/gnupg does not work without 2
Message-ID:  <201104090148.p391mtJt049885@red.freebsd.org>
Resent-Message-ID: <201104090150.p391o90u091483@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104090148.p391mtJt049885>