Re: policy for dlopen'd libraries etc (was Re: [UPDATE] games/yquake2 7.45 -> 8.00)

2021-12-12 Thread Stefan Hagen
Stuart Henderson wrote: > On 2021/12/12 14:16, Stefan Hagen wrote: > > Stuart Henderson wrote: > > > On 2021/12/12 12:10, Stefan Hagen wrote: > > > > Anthony J. Bentley wrote: > > > > > Stuart Henderson writes: > > > > > > Please put them in LIB_DEPENDS/WANTLIB with the annotation in the > > > >

Re: policy for dlopen'd libraries etc (was Re: [UPDATE] games/yquake2 7.45 -> 8.00)

2021-12-12 Thread Stefan Hagen
Stefan Hagen wrote: > Stuart Henderson wrote: > > On 2021/12/12 12:10, Stefan Hagen wrote: > > > Anthony J. Bentley wrote: > > > > Stuart Henderson writes: > > > > > Please put them in LIB_DEPENDS/WANTLIB with the annotation in the > > > > > comment. > > > > > What they're doing is not

Re: policy for dlopen'd libraries etc (was Re: [UPDATE] games/yquake2 7.45 -> 8.00)

2021-12-12 Thread Stuart Henderson
On 2021/12/12 14:16, Stefan Hagen wrote: > Stuart Henderson wrote: > > On 2021/12/12 12:10, Stefan Hagen wrote: > > > Anthony J. Bentley wrote: > > > > Stuart Henderson writes: > > > > > Please put them in LIB_DEPENDS/WANTLIB with the annotation in the > > > > > comment. > > > > > What they're

Re: policy for dlopen'd libraries etc (was Re: [UPDATE] games/yquake2 7.45 -> 8.00)

2021-12-12 Thread Stefan Hagen
Stuart Henderson wrote: > On 2021/12/12 12:10, Stefan Hagen wrote: > > Anthony J. Bentley wrote: > > > Stuart Henderson writes: > > > > Please put them in LIB_DEPENDS/WANTLIB with the annotation in the > > > > comment. > > > > What they're doing is not safe/reliable because it relies on the > >

Re: [UPDATE] games/yquake2 7.45 -> 8.00

2021-12-12 Thread Stuart Henderson
On 2021/12/12 12:10, Stefan Hagen wrote: > Anthony J. Bentley wrote: > > Stuart Henderson writes: > > > Please put them in LIB_DEPENDS/WANTLIB with the annotation in the > > > comment. > > > What they're doing is not safe/reliable because it relies on the library > > > ABI not changing. Adding

policy for dlopen'd libraries etc (was Re: [UPDATE] games/yquake2 7.45 -> 8.00)

2021-12-12 Thread Stuart Henderson
On 2021/12/12 03:51, Anthony J. Bentley wrote: > Stuart Henderson writes: > > Please put them in LIB_DEPENDS/WANTLIB with the annotation in the comment. > > What they're doing is not safe/reliable because it relies on the library > > ABI not changing. Adding as a LIB_DEPENDS ensures that yquake

Re: [UPDATE] games/yquake2 7.45 -> 8.00

2021-12-12 Thread Stefan Hagen
Tom Murphy wrote: > On Sun, Dec 12, 2021 at 10:32:29AM +, Stuart Henderson wrote: > > Please put them in LIB_DEPENDS/WANTLIB with the annotation in the comment. > > What they're doing is not safe/reliable because it relies on the library ABI > > not changing. Adding as a LIB_DEPENDS ensures

Re: [UPDATE] games/yquake2 7.45 -> 8.00

2021-12-12 Thread Stefan Hagen
Anthony J. Bentley wrote: > Stuart Henderson writes: > > Please put them in LIB_DEPENDS/WANTLIB with the annotation in the comment. > > What they're doing is not safe/reliable because it relies on the library > > ABI not changing. Adding as a LIB_DEPENDS ensures that yquake is updated > > when

Re: [UPDATE] games/yquake2 7.45 -> 8.00

2021-12-12 Thread Tom Murphy
On Sun, Dec 12, 2021 at 10:32:29AM +, Stuart Henderson wrote: > Please put them in LIB_DEPENDS/WANTLIB with the annotation in the comment. > What they're doing is not safe/reliable because it relies on the library ABI > not changing. Adding as a LIB_DEPENDS ensures that yquake is updated when

Re: [UPDATE] games/yquake2 7.45 -> 8.00

2021-12-12 Thread Anthony J. Bentley
Stuart Henderson writes: > Please put them in LIB_DEPENDS/WANTLIB with the annotation in the comment. > What they're doing is not safe/reliable because it relies on the library > ABI not changing. Adding as a LIB_DEPENDS ensures that yquake is updated > when required due to any incompatible

Re: [UPDATE] games/yquake2 7.45 -> 8.00

2021-12-12 Thread Stuart Henderson
Please put them in LIB_DEPENDS/WANTLIB with the annotation in the comment. What they're doing is not safe/reliable because it relies on the library ABI not changing. Adding as a LIB_DEPENDS ensures that yquake is updated when required due to any incompatible changes to the libraries. -- Sent

Re: [UPDATE] games/yquake2 7.45 -> 8.00

2021-12-12 Thread Stefan Hagen
Tom Murphy wrote: > On Sun, Dec 12, 2021 at 10:18:27AM +0100, Stefan Hagen wrote: > > Hi Tom, > > > > This update works for me. The execinfo problem has been discussed > > before. I'm quoting sthen: > > > > > Can it be disabled instead? The backtrace functions are a perennial > > > problem with

Re: [UPDATE] games/yquake2 7.45 -> 8.00

2021-12-12 Thread Tom Murphy
On Sun, Dec 12, 2021 at 10:18:27AM +0100, Stefan Hagen wrote: > Hi Tom, > > This update works for me. The execinfo problem has been discussed > before. I'm quoting sthen: > > > Can it be disabled instead? The backtrace functions are a perennial > > problem with ports and bulk builds. > > > >

Re: [UPDATE] games/yquake2 7.45 -> 8.00

2021-12-12 Thread Stefan Hagen
Tom Murphy wrote: > Hi again, > > Here is a reworked diff. This time it keeps the patch for the > Makefile that takes execinfo out of the flags. (Though I think > it will compile with execinfo anyway, I'm not 100% sure if we > should be compiling it or shouldn't?) > > This makes the

Re: [UPDATE] games/yquake2 7.45 -> 8.00

2021-12-11 Thread Tom Murphy
Hi again, Here is a reworked diff. This time it keeps the patch for the Makefile that takes execinfo out of the flags. (Though I think it will compile with execinfo anyway, I'm not 100% sure if we should be compiling it or shouldn't?) This makes the least amount of changes to the