From nobody Tue Feb 27 22:50:14 2024 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Tkt3t2rk5z5Bqq8; Tue, 27 Feb 2024 22:50:18 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [88.198.69.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.burggraben.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Tkt3t0qstz4Jgk; Tue, 27 Feb 2024 22:50:18 +0000 (UTC) (envelope-from cmt@burggraben.net) Authentication-Results: mx1.freebsd.org; none Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7120:1:127b:44ff:fe4f:148d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "elch.exwg.net", Issuer "R3" (not verified)) by smtp.burggraben.net (Postfix) with ESMTPS id 3E4BBC0030C; Tue, 27 Feb 2024 23:50:15 +0100 (CET) Received: by elch.exwg.net (Postfix, from userid 1000) id E04CF3AB02; Tue, 27 Feb 2024 23:50:14 +0100 (CET) Date: Tue, 27 Feb 2024 23:50:14 +0100 From: Christoph Moench-Tegeder To: Emmanuel Vadot Cc: Christoph Moench-Tegeder , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 5ee4d6fde813 - main - www/firefox: update to 123.0 (rc3) Message-ID: References: <202402141815.41EIF7hE017571@gitrepo.freebsd.org> <20240227083406.3fc2d2694b71ae62ec4e5307@bidouilliste.com> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20240227083406.3fc2d2694b71ae62ec4e5307@bidouilliste.com> User-Agent: Mutt/2.2.12 (2023-09-09) X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:88.198.0.0/16, country:DE] X-Rspamd-Queue-Id: 4Tkt3t0qstz4Jgk ## Emmanuel Vadot (manu@bidouilliste.com): > > www/firefox/Makefile | 4 ++-- > > www/firefox/distinfo | 6 +++--- > > 2 files changed, 5 insertions(+), 5 deletions(-) > > This update is broken on wayland. Congratulations to our first wayland user? > Trying to use native wayland, firefox keeps polling on some fd : > > 35417 firefox CALL poll(0x11a1e1c99ef0,0x2,0x7530) > 35417 firefox RET poll 1 That's polling two fds, one of which is ready before the 30 second timeout expires. But I have no idea what's going on in wayland. I should, and some day I'll have to, but for now I don't really have time for that and dicking around with graphics systems doesn't get me excited like it did 25 years ago. Regards, Christoph -- Spare Space