From owner-svn-ports-all@freebsd.org Thu Feb 20 18:46:58 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2547724160E; Thu, 20 Feb 2020 18:46:58 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Nk8f0H5yz3Q49; Thu, 20 Feb 2020 18:46:58 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 041DD26246; Thu, 20 Feb 2020 18:46:58 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01KIkvse009362; Thu, 20 Feb 2020 18:46:57 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01KIkvP8009361; Thu, 20 Feb 2020 18:46:57 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <202002201846.01KIkvP8009361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Thu, 20 Feb 2020 18:46:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526575 - head/editors/emacs X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/editors/emacs X-SVN-Commit-Revision: 526575 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Feb 2020 18:46:58 -0000 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