pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/gpgme
Module Name: pkgsrc
Committed By: leot
Date: Mon Jun 4 07:44:35 UTC 2018
Modified Files:
pkgsrc/security/gpgme: options.mk
Log Message:
gpgme: Improve style and comment in options.mk (NFCI)
- Move the CONFIGURE_ARGS in the `gnupg1' logic after DEPENDS to make the
two branches symmetric
- Adjust the comment, the tests needs gpgsm, not gpg-agent
Suggested via a private email by <uwe>, thanks!
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/security/gpgme/options.mk:1.11
--- pkgsrc/security/gpgme/options.mk:1.10 Sun Jun 3 21:18:34 2018
+++ pkgsrc/security/gpgme/options.mk Mon Jun 4 07:44:35 2018
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2018/06/03 21:18:34 leot Exp $
+# $NetBSD: options.mk,v 1.11 2018/06/04 07:44:35 leot Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gpgme
PKG_OPTIONS_REQUIRED_GROUPS= gnupg
@@ -13,6 +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
+CONFIGURE_ARGS+= --disable-gpgsm-test # XXX: needs gpgsm
.endif
Home |
Main Index |
Thread Index |
Old Index