Date: Thu, 11 Oct 2018 14:12:51 +0000 (UTC) From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481830 - head/multimedia/tvheadend Message-ID: <201810111412.w9BECpkI011627@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810111412.w9BECpkI011627>