From owner-svn-ports-head@freebsd.org Fri May 15 15:06:23 2020 Return-Path: Delivered-To: svn-ports-head@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 1AF0E2F7C2C; Fri, 15 May 2020 15:06:23 +0000 (UTC) (envelope-from pi@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 49NsDt6yVVz3xjr; Fri, 15 May 2020 15:06:22 +0000 (UTC) (envelope-from pi@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 E617726214; Fri, 15 May 2020 15:06:22 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04FF6M3L065175; Fri, 15 May 2020 15:06:22 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04FF6MDM065174; Fri, 15 May 2020 15:06:22 GMT (envelope-from pi@FreeBSD.org) Message-Id: <202005151506.04FF6MDM065174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 15 May 2020 15:06:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535292 - head/graphics/inkscape X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/graphics/inkscape X-SVN-Commit-Revision: 535292 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2020 15:06:23 -0000 Author: pi Date: Fri May 15 15:06:22 2020 New Revision: 535292 URL: https://svnweb.freebsd.org/changeset/ports/535292 Log: graphics/inkscape: make gvfs an OPTION PR: 243615 Submitted by: VVD Modified: head/graphics/inkscape/Makefile Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Fri May 15 14:32:10 2020 (r535291) +++ head/graphics/inkscape/Makefile Fri May 15 15:06:22 2020 (r535292) @@ -47,7 +47,7 @@ RUN_DEPENDS= ${PYNUMPY} \ USES= compiler:c++11-lib cmake cpe desktop-file-utils gnome \ iconv:wchar_t jpeg pathfix pkgconfig python:3.6+ \ shebangfix tar:xz xorg -USE_GNOME= gtkmm30 gvfs libxml2 libxslt +USE_GNOME= gtkmm30 libxml2 libxslt USE_XORG= sm ice x11 xext USE_LDCONFIG= yes @@ -58,7 +58,7 @@ INSTALLS_ICONS= yes SHEBANG_FILES= share/extensions/*.py share/extensions/genpofiles.sh \ share/templates/*.py man/fix-roff-punct -OPTIONS_DEFINE= OPENMP POPPLER VISIO CDR DBUS WPG +OPTIONS_DEFINE= OPENMP POPPLER VISIO CDR DBUS WPG GVFS OPTIONS_DEFAULT= POPPLER VISIO CDR WPG GM OPTIONS_DEFAULT_amd64= OPENMP OPTIONS_SINGLE= IMAGICK @@ -73,6 +73,8 @@ CDR_LIB_DEPENDS= librevenge-stream-0.0.so:textproc/lib DBUS_CMAKE_BOOL= WITH_DBUS DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libdbus-1.so:devel/dbus + +GVFS_USE= GNOME=gvfs OPENMP_USES= compiler:openmp OPENMP_CMAKE_BOOL= WITH_OPENMP