pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/slim
Module Name: pkgsrc
Committed By: nia
Date: Tue Jun 22 08:29:37 UTC 2021
Modified Files:
pkgsrc/x11/slim: options.mk
Log Message:
slim: disable ConsoleKit support by default
it works just fine without it, and consolekit introduces a mozjs
dependency that breaks the package on e.g. arm
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/slim/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/x11/slim/options.mk
diff -u pkgsrc/x11/slim/options.mk:1.1 pkgsrc/x11/slim/options.mk:1.2
--- pkgsrc/x11/slim/options.mk:1.1 Fri Jun 11 10:37:12 2021
+++ pkgsrc/x11/slim/options.mk Tue Jun 22 08:29:36 2021
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2021/06/11 10:37:12 abs Exp $
+# $NetBSD: options.mk,v 1.2 2021/06/22 08:29:36 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.slim
PKG_SUPPORTED_OPTIONS= consolekit
-PKG_SUGGESTED_OPTIONS= consolekit
+PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
Home |
Main Index |
Thread Index |
Old Index