svn commit: r508317 - head/audio/musicpd
Thomas Zander
riggs at FreeBSD.org
Wed Aug 7 16:20:35 UTC 2019
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 at 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
More information about the svn-ports-head
mailing list