pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2016Q4]: pkgsrc/editors/emacs Pullup ticket #5177 - requested ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/660501cb0644
branches: pkgsrc-2016Q4
changeset: 408698:660501cb0644
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Mon Jan 02 14:40:38 2017 +0000
description:
Pullup ticket #5177 - requested by dholland
editors/emacs: build fix
PR pkg/51757.
Revisions pulled up:
- editors/emacs/Makefile.common 1.41
---
Module Name: pkgsrc
Committed By: tron
Date: Sun Jan 1 02:06:46 UTC 2017
Modified Files:
pkgsrc/editors/emacs: Makefile.common
Log Message:
Use the package "editors/emacs25" and not "editors/emacs-snapshot" for
the new default "emacs25".
diffstat:
editors/emacs/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r db97eccf038d -r 660501cb0644 editors/emacs/Makefile.common
--- a/editors/emacs/Makefile.common Mon Jan 02 14:40:11 2017 +0000
+++ b/editors/emacs/Makefile.common Mon Jan 02 14:40:38 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.40 2013/02/23 23:36:49 dholland Exp $
+# $NetBSD: Makefile.common,v 1.40.32.1 2017/01/02 14:40:38 bsiegert 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} == "emacs25"
+.elif ${MY_EMACS_TYPE} == "emacs26"
EMACS_PKGDIR= ../../editors/emacs-snapshot
EMACS_PACKAGE= ${EMACS_BASE_TYPE}
.elif !empty(MY_EMACS_TYPE:M*nox)
Home |
Main Index |
Thread Index |
Old Index