aboutsummaryrefslogtreecommitdiffstats
path: root/editors/emacs-nox11
diff options
context:
space:
mode:
authorashish <ashish@FreeBSD.org>2016-10-02 13:07:22 +0800
committerashish <ashish@FreeBSD.org>2016-10-02 13:07:22 +0800
commit6b2048e8b3131460ba33afa60a62b2ccdf70d8de (patch)
tree30a582870dab03b1f4fd4fcfd8b9923f1972b3fe /editors/emacs-nox11
parent702ab00e799042bc58b59f8017e00a30374c4761 (diff)
downloadfreebsd-ports-gnome-6b2048e8b3131460ba33afa60a62b2ccdf70d8de.tar.gz
freebsd-ports-gnome-6b2048e8b3131460ba33afa60a62b2ccdf70d8de.tar.zst
freebsd-ports-gnome-6b2048e8b3131460ba33afa60a62b2ccdf70d8de.zip
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]
Diffstat (limited to 'editors/emacs-nox11')
-rw-r--r--editors/emacs-nox11/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile
index 52a59eaac9b2..46a90f2dd270 100644
--- a/editors/emacs-nox11/Makefile
+++ b/editors/emacs-nox11/Makefile
@@ -1,15 +1,15 @@
# Created by: phoffman@proper.com
# $FreeBSD$
-PKGNAMESUFFIX= -nox11
+PKGNAMESUFFIX= -nox11
-CONFLICTS_INSTALL= emacs[0-9]*
+CONFLICTS_INSTALL= emacs-[0-9]* emacs-devel-[0-9]*
-OPTIONS_EXCLUDE=GCONF GIF JPEG OTF M17N PNG SVG TIFF SYNC_INPUT GTK2 GTK3 \
- SCROLLBARS XFT XIM XPM MAGICK GSETTINGS X11 CANNA \
- XAW XAW3D MOTIF
-OPTIONS_DEFAULT?=SOURCES GNUTLS XML
+OPTIONS_EXCLUDE= CAIRO GCONF GIF GSETTINGS GTK2 GTK3 JPEG M17N MAGICK \
+ MOTIF OTF PNG SCROLLBARS SVG TIFF X11 XAW XAW3D XFT XIM \
+ XPM XWIDGETS
+OPTIONS_DEFAULT= GNUTLS MODULES SOURCES XML
-MASTERDIR= ${.CURDIR}/../emacs
+MASTERDIR= ${.CURDIR}/../emacs
.include "${MASTERDIR}/Makefile"