From owner-freebsd-gecko@FreeBSD.ORG Thu Dec 11 02:18:24 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9137EA04 for ; Thu, 11 Dec 2014 02:18:24 +0000 (UTC) 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 mx1.freebsd.org (Postfix) with ESMTPS id 78B31908 for ; Thu, 11 Dec 2014 02:18:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBB2IOFQ017791 for ; Thu, 11 Dec 2014 02:18:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 195728] [patch] mail/thunderbird: GNOMEVFS2 configure fails since 31.3.0 Date: Thu, 11 Dec 2014 02:18:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: bug_status see_also flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2014 02:18:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195728 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress See Also| |https://bugzilla.mozilla.or | |g/show_bug.cgi?id=1047752 Flags|maintainer-feedback?(gecko@ |maintainer-feedback+ |FreeBSD.org) | --- Comment #2 from Jan Beich --- GNOMEVFS2 provides smb:// and sftp:// protocol support, deprecated by GIO (gvfs) and broken since 33.0 (bug 194622). The issue was caused by the following := assignment. Instead of trying to fix let's go ahead with upstream bug to remove the option. # append ,gnomevfs to --enable-extensions=default MOZ_OPTIONS:= ${MOZ_OPTIONS:C/(extensions)=(.*)/\1=\2,gnomevfs/} https://trillian.chruetertee.ch/freebsd-gecko/changeset/1791 -- You are receiving this mail because: You are the assignee for the bug.