From owner-svn-ports-head@FreeBSD.ORG Sat Feb 28 16:18:03 2015 Return-Path: Delivered-To: svn-ports-head@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 9B3249F7; Sat, 28 Feb 2015 16:18:03 +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 860CC96A; Sat, 28 Feb 2015 16:18:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1SGI36f048866; Sat, 28 Feb 2015 16:18:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1SGI3ip048865; Sat, 28 Feb 2015 16:18:03 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502281618.t1SGI3ip048865@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 28 Feb 2015 16:18:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380150 - head/multimedia/xbmc-addon-pvr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2015 16:18:03 -0000 Author: jbeich Date: Sat Feb 28 16:18:02 2015 New Revision: 380150 URL: https://svnweb.freebsd.org/changeset/ports/380150 QAT: https://qat.redports.org/buildarchive/r380150/ Log: - Unbreak INDEX build after r380146 - Mark BROKEN until I figure out if the port works with multimedia/kodi PR: 196299 Reported by: Portsnap buildbox Pointy hat: jbeich Modified: head/multimedia/xbmc-addon-pvr/Makefile Modified: head/multimedia/xbmc-addon-pvr/Makefile ============================================================================== --- head/multimedia/xbmc-addon-pvr/Makefile Sat Feb 28 15:38:54 2015 (r380149) +++ head/multimedia/xbmc-addon-pvr/Makefile Sat Feb 28 16:18:02 2015 (r380150) @@ -11,8 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-201 MAINTAINER= decke@FreeBSD.org COMMENT= XBMC PVR addons for various backends -BUILD_DEPENDS+= xbmc:${PORTSDIR}/multimedia/xbmc -RUN_DEPENDS+= xbmc:${PORTSDIR}/multimedia/xbmc +BUILD_DEPENDS+= kodi:${PORTSDIR}/multimedia/kodi +RUN_DEPENDS+= kodi:${PORTSDIR}/multimedia/kodi USE_GITHUB= yes GH_ACCOUNT= opdenkamp @@ -30,6 +30,8 @@ REINPLACE_ARGS= -i '' CFLAGS+= "-I${LOCALBASE}/include" LDFLAGS+= "-L${LOCALBASE}/lib" +BROKEN= fails to chase xbmc rename to kodi + .include post-patch: