From owner-svn-ports-head@freebsd.org Tue May 2 02:52:48 2017 Return-Path: Delivered-To: svn-ports-head@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 19AA2D576D9; Tue, 2 May 2017 02:52:48 +0000 (UTC) (envelope-from jmd@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 mx1.freebsd.org (Postfix) with ESMTPS id C4F432EA; Tue, 2 May 2017 02:52:47 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v422qkO4008383; Tue, 2 May 2017 02:52:46 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v422qkFD008381; Tue, 2 May 2017 02:52:46 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201705020252.v422qkFD008381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Tue, 2 May 2017 02:52:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439923 - in head: . graphics/gpu-firmware-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 02:52:48 -0000 Author: jmd Date: Tue May 2 02:52:46 2017 New Revision: 439923 URL: https://svnweb.freebsd.org/changeset/ports/439923 Log: graphics/gpu-firmware-kmod: update to reflect that distribution in binary form w/o license is not allowed (note in LEGAL), mark as only available for 12.x. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10337 Modified: head/LEGAL head/graphics/gpu-firmware-kmod/Makefile Modified: head/LEGAL ============================================================================== --- head/LEGAL Tue May 2 02:51:15 2017 (r439922) +++ head/LEGAL Tue May 2 02:52:46 2017 (r439923) @@ -100,6 +100,7 @@ giftool* graphics/giftool Do not redist gishdemo-* games/gish-demo (c) Copyright 2004 Chronic Logic All rights reserved gnome2/mcitymicrogui-default* x11-themes/metacity-theme-microgui Themes may contain artwork not done by the author. Keep FreeBSD safe if the theme author violated copyrights GoogleEarthLinux-* astro/google-earth Not really sure about the redistribution terms +gpu-firmware-kmod-* graphics/gpu-firmware-kmod Distribution in binary form without license file not allowed. groupoffice-com-* www/groupoffice Free for personal use only gsview* print/gsview Can only be distributed for free HeroesOfMightAndMagic-* games/HeroesOfMightAndMagic Software is commercial Modified: head/graphics/gpu-firmware-kmod/Makefile ============================================================================== --- head/graphics/gpu-firmware-kmod/Makefile Tue May 2 02:51:15 2017 (r439922) +++ head/graphics/gpu-firmware-kmod/Makefile Tue May 2 02:52:46 2017 (r439923) @@ -3,6 +3,7 @@ PORTNAME= gpu-firmware-kmod PORTVERSION= g20170403 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org @@ -11,6 +12,8 @@ COMMENT= Firmware modules for the linuxk ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 +NO_PACKAGE= yes + USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-firmware @@ -18,4 +21,10 @@ GH_TAGNAME= b4b4257 USES= kmod -.include +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200019 +IGNORE= not supported on 11.x or older, no kernel support +.endif + +.include