diff options
author | ashish <ashish@FreeBSD.org> | 2012-08-01 23:20:25 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2012-08-01 23:20:25 +0800 |
commit | 8776255a384de1b4aa8b87bbde28fd6e091b0011 (patch) | |
tree | 25c6c90125ba5b8319c5b3d0236e84a45c3fc9cc /editors/Makefile | |
parent | 01046b6d49d3b39cbbcab07d62aac8487974b6ee (diff) | |
download | freebsd-ports-gnome-8776255a384de1b4aa8b87bbde28fd6e091b0011.tar.gz freebsd-ports-gnome-8776255a384de1b4aa8b87bbde28fd6e091b0011.tar.zst freebsd-ports-gnome-8776255a384de1b4aa8b87bbde28fd6e091b0011.zip |
GNU Emacs updates
editors/emacs
- Update to v. 24.1[1]
- Update CANNA patch to v. 24.1[2]
- Convert OPTIONS to OptionsNG
- Remove patch to VC to make it work with Subversion 1.7
- Add patch to implement process support for FreeBSD from Emacs bug# 5243
- Add patch to fix segfault on Terminal (from NetBSD emacs port)[2]
editors/emacs23
- Convert OPTIONS to OptionsNG
- Bump PORTREVISION of editors/emacs23 port
- Remove PORTEPOCH, as port needs to be explicitly installed/upgraded
- Connect repocopied editors/emacs23 to build
editors/emacs-devel
- Update to bzr revision 109364
- Convert OPTIONS to OptionsNG
- Remove redundant patches
- Add patch to add openpty support for 10-CURRENT from Emacs bug# 12040[3]
Mk/bsd.emacs.mk
- Add EMACS_PORT_NAME block for Emacs 24 to bsd.emacs.mk
- Update major version for emacs-devel port
- Take maintainership of bsd.emacs.mk
Thanks to everyone who tested these updates, and provided their feedback.
Submitted by: http://www.gnu.org/software/emacs/NEWS.24.1[1]
Submitted by: Yuji TAKANO[2] (via private email), Jan Beich[3]
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 9dcac40d244f..dfac64edc390 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -59,6 +59,7 @@ SUBDIR += emacs-nox11 SUBDIR += emacs21 SUBDIR += emacs22 + SUBDIR += emacs23 SUBDIR += f4l SUBDIR += fb SUBDIR += flim |