From 784c8597a4dc9d0ac613526e88971ba9c9575cd3 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Sat, 7 Feb 2004 15:21:52 +0000 Subject: [PATCH] Introduce EMACS_TYPE to determine which emacs version should be installed, and emacs lisp packages should be built for. Users need to set the version you like in /etc/mk.conf explicitly. The default is emacs21 (editors/emacs, GNU Emacs 21.x). This will deprecate EMACS_VERSION_DEFAULT defined in emacs.mk and USE_XEMACS used in places. --- mk/bsd.pkg.defaults.mk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index 53d46992fb71..b50fef00358c 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.212 2004/02/05 07:19:34 jlam Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.213 2004/02/07 15:21:52 uebayasi Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -805,6 +805,12 @@ ELK_GUI?= none # Possible: none, or some combination of xaw and/or motif # Default: none +EMACS_TYPE?= emacs21 +# Used by emacs.mk to determine which emacs version should be installed and +# emacs lisp packages should be built for. +# Possible: emacs21, emacs21nox, emacs20, xemacs214, xemacs215 +# Default: emacs21 + EMACS_USE_POP?= yes # Used by emacs package to determine whether pop support is enabled or not. # Possible: yes, no