Date: Thu, 25 Jan 2024 15:04:32 +0300 From: "Sergey V. Dyatko" <sergey.dyatko@gmail.com> To: <freebsd-ports@freebsd.org> Cc: manu@freebsd.org Subject: Re: graphics/mesa-libs build broken Message-ID: <20240125150432.631de513@gmail.com> In-Reply-To: <20240125145933.7c74c7b4@gmail.com> References: <20240125145933.7c74c7b4@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 25 Jan 2024 14:59:33 +0300 "Sergey V. Dyatko" <sergey.dyatko@gmail.com> wrote: > Hi, > > After 2080c2eddaca4fa188668ae9fe8d76e0461378c3 I'm unable to build > graphics/mesa-libs because host I'm using doesn't support kcmp(2), it is > FreeBSD 15.0-CURRENT #24 main-n265517-37236ab7e4e8-dirty > It seems that _supported_ X.Y-RELEASE doens't have it too and we > should have if in Makefile.common. Isn't it? > > -- > wbr, Sergey > As minimum, for 15: . if ${OSVERSION} >=1500012 PATCHFILES+= 7c565db35d39bdbf4e4f867ea19f78b97c8c126f.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27184 .endif -- wbr, Sergey
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20240125150432.631de513>