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 Dec 23 12:22:52 UTC 2025

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

Log Message:
mk: switch default emacs to emacs30


To generate a diff of this commit:
cvs rdiff -u -r1.352 -r1.353 pkgsrc/mk/defaults/mk.conf

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.352 pkgsrc/mk/defaults/mk.conf:1.353
--- pkgsrc/mk/defaults/mk.conf:1.352    Tue Aug  5 19:35:51 2025
+++ pkgsrc/mk/defaults/mk.conf  Tue Dec 23 12:22:52 2025
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.352 2025/08/05 19:35:51 schmonz Exp $
+# $NetBSD: mk.conf,v 1.353 2025/12/23 12:22:52 wiz Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -1004,13 +1004,13 @@ ELK_GUI?=       none
 # Possible: none, or some combination of xaw and/or motif
 # Default: none
 
-EMACS_TYPE?=   emacs29
+EMACS_TYPE?=   emacs30
 # Used by emacs/modules.mk to determine which emacs version should be installed
 # and emacs lisp packages should be built for.
 # Possible: emacs30, emacs30nox, emacs29, emacs29nox, emacs28, emacs28nox,
 #       emacs27, emacs27nox, emacs26, emacs26nox, emacs21,
 #       emacs21nox, emacs20, xemacs214, xemacs215
-# Default: emacs29
+# Default: emacs30
 
 EXIM_GROUP?=   mail
 # Used in the exim package to specify the server group.



Home | Main Index | Thread Index | Old Index