Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2020 12:30:37 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531503 - head/audio/shairport-sync
Message-ID:  <202004121230.03CCUbm7038802@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sun Apr 12 12:30:37 2020
New Revision: 531503
URL: https://svnweb.freebsd.org/changeset/ports/531503

Log:
  Provide an option to build with MQTT protocol support.

Modified:
  head/audio/shairport-sync/Makefile

Modified: head/audio/shairport-sync/Makefile
==============================================================================
--- head/audio/shairport-sync/Makefile	Sun Apr 12 10:23:29 2020	(r531502)
+++ head/audio/shairport-sync/Makefile	Sun Apr 12 12:30:37 2020	(r531503)
@@ -3,6 +3,7 @@
 
 PORTNAME=	shairport-sync
 DISTVERSION=	3.3.6
+PORTREVISION=	1
 CATEGORIES=	audio
 
 MAINTAINER=	ehaupt@FreeBSD.org
@@ -25,9 +26,10 @@ GH_ACCOUNT=	mikebrady
 
 USE_RC_SUBR=	${PORTNAME}
 
-OPTIONS_DEFINE=	ALAC ALSA SNDIO PULSEAUDIO
+OPTIONS_DEFINE=	ALAC ALSA SNDIO PULSEAUDIO MQTT
 OPTIONS_DEFAULT=SNDIO
 ALAC_DESC=	Build with libalac support (experimental)
+MQTT_DESC=	Build with MQTT protocol support
 
 CONFIGURE_ARGS=	--sysconfdir=${LOCALBASE}/etc \
 		--with-piddir=/var/run/shairport-sync --with-avahi \
@@ -44,6 +46,9 @@ ALAC_CONFIGURE_ON=	--with-apple-alac
 
 ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
 ALSA_CONFIGURE_ON=	--with-alsa
+
+MQTT_LIB_DEPENDS=	libmosquitto.so:net/mosquitto
+MQTT_CONFIGURE_ON=	--with-mqtt-client
 
 SNDIO_CONFIGURE_ON=	--with-sndio
 SNDIO_LIB_DEPENDS=	libsndio.so:audio/sndio



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