pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs Convert emacs25 to editors/emacs25 and a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e62f5d15604
branches:  trunk
changeset: 352697:0e62f5d15604
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Sep 18 13:48:34 2016 +0000

description:
Convert emacs25 to editors/emacs25 and add emacs25-nox11
emacs-snapshot is not supported as emacs25 anymore...

diffstat:

 editors/emacs/modules.mk |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 1d73de3511fb -r 0e62f5d15604 editors/emacs/modules.mk
--- a/editors/emacs/modules.mk  Sun Sep 18 13:40:24 2016 +0000
+++ b/editors/emacs/modules.mk  Sun Sep 18 13:48:34 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: modules.mk,v 1.19 2013/10/09 09:52:30 jperkin Exp $
+# $NetBSD: modules.mk,v 1.20 2016/09/18 13:48:34 ryoon Exp $
 #
 # This Makefile fragment handles Emacs Lisp Packages (== ELPs).
 #
@@ -228,7 +228,7 @@
 
 _EMACS_VERSIONS_ALL= \
        emacs20 emacs21 emacs21nox emacs22 emacs22nox emacs23 emacs23nox \
-       emacs24 emacs24nox emacs25 \
+       emacs24 emacs24nox emacs25 emacs25nox \
        xemacs214 xemacs214nox xemacs215 xemacs215nox
 
 _EMACS_PKGDIR_MAP= \
@@ -241,7 +241,8 @@
        emacs23nox@../../editors/emacs23-nox11 \
        emacs24@../../editors/emacs24 \
        emacs24nox@../../editors/emacs24-nox11 \
-       emacs25@../../editors/emacs-snapshot \
+       emacs25@../../editors/emacs25 \
+       emacs25nox@../../editors/emacs25-nox11 \
        xemacs214@../../editors/xemacs \
        xemacs214nox@../../editors/xemacs-nox11 \
        xemacs215@../../editors/xemacs-current \
@@ -352,7 +353,7 @@
 
 .if defined(EMACS_BUILDLINK)
 _EMACS_DIR=    ${BUILDLINK_DIR}/share/emacs
-.  if empty(EMACS_TYPE:Memacs25)
+.  if empty(EMACS_TYPE:Memacs26)
 ALL_ENV+=      EMACSLOADPATH=${_EMACS_DIR}/${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}/lisp:${_EMACS_DIR}/site-lisp
 .  else
 ALL_ENV+=      EMACSLOADPATH=${_EMACS_DIR}/${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}/lisp:${_EMACS_DIR}/site-lisp



Home | Main Index | Thread Index | Old Index