From owner-freebsd-questions@FreeBSD.ORG Sun May 10 14:00:36 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57DD5106566C for ; Sun, 10 May 2009 14:00:36 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from relay.ptn-ipout02.plus.net (relay.ptn-ipout02.plus.net [212.159.7.36]) by mx1.freebsd.org (Postfix) with ESMTP id E7F488FC16 for ; Sun, 10 May 2009 14:00:30 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAAV7BkrUnw6R/2dsb2JhbADMLoN+BQ Received: from ptb-relay01.plus.net ([212.159.14.145]) by relay.ptn-ipout02.plus.net with ESMTP; 10 May 2009 15:00:27 +0100 Received: from [84.92.153.232] (helo=curlew.milibyte.co.uk) by ptb-relay01.plus.net with esmtp (Exim) id 1M39Zr-0007sv-6D for freebsd-questions@freebsd.org; Sun, 10 May 2009 15:00:27 +0100 Received: by curlew.milibyte.co.uk with local (Exim 4.69) (envelope-from ) id 1M39Zq-000L7Z-IR for freebsd-questions@freebsd.org; Sun, 10 May 2009 15:00:27 +0100 From: Mike Clarke To: freebsd-questions@freebsd.org Date: Sun, 10 May 2009 15:00:26 +0100 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905101500.26477.jmc-freebsd2@milibyte.co.uk> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-SA-Exim-Scanned: No (on curlew.milibyte.co.uk); SAEximRunCond expanded to false X-Plusnet-Relay: 45107c284e1fa531f65fc86c207ac674 Subject: Building gimp without gvfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2009 14:00:36 -0000 Each time gimp-app gets upgraded I lose the ability to open URI's with "Open location" or by dragging images from firefox. Apparently this is because I need to explicitly pass --without-gvfs to configure [1] [2]. I was rather surprised that I needed to do this since I have the gvfs port installed but it did the trick for me. What I do is to edit the Makefile and add --without-gvfs to the CONFIGURE_ARGS lines. The snag is that I invariably forget about this by the next time the port gets upgraded and I have to sort the problem out again. What could I add to /etc/make.conf to have this option added to CONFIGURE_ARGS automatically? [1] http://www.shallowsky.com/blog/gimp/index.html [2] http://www.gimp.org/release-notes/gimp-2.6.html -- Mike Clarke