pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs emacs: Fix handling of Emacs version 26.*



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fdff0caaee3
branches:  trunk
changeset: 382913:7fdff0caaee3
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Jul 17 17:14:58 2018 +0000

description:
emacs: Fix handling of Emacs version 26.*

Use the package "editors/emacs26" and not "editors/emacs-snapshot" for
the new default "emacs26".

diffstat:

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

diffs (18 lines):

diff -r d8b744359ee1 -r 7fdff0caaee3 editors/emacs/Makefile.common
--- a/editors/emacs/Makefile.common     Tue Jul 17 16:44:15 2018 +0000
+++ b/editors/emacs/Makefile.common     Tue Jul 17 17:14:58 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.42 2017/09/29 12:40:27 wiz Exp $
+# $NetBSD: Makefile.common,v 1.43 2018/07/17 17:14:58 tron Exp $
 #
 # used by editors/emacs/Makefile
 # used by editors/emacs-nox11/Makefile
@@ -38,7 +38,7 @@
 # (Set these to avoid crashing out below.)
 EMACS_PKGDIR=          ../../editors/xemacs
 EMACS_PACKAGE=         xemacs
-.elif ${MY_EMACS_TYPE} == "emacs26"
+.elif ${MY_EMACS_TYPE} == "emacs27"
 EMACS_PKGDIR=          ../../editors/emacs-snapshot
 EMACS_PACKAGE=         ${EMACS_BASE_TYPE}
 .elif !empty(MY_EMACS_TYPE:M*nox)



Home | Main Index | Thread Index | Old Index