pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2018Q1]: pkgsrc/security/gpgme Pullup ticket #5770 - requested...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1401337fd32b
branches: pkgsrc-2018Q1
changeset: 408503:1401337fd32b
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Fri Jun 08 10:47:40 2018 +0000
description:
Pullup ticket #5770 - requested by leot
security/gpgme: build fix
Revisions pulled up:
- security/gpgme/options.mk 1.10
---
Module Name: pkgsrc
Committed By: leot
Date: Sun Jun 3 21:18:34 UTC 2018
Modified Files:
pkgsrc/security/gpgme: options.mk
Log Message:
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 65a7fbb3b824 -r 1401337fd32b security/gpgme/options.mk
--- a/security/gpgme/options.mk Fri Jun 08 10:39:05 2018 +0000
+++ b/security/gpgme/options.mk Fri Jun 08 10:47:40 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.9.4.1 2018/06/08 10:47:40 bsiegert 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