pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Now the recommended GNU Emacs version (pkgsrc/edito...
details: https://anonhg.NetBSD.org/pkgsrc/rev/91f1dfac8597
branches: trunk
changeset: 530423:91f1dfac8597
user: uebayasi <uebayasi%pkgsrc.org@localhost>
date: Sat Jun 30 04:42:45 2007 +0000
description:
Now the recommended GNU Emacs version (pkgsrc/editors/emacs) is Emacs 22.
Depend & install it if users don't set EMACS_TYPE explicitly.
diffstat:
mk/emacs.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 51333eeac582 -r 91f1dfac8597 mk/emacs.mk
--- a/mk/emacs.mk Sat Jun 30 03:57:10 2007 +0000
+++ b/mk/emacs.mk Sat Jun 30 04:42:45 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: emacs.mk,v 1.38 2007/06/21 13:20:59 uebayasi Exp $
+# $NetBSD: emacs.mk,v 1.39 2007/06/30 04:42:45 uebayasi Exp $
#
# This Makefile fragment handles Emacs Lisp Packages (== ELPs).
#
@@ -196,7 +196,7 @@
_EMACS_VERSIONS_ALL= \
emacs20 emacs21 emacs21nox emacs22 emacs22nox xemacs214 xemacs215
_EMACS_VERSIONS_ACCEPTED_DEFAULT= ${_EMACS_VERSIONS_ALL}
-_EMACS_VERSION_DEFAULT.emacs= emacs21
+_EMACS_VERSION_DEFAULT.emacs= emacs22
_EMACS_VERSION_DEFAULT.xemacs= xemacs214
_EMACS_REQD.emacs20= emacs>=20.7
_EMACS_REQD.emacs21= emacs>=21.2
Home |
Main Index |
Thread Index |
Old Index