pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2016Q4] pkgsrc/editors/emacs



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon Jan  2 14:40:38 UTC 2017

Modified Files:
        pkgsrc/editors/emacs [pkgsrc-2016Q4]: Makefile.common

Log Message:
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".


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.40.32.1 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.40 pkgsrc/editors/emacs/Makefile.common:1.40.32.1
--- pkgsrc/editors/emacs/Makefile.common:1.40   Sat Feb 23 23:36:49 2013
+++ pkgsrc/editors/emacs/Makefile.common        Mon Jan  2 14:40:38 2017
@@ -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 @@ 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} == "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