Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2019 16:20:35 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508317 - head/audio/musicpd
Message-ID:  <201908071620.x77GKZkF068469@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Wed Aug  7 16:20:34 2019
New Revision: 508317
URL: https://svnweb.freebsd.org/changeset/ports/508317

Log:
  Enable support for logging through syslog, bump PORTREVISION
  
  PR:		239671
  Submitted by:	bsdpr@phoe.frmug.org
  MFH:		2019Q3 (hat: ports-secteam)

Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Wed Aug  7 16:06:31 2019	(r508316)
+++ head/audio/musicpd/Makefile	Wed Aug  7 16:20:34 2019	(r508317)
@@ -2,7 +2,7 @@
 
 PORTNAME=	musicpd
 PORTVERSION=	0.21.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio ipv6
 MASTER_SITES=	https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
 DISTNAME=	mpd-${PORTVERSION}
@@ -27,6 +27,7 @@ MESON_ARGS=	-Dauto_features=disabled \
 		-Dicu=enabled \
 		-Doss=enabled \
 		-Dpipe=true \
+		-Dsyslog=enabled \
 		-Dzlib=enabled
 CFLAGS+=	-I${PREFIX}/include
 CPPFLAGS+=	-I${LOCALBASE}/include



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