Bug 262028 - [audio/alsa-plugins] BUFSZ_P2 option is duplicated
Summary: [audio/alsa-plugins] BUFSZ_P2 option is duplicated
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-18 02:30 UTC by Katsuyuki Miyoshi
Modified: 2022-02-18 10:15 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katsuyuki Miyoshi 2022-02-18 02:30:27 UTC
------------------------------------------------------------------
% 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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-02-18 10:13:57 UTC
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(-)
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2022-02-18 10:15:16 UTC
Fixed, thanks for reporting!