coturn's configure script detects the availability of pkgconf. If found, the build fails because -L/usr/local/lib isn't passed to compilation jobs. Even without this error, dpb(1) junking during bulk builds might remove pkgconf during the execution of the configure script, so avoid picking up pkgconf altogether.
ok? Index: Makefile =================================================================== RCS file: /cvs/ports/telephony/coturn/Makefile,v retrieving revision 1.13 diff -u -p -r1.13 Makefile --- Makefile 8 Nov 2022 11:17:14 -0000 1.13 +++ Makefile 27 Dec 2022 10:11:02 -0000 @@ -32,6 +32,8 @@ CONFIGURE_ARGS = --localstatedir='${LOCA CONFIGURE_ENV = TURN_NO_MONGO=1 \ TURN_NO_PROMETHEUS=1 \ TURN_NO_SYSTEMD=1 +# Don't pick up devel/pkgconf +CONFIGURE_ENV += PKGCONFIG="pkg-config" post-install: rm -rf ${PREFIX}/etc -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE