Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2013 10:59:37 GMT
From:      Sébastien Santoro <dereckson@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179076: [security/gpgme] Updating dependencies to solve a configure broken port issue
Message-ID:  <201305291059.r4TAxb56041916@oldred.FreeBSD.org>
Resent-Message-ID: <201305291100.r4TB00Yp004280@freefall.freebsd.org>

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

>Number:         179076
>Category:       ports
>Synopsis:       [security/gpgme] Updating dependencies to solve a configure broken port issue
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 29 11:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Sébastien Santoro
>Release:        8.1-RELEASE
>Organization:
>Environment:
FreeBSD grip.espace-win.org 8.1-RELEASE-p11 FreeBSD 8.1-RELEASE-p11 #0: Mon Jun 11 21:02:13 UTC 2012     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
When an older libassuan version is installed, at configure step, the port will break, with an error message indicating libassuan 2.0.2 or greater isn't found:

checking for LIBASSUAN - version >= 2.0.2... no
>How-To-Repeat:
1. Install libassuan 2.0.1 or older
2. Install gpgme port


>Fix:
Request 2.0.2 or greater for libassuan in ports dependencies (cf. patch)

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 319366)
+++ Makefile	(working copy)
@@ -13,11 +13,12 @@
 MAINTAINER=	jhale@FreeBSD.org
 COMMENT=	Library to make access to GnuPG easier
 
+BUILD_DEPENDS=	libassuan>=2.0.2:${PORTSDIR}/security/libassuan
+RUN_DEPENDS=	${BUILD_DEPENDS}
+LIB_DEPENDS=	gpg-error.0:${PORTSDIR}/security/libgpg-error
+
 LICENSE=	LGPL21
 
-LIB_DEPENDS=	assuan.0:${PORTSDIR}/security/libassuan \
-		gpg-error.0:${PORTSDIR}/security/libgpg-error
-
 OPTIONS_DEFINE=		DOCS UISERVER
 OPTIONS_SINGLE=		GNUPG
 OPTIONS_SINGLE_GNUPG=	GNUPG1 GNUPG2


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



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