pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Don't use open-ended dependencies for emacs20 and e...
details: https://anonhg.NetBSD.org/pkgsrc/rev/27d647850732
branches: trunk
changeset: 530426:27d647850732
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Jun 30 05:13:24 2007 +0000
description:
Don't use open-ended dependencies for emacs20 and emacs21 to avoid
the wrong version from being picked up by pkg_add or bin-install.
OK uebayasi@
diffstat:
mk/emacs.mk | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (28 lines):
diff -r 4f229dfaa20a -r 27d647850732 mk/emacs.mk
--- a/mk/emacs.mk Sat Jun 30 05:07:02 2007 +0000
+++ b/mk/emacs.mk Sat Jun 30 05:13:24 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: emacs.mk,v 1.40 2007/06/30 05:04:41 uebayasi Exp $
+# $NetBSD: emacs.mk,v 1.41 2007/06/30 05:13:24 joerg Exp $
#
# This Makefile fragment handles Emacs Lisp Packages (== ELPs).
#
@@ -198,13 +198,13 @@
_EMACS_VERSIONS_ACCEPTED_DEFAULT= ${_EMACS_VERSIONS_ALL}
_EMACS_VERSION_DEFAULT.emacs= emacs21
_EMACS_VERSION_DEFAULT.xemacs= xemacs214
-_EMACS_REQD.emacs20= emacs>=20.7
-_EMACS_REQD.emacs21= emacs>=21.2
-_EMACS_REQD.emacs21nox= emacs-nox11>=21.2
+_EMACS_REQD.emacs20= emacs>=20.7<21
+_EMACS_REQD.emacs21= emacs>=21.2<22
+_EMACS_REQD.emacs21nox= emacs-nox11>=21.2<22
_EMACS_REQD.emacs22= emacs>=22
_EMACS_REQD.emacs22nox= emacs-nox11>=22
-_EMACS_REQD.xemacs214= xemacs>=21.4
-_EMACS_REQD.xemacs215= xemacs>=21.5
+_EMACS_REQD.xemacs214= xemacs>=21.4<22
+_EMACS_REQD.xemacs215= xemacs>=21.5<22
_EMACS_DEP.emacs20= ../../editors/emacs20
_EMACS_DEP.emacs21= ../../editors/emacs21
_EMACS_DEP.emacs21nox= ../../editors/emacs21-nox11
Home |
Main Index |
Thread Index |
Old Index