Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2007 18:16:55 GMT
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115760: [ patch ] security/gnupg: add a RUN_DEPENDS on security/pinentry
Message-ID:  <200708231816.l7NIGtRV003217@freefall.freebsd.org>
Resent-Message-ID: <200708231820.l7NIK1bR003256@freefall.freebsd.org>

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

>Number:         115760
>Category:       ports
>Synopsis:       [ patch ] security/gnupg: add a RUN_DEPENDS on security/pinentry
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 23 18:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
>Description:
	security/gnupg needs a runtime dependency on security/pinentry
        because without it gnupg cannot perform even some basic
	operations (e.g. generating keys)
>How-To-Repeat:
>Fix:

--- gnupg_pinentry.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/gnupg/Makefile,v
retrieving revision 1.105
diff -u -r1.105 Makefile
--- Makefile	13 Aug 2007 07:57:48 -0000	1.105
+++ Makefile	23 Aug 2007 17:36:16 -0000
@@ -21,6 +21,7 @@
 		gpg-error:${PORTSDIR}/security/libgpg-error \
 		ksba.17:${PORTSDIR}/security/libksba \
 		pth.20:${PORTSDIR}/devel/pth
+RUN_DEPENDS=	bin/pinentry:${PORTSDIR}/security/pinentry
 
 CONFLICTS=	gnupg-devel-[0-9]*
 
--- gnupg_pinentry.diff ends here ---


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



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