Created attachment 195226 [details] audacity.diff Hi, I applied Audacity's portaudio.patch to audio/portaudio in ports r474829, so now it should be possible for audio/audacity to depend on audio/portaudio instead of the bundled version. This makes it possible to use sndio with Audacity.
I'll check.
Created attachment 195260 [details] portaudio with less patching Modified original patch to not remove anything from the distribution and no need to patch distro portaudio Makefile if portaudio=system is used.
A commit references this bug: Author: tobik Date: Thu Jul 19 03:18:53 UTC 2018 New revision: 474923 URL: https://svnweb.freebsd.org/changeset/ports/474923 Log: audio/audacity: Unbundle portaudio and use audio/portaudio instead PR: 229853 Submitted by: tobik Approved by: xxjack12xx@gmail.com (maintainer) Changes: head/audio/audacity/Makefile head/audio/audacity/files/patch-src_AudioIO.cpp
Committed. Thanks!