From owner-svn-ports-branches@freebsd.org Wed Aug 7 16:23:05 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E7D89AF0C5; Wed, 7 Aug 2019 16:23:05 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 463cHY5vKCz3Q2v; Wed, 7 Aug 2019 16:23:05 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD0B6F5A3; Wed, 7 Aug 2019 16:23:05 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x77GN5q9074008; Wed, 7 Aug 2019 16:23:05 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x77GN58p074007; Wed, 7 Aug 2019 16:23:05 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201908071623.x77GN58p074007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Wed, 7 Aug 2019 16:23:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r508318 - branches/2019Q3/audio/musicpd X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2019Q3/audio/musicpd X-SVN-Commit-Revision: 508318 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Aug 2019 16:23:06 -0000 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