svn commit: r526575 - head/editors/emacs

Joseph Mingrone jrm at FreeBSD.org
Thu Feb 20 18:46:58 UTC 2020


Author: jrm
Date: Thu Feb 20 18:46:57 2020
New Revision: 526575
URL: https://svnweb.freebsd.org/changeset/ports/526575

Log:
  editors/emacs: Use more precise description for the FCITXPATCH knob
  
  While here, pet portfmt.

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

Modified: head/editors/emacs/Makefile
==============================================================================
--- head/editors/emacs/Makefile	Thu Feb 20 17:49:52 2020	(r526574)
+++ head/editors/emacs/Makefile	Thu Feb 20 18:46:57 2020	(r526575)
@@ -113,15 +113,15 @@ OPTIONS_RADIO_SOUND=		ALSA OSS
 OPTIONS_RADIO_X11TOOLKIT=	GTK2 GTK3 MOTIF XAW XAW3D
 .if ${FLAVOR:U} == nox
 OPTIONS_EXCLUDE=		ALSA CAIRO DBUS FCITXPATCH GCONF GFILE GIF \
-				GSETTINGS GTK2 GTK3 JPEG LCMS2 M17N MAGICK MOTIF\
-				OSS OTF PNG SCROLLBARS SVG TIFF XAW XAW3D XFT \
-				XIM XPM XWIDGETS
+				GSETTINGS GTK2 GTK3 JPEG LCMS2 M17N MAGICK \
+				MOTIF OSS OTF PNG SCROLLBARS SVG TIFF XAW XAW3D \
+				XFT XIM XPM XWIDGETS
 .endif
 OPTIONS_SUB=			YES
 
 ACL_DESC=		Access control list support
 CAIRO_DESC=		Experimental Cairo library support [implies PNG, XFT]
-FCITXPATCH_DESC=	Patch to workaround issue with Fcitx input method
+FCITXPATCH_DESC=	Patch to pass C-Space to Fcitx input method
 FILENOTIFY_DESC=	File notification support
 GFILE_DESC=		File notification via gfile
 GRAPHICS_DESC=		Graphics support
@@ -211,7 +211,8 @@ XFT_LIB_DEPENDS=		libfontconfig.so:x11-fonts/fontconfi
 XFT_USE=			XORG=xft,xrender
 XFT_CONFIGURE_WITH=		xft
 XIM_CONFIGURE_WITH=		xim
-XML_USES=			gnome # portlint complains, but use for nox
+# keep XML_USES=gnome, because nox flavor does not have USES=gnome
+XML_USES=			gnome
 XML_USE=			GNOME=libxml2
 XML_CONFIGURE_WITH=		xml2
 XPM_USE=			XORG=xpm


More information about the svn-ports-all mailing list