pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gpgme gpgme: Disable tests that needs gpg-age...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f328ecd46305
branches:  trunk
changeset: 308882:f328ecd46305
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Jun 03 21:18:34 2018 +0000

description:
gpgme: Disable tests that needs gpg-agent when built with gnupg1 option

When building with the gnupg1 option some tests force the need of
gpg-agent and fails as noticed by <uwe> via PR pkg/53160.

Adjust options.mk accordingly disabling gpgsm tests for the gnupg1
option.

Should fix PR pkg/53160 reported by <uwe>.

diffstat:

 security/gpgme/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r ffd51c151d74 -r f328ecd46305 security/gpgme/options.mk
--- a/security/gpgme/options.mk Sun Jun 03 08:55:39 2018 +0000
+++ b/security/gpgme/options.mk Sun Jun 03 21:18:34 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2017/12/21 13:30:40 ryoon Exp $
+# $NetBSD: options.mk,v 1.10 2018/06/03 21:18:34 leot Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.gpgme
 PKG_OPTIONS_REQUIRED_GROUPS=   gnupg
@@ -13,5 +13,6 @@
 GPG_DEFAULT=           ${LOCALBASE}/bin/gpg2
 MAKE_FLAGS+=           GPG=${GPG_DEFAULT}
 .else
+CONFIGURE_ARGS+=       --disable-gpgsm-test    # XXX: needs gpg-agent
 DEPENDS+=              gnupg>=1.4.2:../../security/gnupg
 .endif



Home | Main Index | Thread Index | Old Index