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:           Fri Jun  2 16:27:41 UTC 2023

Modified Files:
        pkgsrc/security/gnupg2: Makefile

Log Message:
gnupg2: explicitly --disable-tpm2d to avoid accidental PLIST mismatch.


To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 pkgsrc/security/gnupg2/Makefile

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/Makefile
diff -u pkgsrc/security/gnupg2/Makefile:1.145 pkgsrc/security/gnupg2/Makefile:1.146
--- pkgsrc/security/gnupg2/Makefile:1.145       Fri Apr 28 16:33:41 2023
+++ pkgsrc/security/gnupg2/Makefile     Fri Jun  2 16:27:41 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.145 2023/04/28 16:33:41 nikita Exp $
+# $NetBSD: Makefile,v 1.146 2023/06/02 16:27:41 schmonz Exp $
 
 DISTNAME=      gnupg-2.4.1
 PKGNAME=       ${DISTNAME:S/gnupg-/gnupg2-/}
@@ -24,6 +24,7 @@ USE_LIBTOOL=          yes
 INFO_FILES=            yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-ntbtls
+CONFIGURE_ARGS+=       --disable-tpm2d
 CONFIGURE_ARGS+=       --enable-g13
 CONFIGURE_ARGS+=       --enable-gpg-is-gpg2
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}



Home | Main Index | Thread Index | Old Index