From nobody Wed Feb 28 06:46:30 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 4Tl4dN2M1Gz5CmhJ; Wed, 28 Feb 2024 06:46:32 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Tl4dM5dmxz41Kt; Wed, 28 Feb 2024 06:46:31 +0000 (UTC) (envelope-from manu@bidouilliste.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1709102790; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=De/Zxlew+V3/RRKm7lVQKEuA3bUxKJjWzPiLgYO7hX0=; b=MB4Lrrsybv7N1FoR/STSqqeeJJWqO92ktK9zHnblOw7E5yOW+rne0sAmHv9Fh61q2uHVw4 +2E0N/Em5uB04pUx/x/405Kw20mZV5FgwsL9WWO5GQMSpFdn33GtZen3N3UA+KE1S1MrCh G5NA+1Sf0Jv5tyda0g7EJC+L2v2Mfe4= Received: from skull.home.blih.net (lfbn-lyo-1-2174-135.w90-66.abo.wanadoo.fr [90.66.97.135]) by mx.blih.net (OpenSMTPD) with ESMTPSA id fe5ace3b (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 28 Feb 2024 06:46:30 +0000 (UTC) Date: Wed, 28 Feb 2024 07:46:30 +0100 From: Emmanuel Vadot To: Christoph Moench-Tegeder 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: <20240228074630.334080b12c13a15ab8a322e0@bidouilliste.com> In-Reply-To: References: <202402141815.41EIF7hE017571@gitrepo.freebsd.org> <20240227083406.3fc2d2694b71ae62ec4e5307@bidouilliste.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd15.0) 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=US-ASCII Content-Transfer-Encoding: 7bit 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:12876, ipnet:212.83.128.0/19, country:FR] X-Rspamd-Queue-Id: 4Tl4dM5dmxz41Kt On Tue, 27 Feb 2024 23:50:14 +0100 Christoph Moench-Tegeder wrote: > ## 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? Clearly not. > > 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. Are you saying that you don't care that it's broken for all our wayland users and that you will not do a thing about this ? -- Emmanuel Vadot