pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Introduce EMACS_TYPE to determine which emacs versi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/95a2cf86c307
branches: trunk
changeset: 467857:95a2cf86c307
user: uebayasi <uebayasi%pkgsrc.org@localhost>
date: Sat Feb 07 15:21:52 2004 +0000
description:
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.
diffstat:
mk/bsd.pkg.defaults.mk | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r d2bcdeea9542 -r 95a2cf86c307 mk/bsd.pkg.defaults.mk
--- a/mk/bsd.pkg.defaults.mk Sat Feb 07 15:21:43 2004 +0000
+++ b/mk/bsd.pkg.defaults.mk Sat Feb 07 15:21:52 2004 +0000
@@ -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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index