aboutsummaryrefslogtreecommitdiffstats
path: root/editors/emacs-nox11
diff options
context:
space:
mode:
authorjrm <jrm@FreeBSD.org>2018-02-02 02:03:09 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 06:33:11 +0800
commit50ce19c655404577d23230c9a185b7621a4362ec (patch)
tree2535cb1a26a9119c50c89d0b484db5b7923708dc /editors/emacs-nox11
parent9953f488201cb86d1bda1236ce8712f8680ed71a (diff)
downloadfreebsd-ports-gnome-50ce19c655404577d23230c9a185b7621a4362ec.tar.gz
freebsd-ports-gnome-50ce19c655404577d23230c9a185b7621a4362ec.tar.zst
freebsd-ports-gnome-50ce19c655404577d23230c9a185b7621a4362ec.zip
Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs - Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and editors/emacs-devel) - Permit default Emacs flavor to be specified in make.conf - Rename japanese/migemo-emacs23 to japanese/migemo-emacs - Update and simplify audio/emms and fix build on FreeBSD 10 [1] - Update databases/bbdd and fix build on FreeBSD 10 [1] - Update editors/emacs-devel - Ensure Makefile shell commands that change directory are executed in a subshell - Silence some portlint warnings [1] By not depending on base texinfo PR: 225404 Reviewed by: antoine Approved by: portmgr (mat) ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D13506
Diffstat (limited to 'editors/emacs-nox11')
-rw-r--r--editors/emacs-nox11/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile
deleted file mode 100644
index 46a90f2dd270..000000000000
--- a/editors/emacs-nox11/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Created by: phoffman@proper.com
-# $FreeBSD$
-
-PKGNAMESUFFIX= -nox11
-
-CONFLICTS_INSTALL= emacs-[0-9]* emacs-devel-[0-9]*
-
-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
-
-.include "${MASTERDIR}/Makefile"