The ports tree revision is 336920. Once audio/portaudio2 was installed, then audio/jack being built/installed as a dependency of something else results in it being broken. audio/jack requires portaudio v1x, not v2, and the dependency looks confusing to the system: LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio # ldconfig -r | grep portau search directories: /lib:/usr/lib:/usr/lib/compat:/usr/local/lib:/usr/local/lib/event2:/usr/local/lib/nss:/usr/local/llvm33/lib:/usr/local/lib/ffmpeg0:/usr/local/lib/portaudio2 453:-lportaudio.2 => /usr/local/lib/portaudio2/libportaudio.so.2 Fix: Patch attached with submission follows: How-To-Repeat: Try installing audio/denemo, without audio/portaudio having first installed.
Responsible Changed From-To: freebsd-ports-bugs->freebsd-multimedia Over to maintainer (via the GNATS Auto Assign Tool)
This should be fixed by now, could you verify?