ports/179076: [security/gpgme] Updating dependencies to solve a configure broken port issue
Sébastien Santoro
dereckson at gmail.com
Wed May 29 11:00:00 UTC 2013
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list