pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/gcr4



Module Name:    pkgsrc
Committed By:   vins
Date:           Thu May  7 17:52:39 UTC 2026

Modified Files:
        pkgsrc/security/gcr4: options.mk

Log Message:
security/gcr4: disable gtk4 option to avoid pulling the whole stack


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/gcr4/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/gcr4/options.mk
diff -u pkgsrc/security/gcr4/options.mk:1.1 pkgsrc/security/gcr4/options.mk:1.2
--- pkgsrc/security/gcr4/options.mk:1.1 Sun May  3 09:51:11 2026
+++ pkgsrc/security/gcr4/options.mk     Thu May  7 17:52:39 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2026/05/03 09:51:11 vins Exp $
+# $NetBSD: options.mk,v 1.2 2026/05/07 17:52:39 vins Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gcr4
 
@@ -6,7 +6,7 @@ PKG_OPTIONS_OPTIONAL_GROUPS=    crypto
 PKG_OPTIONS_GROUP.crypto=      libgcrypt gnutls
 
 PKG_SUPPORTED_OPTIONS= doc gtk4 introspection vapi
-PKG_SUGGESTED_OPTIONS+=        gtk4 introspection vapi libgcrypt
+PKG_SUGGESTED_OPTIONS+=        introspection vapi libgcrypt
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index