Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2019 16:23:05 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r508318 - branches/2019Q3/audio/musicpd
Message-ID:  <201908071623.x77GN58p074007@repo.freebsd.org>

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

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

Modified:
  branches/2019Q3/audio/musicpd/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/audio/musicpd/Makefile
==============================================================================
--- branches/2019Q3/audio/musicpd/Makefile	Wed Aug  7 16:20:34 2019	(r508317)
+++ branches/2019Q3/audio/musicpd/Makefile	Wed Aug  7 16:23:05 2019	(r508318)
@@ -2,6 +2,7 @@
 
 PORTNAME=	musicpd
 PORTVERSION=	0.21.12
+PORTREVISION=	2
 CATEGORIES=	audio ipv6
 MASTER_SITES=	https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
 DISTNAME=	mpd-${PORTVERSION}
@@ -26,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?201908071623.x77GN58p074007>