From owner-svn-ports-branches@freebsd.org Wed Oct 28 19:41:56 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF612A20BF7; Wed, 28 Oct 2015 19:41:56 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 86BB71E73; Wed, 28 Oct 2015 19:41:56 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9SJft5T085951; Wed, 28 Oct 2015 19:41:55 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9SJft9t085950; Wed, 28 Oct 2015 19:41:55 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201510281941.t9SJft9t085950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 28 Oct 2015 19:41:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r400414 - branches/2015Q4/audio/musicpd X-SVN-Group: ports-branches 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.20 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, 28 Oct 2015 19:41:56 -0000 Author: mat Date: Wed Oct 28 19:41:55 2015 New Revision: 400414 URL: https://svnweb.freebsd.org/changeset/ports/400414 Log: MFH: r400386 Add a dependency on devel/icu to fix the build if boost-libs is built without it. PR: 204079 Submitted by: Tony Morlan Sponsored by: Absolight Modified: branches/2015Q4/audio/musicpd/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/audio/musicpd/Makefile ============================================================================== --- branches/2015Q4/audio/musicpd/Makefile Wed Oct 28 19:36:43 2015 (r400413) +++ branches/2015Q4/audio/musicpd/Makefile Wed Oct 28 19:41:55 2015 (r400414) @@ -15,7 +15,8 @@ USES= gmake pkgconfig compiler:c++11-li GNU_CONFIGURE= yes USE_GNOME= glib20 -LIB_DEPENDS= libboost_iostreams.so:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_iostreams.so:${PORTSDIR}/devel/boost-libs \ + libicudata.so:${PORTSDIR}/devel/icu USE_RC_SUBR= ${PORTNAME} CONFIGURE_ARGS+=--disable-alsa --disable-systemd-daemon --disable-roar