Re: [new port] audio/d11amp

2022-12-07 Thread Thomas Dettbarn
On 12/7/22 20:09, Jeremie Courreges-Anglas wrote: On Wed, Dec 07 2022, Stuart Henderson wrote: On 2022/12/07 00:35, Jeremie Courreges-Anglas wrote: You're setting CFLAGS on the make command line because you spotted that its value wasn't in control of the ports framework. But passing CFLAGS o

Re: [new port] audio/d11amp

2022-12-07 Thread Jeremie Courreges-Anglas
On Wed, Dec 07 2022, Stuart Henderson wrote: > On 2022/12/07 00:35, Jeremie Courreges-Anglas wrote: >> You're setting CFLAGS on the make command line because you spotted that >> its value wasn't in control of the ports framework. But passing CFLAGS >> on the make command-line means that the CFLAG

Re: [new port] audio/d11amp

2022-12-07 Thread Thomas Dettbarn
On 12/7/22 11:48, Stuart Henderson wrote: On 2022/12/07 00:35, Jeremie Courreges-Anglas wrote: You're setting CFLAGS on the make command line because you spotted that its value wasn't in control of the ports framework. But passing CFLAGS on the make command-line means that the CFLAGS assigneme

Re: [update] net/synapse 1.73.0

2022-12-07 Thread Renaud Allard
Better with the licenses in modules.inc On 12/7/22 15:22, Renaud Allard wrote: Hello, Here is a diff for net/synapse 1.73.0 It's running fine on 7.2-stable. Best RegardsIndex: Makefile === RCS file: /cvs/ports/net/synapse/Makefile

[update] net/synapse 1.73.0

2022-12-07 Thread Renaud Allard
Hello, Here is a diff for net/synapse 1.73.0 It's running fine on 7.2-stable. Best RegardsIndex: Makefile === RCS file: /cvs/ports/net/synapse/Makefile,v retrieving revision 1.42 diff -u -p -r1.42 Makefile --- Makefile 21 Nov 2022 1

Re: [new port] audio/d11amp

2022-12-07 Thread Stuart Henderson
On 2022/12/07 00:35, Jeremie Courreges-Anglas wrote: > You're setting CFLAGS on the make command line because you spotted that > its value wasn't in control of the ports framework. But passing CFLAGS > on the make command-line means that the CFLAGS assignement and > subsequent appends (pkg-config

Re: alpn/sem_init: OpenBSD does not support pshared

2022-12-07 Thread Stuart Henderson
On 2022/12/06 23:58, Michel Belleau wrote: > Hi Stuart, greetings all. > > As per https://man.openbsd.org/sem_init.3 > > sem_init(sem_t *sem, int pshared, unsigned int value) > > A non-zero value for pshared specifies a shared semaphore that can be used by > multiple > processes, which this imp