pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/defaults



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun  7 09:34:50 UTC 2022

Modified Files:
        pkgsrc/mk/defaults: mk.conf options.description

Log Message:
mk: remove documentation for introspection option

This option is not needed any longer and should be removed from packages
that still have it.

https://mail-index.netbsd.org/pkgsrc-users/2022/06/06/msg035658.html


To generate a diff of this commit:
cvs rdiff -u -r1.331 -r1.332 pkgsrc/mk/defaults/mk.conf
cvs rdiff -u -r1.673 -r1.674 pkgsrc/mk/defaults/options.description

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/defaults/mk.conf
diff -u pkgsrc/mk/defaults/mk.conf:1.331 pkgsrc/mk/defaults/mk.conf:1.332
--- pkgsrc/mk/defaults/mk.conf:1.331    Sat Jun  4 09:05:18 2022
+++ pkgsrc/mk/defaults/mk.conf  Tue Jun  7 09:34:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.331 2022/06/04 09:05:18 wiz Exp $
+# $NetBSD: mk.conf,v 1.332 2022/06/07 09:34:50 wiz Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -22,6 +22,15 @@ USE_CWRAPPERS?=      auto
 # Possible: yes, no, auto
 # Default: auto (automatic detection, see above)
 
+USE_MKTOOLS?=  no
+# Use C-based tools for various parts of the infrastructure instead of the
+# slower shell-based constructs.  Significantly improves performance, but
+# not enabled by default until portability across all platforms has been
+# confirmed.
+#
+# Possible: yes, no
+# Default: no
+
 USE_PKG_ADMIN_DIGEST?= no
 # Record file digests instead of extracing the NetBSD RCS ID from files.
 #

Index: pkgsrc/mk/defaults/options.description
diff -u pkgsrc/mk/defaults/options.description:1.673 pkgsrc/mk/defaults/options.description:1.674
--- pkgsrc/mk/defaults/options.description:1.673        Sat Jun  4 09:04:27 2022
+++ pkgsrc/mk/defaults/options.description      Tue Jun  7 09:34:50 2022
@@ -369,7 +369,6 @@ inspircd-sqllog             Enable logging of netwo
 inspircd-sqloper       Enable storage of oper credentials in an SQL table.
 inspircd-sqlutils      Enable developer utilities which allow certain other SQL modules to be implemented easily.
 inspircd-ziplinks      Compress data before transmitting it between servers.
-introspection          Enable GObject Introspection support.
 iodbc                  Enable ODBC support via iODBC.
 ipa                    Select IPA fonts.
 ipa-memfunc-debug      Enable ipa_memfunc debugging.



Home | Main Index | Thread Index | Old Index