Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/emacs emacs: emacs27 is not development versio...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ee7b761f33a3
branches: trunk
changeset: 438158:ee7b761f33a3
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sun Sep 06 02:59:16 2020 +0000
description:
emacs: emacs27 is not development version anymore. Fix Elisp package builds
diffstat:
editors/emacs/modules.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 464ed309d878 -r ee7b761f33a3 editors/emacs/modules.mk
--- a/editors/emacs/modules.mk Sun Sep 06 02:46:12 2020 +0000
+++ b/editors/emacs/modules.mk Sun Sep 06 02:59:16 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: modules.mk,v 1.27 2020/08/12 14:19:50 ryoon Exp $
+# $NetBSD: modules.mk,v 1.28 2020/09/06 02:59:16 ryoon Exp $
#
# This Makefile fragment handles Emacs Lisp Packages (== ELPs).
#
@@ -355,7 +355,7 @@
.if defined(EMACS_BUILDLINK)
_EMACS_DIR= ${BUILDLINK_DIR}/share/emacs
# development version usually claims three digit, say, 27.0.50 etc
-. if ${EMACS_TYPE} == emacs27
+. if ${EMACS_TYPE} == emacs28
ALL_ENV+= EMACSLOADPATH=${_EMACS_DIR}/${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}/lisp:${_EMACS_DIR}/site-lisp
. else
ALL_ENV+= EMACSLOADPATH=${_EMACS_DIR}/${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}/lisp:${_EMACS_DIR}/site-lisp
Home |
Main Index |
Thread Index |
Old Index