diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2016-10-02 05:07:22 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2016-10-02 05:07:22 +0000 |
commit | 5b974a37af175c2ea24904cef7a394b8be873807 (patch) | |
tree | 30a582870dab03b1f4fd4fcfd8b9923f1972b3fe /editors/emacs-devel/files/patch-sources.el | |
parent | databases/mariadb101: Fix stage-QA for client (diff) |
GNU Emacs updates
editors/emacs:
- Update to 25.1[1]
- Update CANNA patchset[2]
- Cleanup CONFLICTS_INSTALL list[1]
- Add LLDB option for lldb support (provided by 3rd party) to GUD[1]
- Add various other options, and re-order options[1]
- Incorporate games stuff in pkg-plist[1]
- Remove outdated diffs[1]
editors/emacs-nox11:
- Update to 25.1[3]
- Cleanup CONFLICTS_INSTALL list[3]
editors/emacs-devel:
- Update to git revision 25dca60d
Mk/bsd.emacs.mk:
- Update version numbers[4]
PR: 212807 [1], 212808 [3], 212809 [4]
Submitted by: Joseph Mingrone <jrm@ftfl.ca> [1][3][4]
TAKANO Yuji <takachan@running-dog.net> (private email) [2]
Notes
Notes:
svn path=/head/; revision=423103
Diffstat (limited to 'editors/emacs-devel/files/patch-sources.el')
-rw-r--r-- | editors/emacs-devel/files/patch-sources.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/editors/emacs-devel/files/patch-sources.el b/editors/emacs-devel/files/patch-sources.el deleted file mode 100644 index ee44f5c0881f..000000000000 --- a/editors/emacs-devel/files/patch-sources.el +++ /dev/null @@ -1,7 +0,0 @@ ---- sources.el.orig 2016-02-01 06:06:37 UTC -+++ sources.el -@@ -0,0 +1,4 @@ -+;;; Path to Emacs C Sources. -+(when (string-match (regexp-quote "%%EMACS_VER%%") emacs-version) -+ (setq find-function-C-source-directory -+ "%%DATADIR%%/%%EMACS_VER%%/src")) |