ports/122672: security/gpa depends on gnupg1 while working with v2

Harald Schmalzbauer harry at omnisec.de
Fri Apr 11 21:30:03 UTC 2008


>Number:         122672
>Category:       ports
>Synopsis:       security/gpa depends on gnupg1 while working with v2
>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:   Fri Apr 11 21:30:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Harald Schmalzbauer
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
OmniSEC
>Environment:
System: FreeBSD titan.flintsbach.schmalzbauer.de 7.0-STABLE FreeBSD 7.0-STABLE #1: Thu Mar 27 09:36:49 CET 2008 root at titan.flintsbach.schmalzbauer.de:/usr/obj/usr/src/sys/TITAN i386


	
>Description:
	When building security/gpa gnupg1 is needed regardless if there's
any gnupg installed. I have running gnupg-2.0.8 fine with pga without any
modification.
I have no clue about gpa, so could anyone falsify this simple patch?
I think gnupg 2.0 was said to be compatible and there's no reason to use
gnupg1 anymore, besides on systems with very small memory.

>How-To-Repeat:
	
>Fix:

--- security/gpa/Makefile.orig	2008-04-11 23:18:40.000000000 +0200
+++ security/gpa/Makefile	2008-04-11 17:19:00.000000000 +0200
@@ -14,8 +14,8 @@
 COMMENT=	A graphical frontend for the GNU Privacy Guard
 
 LIB_DEPENDS=	gpgme:${PORTSDIR}/security/gpgme
-BUILD_DEPENDS=	gpgv:${PORTSDIR}/security/gnupg1
-RUN_DEPENDS=	gpgv:${PORTSDIR}/security/gnupg1
+BUILD_DEPENDS=	gpgv2:${PORTSDIR}/security/gnupg
+RUN_DEPENDS=	gpgv2:${PORTSDIR}/security/gnupg
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes

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



More information about the freebsd-ports-bugs mailing list