From owner-svn-ports-all@freebsd.org Thu Oct 11 14:12:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DE1810BC29C; Thu, 11 Oct 2018 14:12:52 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C6AB371E4F; Thu, 11 Oct 2018 14:12:51 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BBF73118B6; Thu, 11 Oct 2018 14:12:51 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9BECpNu011628; Thu, 11 Oct 2018 14:12:51 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9BECpkI011627; Thu, 11 Oct 2018 14:12:51 GMT (envelope-from decke@FreeBSD.org) Message-Id: <201810111412.w9BECpkI011627@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Thu, 11 Oct 2018 14:12:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481830 - head/multimedia/tvheadend X-SVN-Group: ports-head X-SVN-Commit-Author: decke X-SVN-Commit-Paths: head/multimedia/tvheadend X-SVN-Commit-Revision: 481830 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2018 14:12:52 -0000 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 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