Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2018 23:59:44 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462550 - in head/editors: emacs emacs-devel
Message-ID:  <201802212359.w1LNxi5j091573@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Wed Feb 21 23:59:43 2018
New Revision: 462550
URL: https://svnweb.freebsd.org/changeset/ports/462550

Log:
  Emacs ports: Remove obsolete variable definitions
  
  editors/emacs: The CANNA option was replaced by a flavor, so remove
  CANNA_DESC.
  
  editors/emacs and editors/emacs-devel: The X11 option was replaced by the
  nox flavor, so remove WITHOUT_X11.
  
  Reported by:	ashish

Modified:
  head/editors/emacs-devel/Makefile   (contents, props changed)
  head/editors/emacs/Makefile   (contents, props changed)

Modified: head/editors/emacs-devel/Makefile
==============================================================================
--- head/editors/emacs-devel/Makefile	Wed Feb 21 23:59:37 2018	(r462549)
+++ head/editors/emacs-devel/Makefile	Wed Feb 21 23:59:43 2018	(r462550)
@@ -175,7 +175,6 @@ CONFIGURE_ARGS+=	--with-sound=no --without-cairo --wit
 OPTIONS_EXCLUDE=	ALSA CAIRO DBUS GCONF GIF GSETTINGS GTK2 GTK3 JPEG \
 			LCMS2 M17N MAGICK MOTIF OSS OTF PNG SCROLLBARS SVG TIFF \
 			XAW XAW3D XFT XIM XPM XWIDGETS
-WITHOUT_X11=		yes
 .else
 CONFIGURE_ARGS+=	--with-x
 INSTALLS_ICONS=		yes

Modified: head/editors/emacs/Makefile
==============================================================================
--- head/editors/emacs/Makefile	Wed Feb 21 23:59:37 2018	(r462549)
+++ head/editors/emacs/Makefile	Wed Feb 21 23:59:43 2018	(r462550)
@@ -65,7 +65,6 @@ OPTIONS_RADIO_X11TOOLKIT=	GTK2 GTK3 MOTIF XAW XAW3D
 
 ACL_DESC=	Access control list support
 CAIRO_DESC=	Experimental Cairo library support     (implies PNG, XFT)
-CANNA_DESC=	Japanese input support
 FILENOTIFY_DESC=	File notification support
 GFILE_DESC=	File notification via gfile
 GRAPHICS_DESC=	Graphics support
@@ -182,7 +181,6 @@ CONFIGURE_ARGS+=	--with-sound=no --without-cairo --wit
 OPTIONS_EXCLUDE=	ALSA CAIRO DBUS GCONF GIF GSETTINGS GTK2 GTK3 JPEG \
 			M17N MAGICK MOTIF OSS OTF PNG SCROLLBARS SVG TIFF XAW \
 			XAW3D XFT XIM XPM XWIDGETS
-WITHOUT_X11=		yes
 .else
 CONFIGURE_ARGS+=	--with-x
 INSTALLS_ICONS=		yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802212359.w1LNxi5j091573>