pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/emacs



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Sep  6 02:59:16 UTC 2020

Modified Files:
        pkgsrc/editors/emacs: modules.mk

Log Message:
emacs: emacs27 is not development version anymore. Fix Elisp package builds


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/editors/emacs/modules.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/emacs/modules.mk
diff -u pkgsrc/editors/emacs/modules.mk:1.27 pkgsrc/editors/emacs/modules.mk:1.28
--- pkgsrc/editors/emacs/modules.mk:1.27        Wed Aug 12 14:19:50 2020
+++ pkgsrc/editors/emacs/modules.mk     Sun Sep  6 02:59:16 2020
@@ -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 @@ PRINT_PLIST_AWK+=   { gsub(/${EMACS_LISPPR
 .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