Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2018 19:26:03 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485246 - head/multimedia/mythtv
Message-ID:  <201811181926.wAIJQ3iF075804@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov 18 19:26:03 2018
New Revision: 485246
URL: https://svnweb.freebsd.org/changeset/ports/485246

Log:
  Mark BROKEN: fails to build
  
  mythrender_vdpau.cpp:205:24: error: field has incomplete type 'vdpau_render_state'
      vdpau_render_state m_render;
                         ^
  
  Reported by:	pkg-fallout

Modified:
  head/multimedia/mythtv/Makefile

Modified: head/multimedia/mythtv/Makefile
==============================================================================
--- head/multimedia/mythtv/Makefile	Sun Nov 18 19:24:21 2018	(r485245)
+++ head/multimedia/mythtv/Makefile	Sun Nov 18 19:26:03 2018	(r485246)
@@ -14,6 +14,7 @@ COMMENT?=	MythTV is a homebrew PVR project
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build
 ONLY_FOR_ARCHS=	amd64 i386
 
 LIB_DEPENDS=	libmp3lame.so:audio/lame \



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