View | Details | Raw Unified | Return to bug 148888
Collapse All | Expand All

(-)gpgme/Makefile (-3 / +3 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	gpgme
8
PORTNAME=	gpgme
9
PORTVERSION=	1.3.0
9
PORTVERSION=	1.3.0
10
PORTREVISION=	1
10
CATEGORIES=	security
11
CATEGORIES=	security
11
MASTER_SITES=	${MASTER_SITE_GNUPG}
12
MASTER_SITES=	${MASTER_SITE_GNUPG}
12
MASTER_SITE_SUBDIR=	gpgme
13
MASTER_SITE_SUBDIR=	gpgme
Lines 16-22 Link Here
16
MAINTAINER=	bsdkaffee@gmail.com
17
MAINTAINER=	bsdkaffee@gmail.com
17
COMMENT=	A library to make access to GnuPG easier
18
COMMENT=	A library to make access to GnuPG easier
18
19
19
LIB_DEPENDS=	gpg-error.0:${PORTSDIR}/security/libgpg-error
20
LIB_DEPENDS=	assuan.0:${PORTSDIR}/security/libassuan \
21
		gpg-error.0:${PORTSDIR}/security/libgpg-error
20
22
21
USE_BZIP2=	yes
23
USE_BZIP2=	yes
22
USE_AUTOTOOLS=	libtool:22
24
USE_AUTOTOOLS=	libtool:22
Lines 52-58 Link Here
52
CONFIGURE_ARGS+=--with-gpg=${LOCALBASE}/bin/gpg2 \
54
CONFIGURE_ARGS+=--with-gpg=${LOCALBASE}/bin/gpg2 \
53
		--with-gpgconf=${LOCALBASE}/bin/gpgconf
55
		--with-gpgconf=${LOCALBASE}/bin/gpgconf
54
.if exists(${LOCALBASE}/bin/gpgsm)
56
.if exists(${LOCALBASE}/bin/gpgsm)
55
LIB_DEPENDS+=	assuan.0:${PORTSDIR}/security/libassuan
56
CONFIGURE_ARGS+=--with-gpgsm=${LOCALBASE}/bin/gpgsm
57
CONFIGURE_ARGS+=--with-gpgsm=${LOCALBASE}/bin/gpgsm
57
.else
58
.else
58
CONFIGURE_ARGS+=--with-gpgsm=no
59
CONFIGURE_ARGS+=--with-gpgsm=no
Lines 69-75 Link Here
69
70
70
.if defined(WITH_UISERVER)
71
.if defined(WITH_UISERVER)
71
CONFIGURE_ARGS+=--enable-fd-passing
72
CONFIGURE_ARGS+=--enable-fd-passing
72
LIB_DEPENDS+=	assuan.0:${PORTSDIR}/security/libassuan
73
.endif
73
.endif
74
74
75
verify: checksum
75
verify: checksum
(-)gpgme/files/patch-src__engine-gpgconf.c (-10 lines)
Lines 1-10 Link Here
1
--- ./src/engine-gpgconf.c.orig	2009-06-15 07:59:37.000000000 -0400
2
+++ ./src/engine-gpgconf.c	2009-12-05 03:03:51.000000000 -0500
3
@@ -38,7 +38,6 @@
4
 #include "priv-io.h"
5
 #include "sema.h"
6
 
7
-#include "assuan.h"
8
 #include "debug.h"
9
 
10
 #include "engine-backend.h"

Return to bug 148888