From owner-freebsd-gnome@freebsd.org Mon Oct 8 18:35:22 2018 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1C9010C7644 for ; Mon, 8 Oct 2018 18:35:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3E4C176087 for ; Mon, 8 Oct 2018 18:35:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 02C6110C7643; Mon, 8 Oct 2018 18:35:22 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E57EB10C7642 for ; Mon, 8 Oct 2018 18:35:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 85E5B76083 for ; Mon, 8 Oct 2018 18:35:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id CD1131306 for ; Mon, 8 Oct 2018 18:35:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w98IZKS9015032 for ; Mon, 8 Oct 2018 18:35:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w98IZKkh015031 for gnome@FreeBSD.org; Mon, 8 Oct 2018 18:35:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 232047] [patch] graphics/gimp-app: 2.10.6 fails to configure Date: Mon, 08 Oct 2018 18:35:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rsmith@xs4all.nl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2018 18:35:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232047 --- Comment #6 from rsmith@xs4all.nl --- (In reply to w.schwarzenfeld from comment #4) The following options were used during the compile: _OPTIONS_READ=3Dgimp-app-2.10.6,1 _FILE_COMPLETE_OPTIONS_LIST=3DAA GHOSTSCRIPT GVFS HELPBROWSER LIBEXIF= =20=20=20=20 LIBHEIF LIBMNG OPENJPEG POPPLER SIMD WMF OPTIONS_FILE_UNSET+=3DAA OPTIONS_FILE_UNSET+=3DGHOSTSCRIPT OPTIONS_FILE_UNSET+=3DGVFS OPTIONS_FILE_UNSET+=3DHELPBROWSER OPTIONS_FILE_SET+=3DLIBEXIF OPTIONS_FILE_UNSET+=3DLIBHEIF OPTIONS_FILE_UNSET+=3DLIBMNG OPTIONS_FILE_SET+=3DOPENJPEG OPTIONS_FILE_UNSET+=3DPOPPLER OPTIONS_FILE_SET+=3DSIMD OPTIONS_FILE_UNSET+=3DWMF Note that HELPBROWSER was *not* set. It might not need it when the helpbrowser is not included, you don't need webkit and libsoup. *But the configure script doesn't test for that*. In configure.ac, the test for glib-networking is done *before* the test for webkit. One "fix" could be to edit configure.ac and move the test for glib-networking down into the "else" block for webkit. But I'm not an autoc= onf expert, so I'm not sure that will work. --=20 You are receiving this mail because: You are the assignee for the bug.=