From owner-svn-ports-all@freebsd.org Sat Apr 8 15:19:44 2017 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 093EDD34BFF for ; Sat, 8 Apr 2017 15:19:44 +0000 (UTC) (envelope-from jmd@freebsd.org) Received: from www.poelloepaeae.de (www.poelloepaeae.de [95.170.95.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C61E7182 for ; Sat, 8 Apr 2017 15:19:43 +0000 (UTC) (envelope-from jmd@freebsd.org) Received: from www.poelloepaeae.de (www.poelloepaeae.de [192.168.1.105]) by www.poelloepaeae.de (Postfix) with ESMTP id ACB2C50703; Sat, 8 Apr 2017 17:01:01 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 08 Apr 2017 11:01:01 -0400 From: Johannes M Dieterich To: Fabian Keil Cc: svn-ports-all@freebsd.org Subject: Re: svn commit: r437978 - in head/graphics: . gpu-firmware-kmod Organization: FreeBSD - ports In-Reply-To: <20170408130130.0652a7bd@fabiankeil.de> References: <201704080037.v380blYD047333@repo.freebsd.org> <20170408130130.0652a7bd@fabiankeil.de> Message-ID: <413f6155ca7d5529f661e5b39bd8dc17@freebsd.org> X-Sender: jmd@freebsd.org User-Agent: Roundcube Webmail/1.2.3 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 08 Apr 2017 15:19:44 -0000 On 2017-04-08 07:04, Fabian Keil wrote: > Johannes M Dieterich wrote: > >> Author: jmd >> Date: Sat Apr 8 00:37:47 2017 >> New Revision: 437978 >> URL: https://svnweb.freebsd.org/changeset/ports/437978 >> >> Log: >> New port: graphics/gpu-firmware-kmod containing firmware kernel >> modules for i915, radeon, and amdgpu as obtained from and up to date >> with linux-firmware and to be used by the linuxkpi-based new KMS DRM. >> >> Currently restricted to amd64 as the linuxkpi-based KMS components >> are similarly restricted. >> >> Reviewed by: swills (mentor), rene (mentor), kwm, x11 >> Approved by: swills (mentor), rene (mentor), x11 >> Differential Revision: https://reviews.freebsd.org/D9931 > > Quoting https://reviews.freebsd.org/D9931#213095: > | LICENSE: as discussed here, the firmware licenses are different > | derivative "3-clause BSD"-ish licenses, both include explicit > | language to disallow disassembling/reverse engineering. After > | talking to @swills, he decided that we should get this port in > | first and sort out the licensing (including changes to Mk and > | remaining legal questions) later. > > A bold decision. > > While the licenses may have 3 clauses they aren't close to > being BSD-ish and clearly non-free. > > At the moment distributing the package created with the port > seems to violate the licenses (by not including them) so the > port should probably get marked with RESTRICTED or NO_PACKAGE > until the license issues are taken care of. I will mark it restricted until it is properly sorted out. Should we then be concerned that older versions of the radeon firmwares under the very same license terms have been shipping in base since r254885 in 2013 w/o any license file?