From nobody@FreeBSD.org  Sat Nov 21 09:10:33 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8D2E8106568F
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 21 Nov 2009 09:10:33 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 7B3CF8FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 21 Nov 2009 09:10:33 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nAL9AXhP012673
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 21 Nov 2009 09:10:33 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nAL9AXj1012655;
	Sat, 21 Nov 2009 09:10:33 GMT
	(envelope-from nobody)
Message-Id: <200911210910.nAL9AXj1012655@www.freebsd.org>
Date: Sat, 21 Nov 2009 09:10:33 GMT
From: Max <dioksin@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: security/gpa fails to find keyserver helpers during configure
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: bsdkaffee@gmail.com

>Number:         140741
>Category:       ports
>Synopsis:       security/gpa fails to find keyserver helpers during configure
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 21 09:20:01 UTC 2009
>Closed-Date:    Sat Dec 19 19:03:32 UTC 2009
>Last-Modified:  Sat Dec 19 19:03:32 UTC 2009
>Originator:     Max
>Release:        FreeBSD 8.0-RC1 amd64
>Organization:
>Environment:
gpg (GnuPG) 2.0.13
libgcrypt 1.4.4
>Description:
configure script fails to find gpg2keys_* keyserver helpers
>How-To-Repeat:
install security/gpa from ports;
try to upload/retrieve key;
get "There is no plugin available for the keyserver protocol you specified." error
>Fix:
set GPGKEYS_LDAP for configure args
(not sure, whether it's a right solution)

Patch attached with submission follows:

*** Makefile.orig	Sat Nov 21 13:27:29 2009
--- Makefile	Sat Nov 21 13:26:52 2009
***************
*** 23,28 ****
--- 23,29 ----
  USE_GNOME=	gtk20
  GNU_CONFIGURE=	yes
  CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+ 		GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap" \
  		LIBS="-L${LOCALBASE}/lib"
  MAKE_JOBS_SAFE=	yes
  


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Nov 21 09:20:11 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140741 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: bsdkaffee@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/140741: security/gpa fails to find keyserver helpers during configure
Date: Sat, 21 Nov 2009 09:20:09 UT

 Maintainer of security/gpa,
 
 Please note that PR ports/140741 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140741
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "Jason E. Hale" <bsdkaffee@gmail.com>
To: bug-followup@freebsd.org,
 dioksin@gmail.com
Cc:  
Subject: Re: ports/140741: security/gpa fails to find keyserver helpers during configure
Date: Sat, 28 Nov 2009 03:28:12 -0500

 I agree with the fix.  Whoever takes this PR, please look at ports/140058 and 
 ports/140059.  They are related to this PR in that security/gpa needs 
 security/gnupg to be built with the GPGSM option (which requires the LDAP 
 option).
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Sat Nov 28 10:11:28 UTC 2009 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140741 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sat Dec 19 18:53:29 UTC 2009 
State-Changed-Why:  
Committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140741 
>Unformatted:
