From owner-svn-ports-all@freebsd.org Mon Jan 15 17:52:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11986EBE47C; Mon, 15 Jan 2018 17:52:32 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E78131B06; Mon, 15 Jan 2018 17:52:31 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 44343B21D; Mon, 15 Jan 2018 17:52:31 +0000 (UTC) Date: Mon, 15 Jan 2018 17:52:31 +0000 From: Alexey Dokuchaev To: Steve Wills Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r459103 - head/multimedia/libtuner Message-ID: <20180115175231.GA55355@FreeBSD.org> References: <201801151740.w0FHeEBA073057@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201801151740.w0FHeEBA073057@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 15 Jan 2018 17:52:32 -0000 On Mon, Jan 15, 2018 at 05:40:14PM +0000, Steve Wills wrote: > New Revision: 459103 > URL: https://svnweb.freebsd.org/changeset/ports/459103 > > Log: > multimedia/libtuner: update to 1.1.4 > > PR: 225184 > Submitted by: jason.harmening@gmail.com (maintainer) > > Modified: head/multimedia/libtuner/Makefile > ... > @@ -11,8 +11,6 @@ COMMENT= Userspace drivers for various TV/radio tuner > > LICENSE= BSD2CLAUSE MIT > LICENSE_COMB= multi > - > -BROKEN_powerpc64= fails to compile: tuner_iic_device.cpp: EINVAL was not declared in this scope Missing from the commit log: "Fix build on powerpc64 by adding missing include, which could affect other architectures as well". ./danfe