------------------------------------------------------------------ % make -C /usr/ports/audio/alsa-plugins showconfig |cat -n 1 ===> The following configuration options are available for alsa-plugins-1.2.2_8: 2 BUFSZ_P2=off: Restrict buffer size to ^2 aligned 3 FFMPEG=off: FFmpeg support (WMA, AIFF, AC3, APE...) 4 JACK=off: JACK audio server support 5 PULSEAUDIO=on: PulseAudio sound server support 6 SAMPLERATE=off: Sample rate conversion support 7 SPEEX=off: Speex audio format support 8 ====> Open Sound System support 9 BLKCNT_P2=off: Restrict number of fragments to ^2 aligned 10 BUFSZ_P2=off: Restrict buffer size to ^2 aligned 11 VERBOSE=off: Print debugging messages 12 ===> Use 'make config' to modify these settings ------------------------------------------------------------------ BUFSZ_P2 option is in two places(Line 2 and Line 10 above). Is this as expected? Thanks.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=29fc493e22423bde30e12c780d72eec5233bf2a7 commit 29fc493e22423bde30e12c780d72eec5233bf2a7 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2022-02-18 10:13:16 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2022-02-18 10:13:16 +0000 audio/alsa-plugins: remove OSS-specific BUFSZ_P2 option from global list Otherwise it would be listed twice on the option selection dialog screen. PR: 262028 audio/alsa-plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Fixed, thanks for reporting!