diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2014-11-05 13:17:17 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2014-11-05 13:17:17 +0000 |
commit | b2edd3a92da509a28625510d638e2e83a570c490 (patch) | |
tree | c7a386097bbd1c919eace4a516335f22ffff5e7e /editors/emacs/files/patch-doc-lispintro-Makefile.in | |
parent | net-p2p/tribler: Fix extract for DF and unmask installation commands (diff) |
GNU Emacs Updates
editors/emacs:
- Update to 24.4[1]
- Remove all upstreamed diffs[1]
- Switch to static pkg-plist[1]
- Add OPTIONs for ACL, file notification, LTO, ALSA, and OSS[1]
- Reword IGNORE messages for portlint[1]
- Add fix for a Emacs TRAMP bug
- Update CANNA patchset[2]
editors/emacs-devel:
- Update to bzr snapshot revision 118251
- Add pkg-install, and pkg-deinstall file missed from r364499
- Switch to static pkg-plist
editors/emacs-nox11:
- Remove PLIST_DIRSTRY
Mk/bsd.emacs.mk:
- Update Emacs version numbers
- Remove deprecated XEmacs entries
PR: 194624[1]
Submitted by: Joseph Mingrone <jrm at ftfl.ca>[1],
TAKANO Yuji <takachan at running-dog.net>[2]
Notes
Notes:
svn path=/head/; revision=372190
Diffstat (limited to 'editors/emacs/files/patch-doc-lispintro-Makefile.in')
-rw-r--r-- | editors/emacs/files/patch-doc-lispintro-Makefile.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/emacs/files/patch-doc-lispintro-Makefile.in b/editors/emacs/files/patch-doc-lispintro-Makefile.in deleted file mode 100644 index ff0a5cddab52..000000000000 --- a/editors/emacs/files/patch-doc-lispintro-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/lispintro/Makefile.in.orig -+++ doc/lispintro/Makefile.in -@@ -27,7 +27,7 @@ - texinfodir = $(srcdir)/../misc - - MAKEINFO = @MAKEINFO@ --MAKEINFO_OPTS = --force -I $(srcdir) -+MAKEINFO_OPTS = --force --no-split -I $(srcdir) - TEXI2DVI = texi2dvi - TEXI2PDF = texi2pdf - DVIPS = dvips |