git: 390e208ac1f9 - main - audio/alsa-plugins: disable PULSEAUDIO by default after 44c14328c08e

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Wed, 21 Feb 2024 14:28:03 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=390e208ac1f99e6717207bb829c6179caf279f4d

commit 390e208ac1f99e6717207bb829c6179caf279f4d
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-02-20 20:40:17 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-02-21 14:27:20 +0000

    audio/alsa-plugins: disable PULSEAUDIO by default after 44c14328c08e
    
    - Reduce heavy dependencies for consumers e.g., wine, pipewire, qt?-webengine
    - "pulse" plugin was partially broken until 51317515580f
    - All plugins with extra dependencies (like "pulse") to be subpackaged later
    
    PR:             245321
---
 audio/alsa-plugins/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/audio/alsa-plugins/Makefile b/audio/alsa-plugins/Makefile
index 127343819c20..3fa4c416249c 100644
--- a/audio/alsa-plugins/Makefile
+++ b/audio/alsa-plugins/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	alsa-plugins
 PORTVERSION=	1.2.7.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	https://www.alsa-project.org/files/pub/plugins/
 
@@ -20,7 +20,6 @@ INSTALL_TARGET=	install-strip
 CPPFLAGS+=	-I${.CURDIR}/../alsa-lib/files
 
 OPTIONS_DEFINE=		FFMPEG JACK PULSEAUDIO SAMPLERATE SPEEX
-OPTIONS_DEFAULT=	PULSEAUDIO
 OPTIONS_SUB=		yes
 
 FFMPEG_LIB_DEPENDS=		libavcodec.so:multimedia/ffmpeg