Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2015 16:18:03 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380150 - head/multimedia/xbmc-addon-pvr
Message-ID:  <201502281618.t1SGI3ip048865@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
 
 post-patch:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502281618.t1SGI3ip048865>