From owner-svn-ports-all@FreeBSD.ORG Sun Nov 23 19:43:31 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7805D68; Sun, 23 Nov 2014 19:43:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 D3700D19; Sun, 23 Nov 2014 19:43:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sANJhVMm045230; Sun, 23 Nov 2014 19:43:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sANJhVCk045229; Sun, 23 Nov 2014 19:43:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201411231943.sANJhVCk045229@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 23 Nov 2014 19:43:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r373171 - branches/2014Q4/audio/herrie X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2014 19:43:32 -0000 Author: amdmi3 Date: Sun Nov 23 19:43:31 2014 New Revision: 373171 URL: https://svnweb.freebsd.org/changeset/ports/373171 QAT: https://qat.redports.org/buildarchive/r373171/ Log: MFH: r373152 - Fix MODPLUG support PR: 194343 Submitted by: amdmi3 Approved by: maintainer timeout Approved by: ports-secteam (rea) Modified: branches/2014Q4/audio/herrie/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/audio/herrie/Makefile ============================================================================== --- branches/2014Q4/audio/herrie/Makefile Sun Nov 23 19:33:16 2014 (r373170) +++ branches/2014Q4/audio/herrie/Makefile Sun Nov 23 19:43:31 2014 (r373171) @@ -34,6 +34,7 @@ VORBIS_CONFIGURE_OFF=no_vorbis SNDFILE_LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile SNDFILE_CONFIGURE_OFF=no_sndfile MODPLUG_LIB_DEPENDS= libmodplug.so:${PORTSDIR}/audio/libmodplug +MODPLUG_CFLAGS= -I${LOCALBASE}/include/libmodplug MODPLUG_CONFIGURE_OFF=no_modplug HTTP_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl HTTP_CONFIGURE_OFF=no_http no_scrobbler