aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs/files/patch-src_process.c
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2014-11-05 13:17:17 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2014-11-05 13:17:17 +0000
commitb2edd3a92da509a28625510d638e2e83a570c490 (patch)
treec7a386097bbd1c919eace4a516335f22ffff5e7e /editors/emacs/files/patch-src_process.c
parentf1fb103c3f7437b31979eed6a3e00d7c4ac3c4b6 (diff)
downloadports-b2edd3a92da509a28625510d638e2e83a570c490.tar.gz
ports-b2edd3a92da509a28625510d638e2e83a570c490.zip
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-src_process.c')
-rw-r--r--editors/emacs/files/patch-src_process.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/editors/emacs/files/patch-src_process.c b/editors/emacs/files/patch-src_process.c
deleted file mode 100644
index 969accf82807..000000000000
--- a/editors/emacs/files/patch-src_process.c
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$FreeBSD$
-
---- src/process.c.orig
-+++ src/process.c
-@@ -83,6 +83,10 @@
- #include <util.h>
- #endif
-
-+#ifdef HAVE_LIBUTIL_H
-+#include <libutil.h>
-+#endif
-+
- #ifdef HAVE_PTY_H
- #include <pty.h>
- #endif