From nobody Wed Nov 10 11:20:18 2021 X-Original-To: dev-commits-ports-main@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 22B251850336; Wed, 10 Nov 2021 11:20:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 4Hq2T00YfCz3p8G; Wed, 10 Nov 2021 11:20:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from aniel.nours.eu (nours.eu [176.31.115.77]) (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 D5D17301A2; Wed, 10 Nov 2021 11:20:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by aniel.nours.eu (Postfix, from userid 1001) id 1D912821FA; Wed, 10 Nov 2021 12:20:18 +0100 (CET) Date: Wed, 10 Nov 2021 12:20:18 +0100 From: Baptiste Daroussin To: Emmanuel Vadot Cc: Jan Beich , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: b68bef1f6425 - main - x11-wm/kwinft: unbreak build after 5d998836b36f Message-ID: <20211110112018.jmp7ivwpbuazj6v7@aniel.nours.eu> References: <202111101058.1AAAwkpv046598@gitrepo.freebsd.org> <20211110121236.883c833d06eb1ad068c49e08@bidouilliste.com> List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211110121236.883c833d06eb1ad068c49e08@bidouilliste.com> X-ThisMailContainsUnwantedMimeParts: N On Wed, Nov 10, 2021 at 12:12:36PM +0100, Emmanuel Vadot wrote: > On Wed, 10 Nov 2021 10:58:46 GMT > Jan Beich wrote: > > > The branch main has been updated by jbeich: > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=b68bef1f6425117cd0d0d95626178db4c4fb3073 > > > > commit b68bef1f6425117cd0d0d95626178db4c4fb3073 > > Author: Jan Beich > > AuthorDate: 2021-11-10 09:24:08 +0000 > > Commit: Jan Beich > > CommitDate: 2021-11-10 10:58:09 +0000 > > > > x11-wm/kwinft: unbreak build after 5d998836b36f > > > > input/filters/window_selector.cpp:19:10: fatal error: 'linux/input.h' file not found > > #include > > ^~~~~~~~~~~~~~~ > > > > Pointy hat to: manu > > So this is my fault that you didn't list a required build dependancy > now ? The port were buggy that is not your fault, but in general when someone drop a run dependency from a port it is sane to check if the reverse dependencies are impacted or not. Because mistakes happens. Bapt