svn commit: r485246 - head/multimedia/mythtv

Antoine Brodin antoine at FreeBSD.org
Sun Nov 18 19:26:04 UTC 2018


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 \


More information about the svn-ports-all mailing list