Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2022 14:06:29 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7d3882764702 - main - audio/pulseaudio: remove gconf option
Message-ID:  <202206081406.258E6T6c045423@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7d3882764702d0564a803871083104c904b52417

commit 7d3882764702d0564a803871083104c904b52417
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-06-08 12:03:22 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-06-08 14:06:22 +0000

    audio/pulseaudio: remove gconf option
---
 audio/pulseaudio/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index 3b7f58dd198d..135b092a62d3 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -47,6 +47,7 @@ CONFIGURE_ARGS=	--localstatedir=/var \
 		--disable-esound \
 		--disable-udev \
 		--disable-gtk3 \
+		--disable-gconf \
 		--disable-systemd-daemon \
 		--disable-systemd-journal \
 		--disable-systemd-login \
@@ -57,12 +58,10 @@ USERS=		pulse
 GROUPS=		pulse pulse-access pulse-rt
 
 OPTIONS_SUB=	yes
-OPTIONS_DEFINE=	AVAHI GCONF GSETTINGS SIMD TEST X11
+OPTIONS_DEFINE=	AVAHI GSETTINGS SIMD TEST X11
 OPTIONS_DEFAULT=AVAHI SIMD SIMPLE SOXR SPEEX WEBRTC_AEC X11
 AVAHI_CONFIGURE_ENABLE=	avahi
 AVAHI_LIB_DEPENDS=	libavahi-client.so:net/avahi-app
-GCONF_CONFIGURE_ENABLE=	gconf
-GCONF_USE=	GNOME=gconf2
 GSETTINGS_DESC=	GSettings configuration backend support
 GSETTINGS_CONFIGURE_ENABLE=	gsettings
 GSETTINGS_VARS=	GLIB_SCHEMAS=org.freedesktop.pulseaudio.gschema.xml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206081406.258E6T6c045423>