Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2017 02:52:46 +0000 (UTC)
From:      Johannes M Dieterich <jmd@FreeBSD.org>
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
Message-ID:  <201705020252.v422qkFD008381@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200019
+IGNORE=		not supported on 11.x or older, no kernel support
+.endif
+
+.include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705020252.v422qkFD008381>