pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups-base



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul 27 18:53:32 UTC 2026

Modified Files:
        pkgsrc/print/cups-base: options.mk

Log Message:
cups-base: turn off debug option

just enabled for testing


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/cups-base/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/print/cups-base/options.mk
diff -u pkgsrc/print/cups-base/options.mk:1.9 pkgsrc/print/cups-base/options.mk:1.10
--- pkgsrc/print/cups-base/options.mk:1.9       Mon Jul 27 18:50:17 2026
+++ pkgsrc/print/cups-base/options.mk   Mon Jul 27 18:53:32 2026
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.9 2026/07/27 18:50:17 wiz Exp $
+# $NetBSD: options.mk,v 1.10 2026/07/27 18:53:32 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.cups-base
 PKG_SUPPORTED_OPTIONS=         acl kerberos pam tcpwrappers debug
-PKG_SUGGESTED_OPTIONS=         debug dnssd kerberos
+PKG_SUGGESTED_OPTIONS=         dnssd kerberos
 
 PKG_OPTIONS_OPTIONAL_GROUPS=   mdns
 PKG_OPTIONS_GROUP.mdns=                dnssd



Home | Main Index | Thread Index | Old Index