pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2018Q1] pkgsrc/security/gpgme
Module Name: pkgsrc
Committed By: bsiegert
Date: Fri Jun 8 10:47:40 UTC 2018
Modified Files:
pkgsrc/security/gpgme [pkgsrc-2018Q1]: options.mk
Log Message:
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>.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.4.1 pkgsrc/security/gpgme/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/gpgme/options.mk
diff -u pkgsrc/security/gpgme/options.mk:1.9 pkgsrc/security/gpgme/options.mk:1.9.4.1
--- pkgsrc/security/gpgme/options.mk:1.9 Thu Dec 21 13:30:40 2017
+++ pkgsrc/security/gpgme/options.mk Fri Jun 8 10:47:40 2018
@@ -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 @@ REPLACE_SH+= tests/gpg/pinentry
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