Re: math/flann pkgconfig issue

2025-01-13 Thread Kirill Bychkov
On Mon, January 13, 2025 12:32, Stuart Henderson wrote: > On 2025/01/13 08:53, Kirill Bychkov wrote: >> Hi! >> It looks like that flann ships broken .pc file. With this >> installed graphics/hugin fails to build with >> "undefined reference to LZ4_compress_HC_continue" error. >> >> Should we fix fl

Re: math/flann pkgconfig issue

2025-01-13 Thread Johannes Thyssen Tishman
2025-01-13T10:57:26+0100 Theo Buehler : > > math/flann? I was under the impression that this was only necessary when > > the PLIST changes, no? > > It is necessary whenever the package contents change. Otherwise already > installed flann won't get the fixed pkgconfig until a dep is bumped. Thanks

Re: math/flann pkgconfig issue

2025-01-13 Thread Theo Buehler
> math/flann? I was under the impression that this was only necessary when > the PLIST changes, no? It is necessary whenever the package contents change. Otherwise already installed flann won't get the fixed pkgconfig until a dep is bumped.

Re: math/flann pkgconfig issue

2025-01-13 Thread Johannes Thyssen Tishman
2025-01-13T09:32:59+ Stuart Henderson : > On 2025/01/13 08:53, Kirill Bychkov wrote: > > Hi! > > It looks like that flann ships broken .pc file. With this > > installed graphics/hugin fails to build with > > "undefined reference to LZ4_compress_HC_continue" error. > > > > Should we fix flann i

Re: math/flann pkgconfig issue

2025-01-13 Thread Stuart Henderson
On 2025/01/13 08:53, Kirill Bychkov wrote: > Hi! > It looks like that flann ships broken .pc file. With this > installed graphics/hugin fails to build with > "undefined reference to LZ4_compress_HC_continue" error. > > Should we fix flann itself as done in FreeBSD: That's not actually the reason