From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 29 11:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B4E275CA for ; Wed, 29 May 2013 11:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 82CF4ED2 for ; Wed, 29 May 2013 11:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4TB00SR004282 for ; Wed, 29 May 2013 11:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4TB00Yp004280; Wed, 29 May 2013 11:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 29 May 2013 11:00:00 GMT Resent-Message-Id: <201305291100.r4TB00Yp004280@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sébastien Santoro Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 75BB75BD for ; Wed, 29 May 2013 10:59:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 67894ECB for ; Wed, 29 May 2013 10:59:38 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4TAxb74041917 for ; Wed, 29 May 2013 10:59:37 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4TAxb56041916; Wed, 29 May 2013 10:59:37 GMT (envelope-from nobody) Message-Id: <201305291059.r4TAxb56041916@oldred.FreeBSD.org> Date: Wed, 29 May 2013 10:59:37 GMT From: Sébastien Santoro To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179076: [security/gpgme] Updating dependencies to solve a configure broken port issue X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 May 2013 11:00:00 -0000 >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: