svn commit: r508318 - branches/2019Q3/audio/musicpd

Thomas Zander riggs at FreeBSD.org
Wed Aug 7 16:23:06 UTC 2019


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 at 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


More information about the svn-ports-branches mailing list