On 2022/06/10 13:12, Klemens Nanni wrote: > CVSROOT: /cvs > Module name: ports > Changes by: [email protected] 2022/06/10 13:12:49 > > Modified files: > security/xml-security-c: Makefile > > Log message: > Avoid picking up coreutils in configure > > - checking for a race-free mkdir -p... /usr/local/bin/gmkdir -p > + checking for a race-free mkdir -p... (cached) /bin/mkdir -p > > Build failure with coreutils junked during build found by tb@, thanks. >
This should be handled by db/config.no-coreutils, but you are using CONFIGURE_STYLE=simple for a GNU autoconf-based build, is there a reason for that?
