From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 13:47:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1B59E6B6501; Mon, 27 Sep 2021 13:47:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ3q109tPz3Jbm; Mon, 27 Sep 2021 13:47:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from aniel.nours.eu (nours.eu [IPv6:2001:41d0:8:3a4d::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: bapt) by smtp.freebsd.org (Postfix) with ESMTPSA id C0A1C2A37; Mon, 27 Sep 2021 13:47:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by aniel.nours.eu (Postfix, from userid 1001) id C164D38611; Mon, 27 Sep 2021 15:47:22 +0200 (CEST) Date: Mon, 27 Sep 2021 15:47:22 +0200 From: Baptiste Daroussin To: Guido Falsi Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org, evgeniy@khramtsov.org Subject: Re: git: 895bc805a975 - main - www/webkit2-gtk3: update to 2.34.0 Message-ID: <20210927134722.ej34iaqktwhjob5q@aniel.nours.eu> References: <202109270840.18R8e9bN044971@gitrepo.freebsd.org> <20210927100250.3f6injyvuw6lbufp@aniel.nours.eu> <8af11968-8b08-3e5c-e0de-56f1f63f57b0@FreeBSD.org> <63723cf0-1dea-f4c6-6d48-d91cbb4e7ebb@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <63723cf0-1dea-f4c6-6d48-d91cbb4e7ebb@FreeBSD.org> X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 13:47:25 -0000 On Mon, Sep 27, 2021 at 03:38:09PM +0200, Guido Falsi wrote: > On 27/09/21 12:43, Guido Falsi wrote: > > On 27/09/21 12:12, Guido Falsi wrote: > > > On 27/09/21 12:02, Baptiste Daroussin wrote: > > > > On Mon, Sep 27, 2021 at 11:30:47AM +0200, Guido Falsi wrote: > > > > > On 27/09/21 10:40, Baptiste Daroussin wrote: > > > > > > The branch main has been updated by bapt: > > > > > > > > > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=895bc805a975e4d6848427d88063cc8651e36fe4 > > > > > > > > > > > > > > > > > > commit 895bc805a975e4d6848427d88063cc8651e36fe4 > > > > > > Author:     Evgeniy Khramtsov > > > > > > AuthorDate: 2021-09-22 22:57:30 +0000 > > > > > > Commit:     Baptiste Daroussin > > > > > > CommitDate: 2021-09-27 08:38:52 +0000 > > > > > > > > > > > >       www/webkit2-gtk3: update to 2.34.0 > > > > > >       PR:      255528 > > > > > >       Changes: > > > > > > https://webkitgtk.org/2021/03/18/webkitgtk2.30.6-released.html > > > > > > https://webkitgtk.org/2021/03/26/webkitgtk2.32.0-released.html > > > > > > https://webkitgtk.org/2021/05/10/webkitgtk2.32.1-released.html > > > > > > https://webkitgtk.org/2021/05/14/webkitgtk2.33.1-released.html > > > > > > https://webkitgtk.org/2021/06/08/webkitgtk2.33.2-released.html > > > > > > https://webkitgtk.org/2021/07/09/webkitgtk2.32.2-released.html > > > > > > https://webkitgtk.org/2021/07/23/webkitgtk2.32.3-released.html > > > > > > https://webkitgtk.org/2021/08/16/webkitgtk2.33.3-released.html > > > > > > https://webkitgtk.org/2021/09/17/webkitgtk2.32.4-released.html > > > > > > https://webkitgtk.org/2021/09/22/webkitgtk2.34.0-released.html > > > > > > > > > > Not sure why, but this is failing for me in poudriere, > > > > > FreeBSD 14.0-CURRENT > > > > > main-n249429-181bfb42fd0. Cannot investigate further tight now whough. > > > > > > > > > > > > > Strange, I just built it on main-n249556-c96da199458 > > > > > > I'll try to investigate further later, unluckily I'm busy right now. > > I noticed I have the GSTREAMER option disabled in that poudriere jail. > > Enabling GSTREAMER again makes it compile. > > So while this narrows things down the option should be removed or fixed. Fixed is probably the best idea, let me CC the submitter :D Best regards, Bapt