Re: devel/pkgconf update

2025-01-08 Thread Theo Buehler
On Wed, Jan 08, 2025 at 04:23:36PM +, Stuart Henderson wrote: > On 2025/01/08 16:00, Stuart Henderson wrote: > > small tweaks; > > > > - set --with-system-libdir and --with-system-includedir, otherwise it > > strips /usr/local/{lib,include} from returned flags. (I'm trying a rust > > build wit

Re: devel/pkgconf update

2025-01-08 Thread Stuart Henderson
On 2025/01/08 16:00, Stuart Henderson wrote: > small tweaks; > > - set --with-system-libdir and --with-system-includedir, otherwise it > strips /usr/local/{lib,include} from returned flags. (I'm trying a rust > build with this replacing /usr/bin/pkg-config now). hmm, that still fails the same way

Re: devel/pkgconf update

2025-01-08 Thread Stuart Henderson
small tweaks; - set --with-system-libdir and --with-system-includedir, otherwise it strips /usr/local/{lib,include} from returned flags. (I'm trying a rust build with this replacing /usr/bin/pkg-config now). - fix running tests, not quite sure what happened (they run ok with the old version despi

Re: devel/pkgconf update

2025-01-08 Thread Kirill A . Korinsky
On Wed, 08 Jan 2025 14:21:48 +0100, Stuart Henderson wrote: > > Lots of fixes (including overflows, out of bound reads and writes, > null deref, memory leaks, etc), and notably has a new (as of Aug 2022) > solver which is significantly faster than the current one: > > "There is now a new solver

Re: devel/pkgconf update

2025-01-08 Thread Klemens Nanni
8 янв. 2025 г. 16:22:00 Stuart Henderson : > Lots of fixes (including overflows, out of bound reads and writes, > null deref, memory leaks, etc), and notably has a new (as of Aug 2022) > solver which is significantly faster than the current one: > > "There is now a new solver that is designed to p

devel/pkgconf update

2025-01-08 Thread Stuart Henderson
Lots of fixes (including overflows, out of bound reads and writes, null deref, memory leaks, etc), and notably has a new (as of Aug 2022) solver which is significantly faster than the current one: "There is now a new solver that is designed to provide higher performance with complicated graphs,