ports/141168: [PATCH] security/gpgme: Fix BUILD_DEPENDS adding libassuan

Renato Botelho garga at FreeBSD.org
Fri Dec 4 11:10:03 UTC 2009


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list