From owner-freebsd-gecko@freebsd.org Tue Apr 11 17:24:57 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCB91D39461 for ; Tue, 11 Apr 2017 17:24:57 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BEE371B84; Tue, 11 Apr 2017 17:24:57 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id DF1FF7F; Tue, 11 Apr 2017 17:24:56 +0000 (UTC) From: Jan Beich To: Jakub Lach , Walter Schwarzenfeld Cc: freebsd-gecko@freebsd.org Subject: Re: FreeBSD Port: www/firefox References: <1491928081558-6179754.post@n6.nabble.com> Date: Tue, 11 Apr 2017 19:26:35 +0200 In-Reply-To: <1491928081558-6179754.post@n6.nabble.com> (Jakub Lach's message of "Tue, 11 Apr 2017 09:28:01 -0700 (MST)") Message-ID: <37de-onxw-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2017 17:24:58 -0000 Jakub Lach writes: > Can firefox 53 be build with gtk2? > > File > "/usr/obj/usr/ports/www/firefox/work/firefox-53.0/python/mozbuild/mozbuil= d/configure/options.py", > line 366, in get_value > % (val, ', '.join("'%s'" % c for c in self.choices))) > mozbuild.configure.options.InvalidOptionError: 'cairo-gtk2' is not one of > 'cairo-windows', 'cairo-gtk3', 'cairo-cocoa', 'cairo-uikit', > 'cairo-android', 'cairo-gonk' > *** Fix above errors and then restart with\ > "gmake -f client.mk build" > No, it's being phased out[1]. If you can't use GTK3 for some reason make your voice heard by replying on upstream mailing list, file bugs or triage existing ones. I'll update www/firefox-esr to 52.1.0 soon which is going to have non-default GTK2 option for another year. [1] https://www.mail-archive.com/dev-platform@lists.mozilla.org/msg20523.ht= ml Walter Schwarzenfeld (privately) writes: > With gtk3 on it starts after sysctl p1003_1b.sem_nsems_max=3D512. > Please =3D> pkg-message. Don't use sem(4), it's deprecated since FreeBSD 9.0. p1003_1b.sem_nsems_max doesn't have an effect with the new implementation. https://svnweb.freebsd.org/changeset/base/201546 > I hope it will starts with gtk2 too. Cause till now, every try with > gtk3 I had no Men=C3=BCitems (that means no Menutext). By Menuitems do you mean Context Menu or Menu Bar. The latter is disabled by default since Australis but can be easily changed. https://support.mozilla.org/t5/Customize-controls-options-and/Customize-Fir= efox-controls-buttons-and-toolbars/ta-p/2715#w_turn-on-the-title-bar-menu-b= ar-or-bookmarks-toolbar Otherwise, try reproducing in a pristine jail. Maybe there's a stale configuration getting in the way.