Date: 4 Dec 2009 09:01:56 -0200 From: Renato Botelho <garga@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: bsdkaffee@gmail.com Subject: ports/141168: [PATCH] security/gpgme: Fix BUILD_DEPENDS adding libassuan Message-ID: <20091204110156.55725.qmail@botelhor.bplab.local> Resent-Message-ID: <200912041110.nB4BA2iC022664@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141168 >Category: ports >Synopsis: [PATCH] security/gpgme: Fix BUILD_DEPENDS adding libassuan >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: Fri Dec 04 11:10:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 9.0-CURRENT i386 >Organization: FreeBSD.org >Environment: System: FreeBSD botelhor.bplab.local 9.0-CURRENT FreeBSD 9.0-CURRENT #99 r199996: Tue Dec 1 16:07:53 >Description: gpgme depends of libassuan to build, so, add it to BUILD_DEPENDS Port maintainer (bsdkaffee@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- gpgme-1.2.0_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/gpgme/Makefile,v retrieving revision 1.61 diff -u -u -r1.61 Makefile --- Makefile 3 Dec 2009 15:55:29 -0000 1.61 +++ Makefile 4 Dec 2009 11:01:17 -0000 @@ -7,7 +7,7 @@ PORTNAME= gpgme PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpgme @@ -17,6 +17,7 @@ MAINTAINER= bsdkaffee@gmail.com COMMENT= A library to make access to GnuPG easier +BUILD_DEPENDS= libassuan-config:${PORTSDIR}/security/libassuan LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error USE_BZIP2= yes --- gpgme-1.2.0_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091204110156.55725.qmail>