Re: git: b68bef1f6425 - main - x11-wm/kwinft: unbreak build after 5d998836b36f
- In reply to: Emmanuel Vadot : "Re: git: b68bef1f6425 - main - x11-wm/kwinft: unbreak build after 5d998836b36f"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Nov 2021 11:20:18 UTC
On Wed, Nov 10, 2021 at 12:12:36PM +0100, Emmanuel Vadot wrote: > On Wed, 10 Nov 2021 10:58:46 GMT > Jan Beich <jbeich@FreeBSD.org> wrote: > > > The branch main has been updated by jbeich: > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=b68bef1f6425117cd0d0d95626178db4c4fb3073 > > > > commit b68bef1f6425117cd0d0d95626178db4c4fb3073 > > Author: Jan Beich <jbeich@FreeBSD.org> > > AuthorDate: 2021-11-10 09:24:08 +0000 > > Commit: Jan Beich <jbeich@FreeBSD.org> > > 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 <linux/input.h> > > ^~~~~~~~~~~~~~~ > > > > 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