svn commit: r481830 - head/multimedia/tvheadend

Bernhard Froehlich decke at FreeBSD.org
Thu Oct 11 14:12:52 UTC 2018


Author: decke
Date: Thu Oct 11 14:12:51 2018
New Revision: 481830
URL: https://svnweb.freebsd.org/changeset/ports/481830

Log:
  multimedia/tvheadend: Fix build with mips/mips64/powerpc64
  
  PR:		232037
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/multimedia/tvheadend/Makefile

Modified: head/multimedia/tvheadend/Makefile
==============================================================================
--- head/multimedia/tvheadend/Makefile	Thu Oct 11 13:50:58 2018	(r481829)
+++ head/multimedia/tvheadend/Makefile	Thu Oct 11 14:12:51 2018	(r481830)
@@ -4,7 +4,7 @@
 PORTNAME=	tvheadend
 PORTVERSION=	4.2.6
 DISTVERSIONPREFIX=	v
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	multimedia
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -23,11 +23,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		liburiparser.so:net/uriparser
 RUN_DEPENDS=	dtv-scan-tables>=0:multimedia/dtv-scan-tables
 
-BROKEN_mips=		fails to configure: No C compiler found
-BROKEN_mips64=		fails to configure: No C compiler found
-BROKEN_powerpc64=	fails to configure: No C compiler found
-
-USES=		gettext gmake pkgconfig python shebangfix ssl
+USES=		compiler:c++11-lang gettext gmake pkgconfig python shebangfix ssl
 USE_GITHUB=	yes
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list