diff options
author | minskim <minskim@pkgsrc.org> | 2013-05-04 03:24:18 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2013-05-04 03:24:18 +0000 |
commit | 164edac7c1828b74797ec1b3704bb0ce8de60a62 (patch) | |
tree | e4e648095a0e10fc9a9d75c9aaa30ffe73995ed2 /editors/emacs-snapshot/Makefile | |
parent | 1d011ce6215dfecda4e627afa33347167d8be939 (diff) | |
download | pkgsrc-164edac7c1828b74797ec1b3704bb0ce8de60a62.tar.gz |
Update emacs-snapshot to 24.3.50.20130427.
Based on patches provided by Makoto Fujiwara in PR 47657.
Notable changes:
- Merge in all changes up to version 24.3 release.
- Switch encodings of tutorials to UTF-8.
- Release MH-E version 8.5.
- Optimize the code for reading UTF-8 files.
- File synchronization fixes.
- Merge octave-mod.el and octave-inf.el into octave.el with some cleanups.
- New faster Imenu implementation.
Diffstat (limited to 'editors/emacs-snapshot/Makefile')
-rw-r--r-- | editors/emacs-snapshot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile index 80b76e7f956..fd91473cf54 100644 --- a/editors/emacs-snapshot/Makefile +++ b/editors/emacs-snapshot/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.38 2013/02/17 06:18:01 dholland Exp $ +# $NetBSD: Makefile,v 1.39 2013/05/04 03:24:18 minskim Exp $ CONFLICTS+= emacs${_EMACS_VERSION_MAJOR}-nox11-[0-9]* .include "../../editors/emacs-snapshot/Makefile.common" -PKGREVISION= 1 - .include "options.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" |