Created attachment 204834 [details] patch Build currently fails for me because of race condition on releng/12.0: ===> Building for mp3lint-0.9_1 --- blib/lib/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/mp3lint/.exists --- --- blib/arch/auto/mp3lint/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- blib/etc/.exists --- --- config --- --- subdirs --- --- dynamic --- --- blib/man5/.exists --- --- manifypods-local --- --- pm_to_blib --- --- manifypods-local --- "/usr/local/bin/perl" "-MExtUtils::Command::MM" -e pod2man "--" -s 5 docs/mp3lintrc.pod blib/man5/mp3lintrc.5 Can't write-open blib/man5/mp3lintrc.5: No such file or directory at /usr/local/lib/perl5/5.28/ExtUtils/Command/MM.pm line 153. Manifying 1 pod document Add MAKE_JOBS_UNSAFE=yes to fix it.
A commit references this bug: Author: sunpoet Date: Wed Jun 5 19:40:49 UTC 2019 New revision: 503528 URL: https://svnweb.freebsd.org/changeset/ports/503528 Log: Mark MAKE_JOBS_UNSAFE PR: 238334 Submitted by: pkubaj Changes: head/audio/mp3lint/Makefile
Committed. Thanks!