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
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
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
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
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
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
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