Date: Thu, 11 Dec 2014 02:18:24 +0000 From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 195728] [patch] mail/thunderbird: GNOMEVFS2 configure fails since 31.3.0 Message-ID: <bug-195728-21738-MthJweiJAn@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-195728-21738@https.bugs.freebsd.org/bugzilla/> References: <bug-195728-21738@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195728 Jan Beich <jbeich@vfemail.net> 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 <jbeich@vfemail.net> --- 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195728-21738-MthJweiJAn>