On 2019/11/18 23:24, Tim Kuijsten wrote:
> > Forgot to mention, rather than the patch + SUBST_CMD dance, you can just
> > override make variables on the command line;
> > 
> > MAKE_FLAGS = PREFIX=${PREFIX} ETCDIR=${SYSCONFDIR}
> 
> again, now including the above fix as well.

Looking in sample config,

: # pick an unprivileged user/id
: user 1109

Please use @newuser/@newgroup in pkg/PLIST to add a user and set the sample
config to use it. For the actual number, pick the next available uid from
ports/infrastructure/db/user.list and include a diff to add to that file too.

Building,

: ===>  Building for wiresep-0.8.3
: cc -Wall -Wextra -pedantic-errors -c tai64n.c
: cc -Wall -Wextra -pedantic-errors -c blake2s-ref.c
[..]

Missing C opt/debug flags, changing your patch as follows fixes that:

-CFLAGS = -Wall -Wextra -pedantic-errors -O0 -g
+CFLAGS += -Wall -Wextra -pedantic-errors

Reply via email to