pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk I forgot it's freeze, revert the previous for safety.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/979f62b20647
branches:  trunk
changeset: 530424:979f62b20647
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Sat Jun 30 05:04:41 2007 +0000

description:
I forgot it's freeze, revert the previous for safety.

But actually, the default didn't change because EMACS_TYPE is set to
emacs21 in pkgsrc/mk/defaults/mk.conf.

I will clean up all Emacs Lisp packages to be emacs22-capable, then change
the default.

diffstat:

 mk/emacs.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 91f1dfac8597 -r 979f62b20647 mk/emacs.mk
--- a/mk/emacs.mk       Sat Jun 30 04:42:45 2007 +0000
+++ b/mk/emacs.mk       Sat Jun 30 05:04:41 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: emacs.mk,v 1.39 2007/06/30 04:42:45 uebayasi Exp $
+# $NetBSD: emacs.mk,v 1.40 2007/06/30 05:04:41 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=  emacs22
+_EMACS_VERSION_DEFAULT.emacs=  emacs21
 _EMACS_VERSION_DEFAULT.xemacs= xemacs214
 _EMACS_REQD.emacs20=   emacs>=20.7
 _EMACS_REQD.emacs21=   emacs>=21.2



Home | Main Index | Thread Index | Old Index