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: tron
Date: Tue Jul 17 17:14:58 UTC 2018
Modified Files:
pkgsrc/editors/emacs: Makefile.common
Log Message:
emacs: Fix handling of Emacs version 26.*
Use the package "editors/emacs26" and not "editors/emacs-snapshot" for
the new default "emacs26".
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/editors/emacs/Makefile.common
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/Makefile.common
diff -u pkgsrc/editors/emacs/Makefile.common:1.42 pkgsrc/editors/emacs/Makefile.common:1.43
--- pkgsrc/editors/emacs/Makefile.common:1.42 Fri Sep 29 12:40:27 2017
+++ pkgsrc/editors/emacs/Makefile.common Tue Jul 17 17:14:58 2018
@@ -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 @@ PKG_FAIL_REASON+= "EMACS_TYPE is xemacs.
# (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