pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/gnupg2
Module Name: pkgsrc
Committed By: schmonz
Date: Mon Apr 3 23:16:00 UTC 2023
Modified Files:
pkgsrc/security/gnupg2: PLIST options.mk
Log Message:
Fix PLIST with PKG_OPTIONS=-gnutls.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/gnupg2/PLIST \
pkgsrc/security/gnupg2/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/gnupg2/PLIST
diff -u pkgsrc/security/gnupg2/PLIST:1.14 pkgsrc/security/gnupg2/PLIST:1.15
--- pkgsrc/security/gnupg2/PLIST:1.14 Mon Feb 27 12:35:35 2023
+++ pkgsrc/security/gnupg2/PLIST Mon Apr 3 23:16:00 2023
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.14 2023/02/27 12:35:35 adam Exp $
-bin/dirmngr
-bin/dirmngr-client
+@comment $NetBSD: PLIST,v 1.15 2023/04/03 23:16:00 schmonz Exp $
+${PLIST.gnutls}bin/dirmngr
+${PLIST.gnutls}bin/dirmngr-client
bin/g13
bin/gpg-agent
bin/gpg-card
@@ -106,7 +106,7 @@ share/gnupg/help.tr.txt
share/gnupg/help.txt
share/gnupg/help.zh_CN.txt
share/gnupg/help.zh_TW.txt
-share/gnupg/sks-keyservers.netCA.pem
+${PLIST.gnutls}share/gnupg/sks-keyservers.netCA.pem
share/locale/ca/LC_MESSAGES/gnupg2.mo
share/locale/cs/LC_MESSAGES/gnupg2.mo
share/locale/da/LC_MESSAGES/gnupg2.mo
Index: pkgsrc/security/gnupg2/options.mk
diff -u pkgsrc/security/gnupg2/options.mk:1.14 pkgsrc/security/gnupg2/options.mk:1.15
--- pkgsrc/security/gnupg2/options.mk:1.14 Wed Mar 20 06:39:52 2019
+++ pkgsrc/security/gnupg2/options.mk Mon Apr 3 23:16:00 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2019/03/20 06:39:52 adam Exp $
+# $NetBSD: options.mk,v 1.15 2023/04/03 23:16:00 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gnupg2
PKG_SUPPORTED_OPTIONS= bzip2 gnutls ldap libusb-1 zlib
@@ -13,8 +13,10 @@ CONFIGURE_ARGS+= --with-bzip2=${BU
CONFIGURE_ARGS+= --disable-bzip2
.endif
+PLIST_VARS+= gnutls
.if !empty(PKG_OPTIONS:Mgnutls)
.include "../../security/gnutls/buildlink3.mk"
+PLIST.gnutls= yes
.else
CONFIGURE_ARGS+= --disable-gnutls
.endif
Home |
Main Index |
Thread Index |
Old Index