svn commit: r477799 - head/graphics/gpu-firmware-kmod

Niclas Zeising zeising at FreeBSD.org
Wed Aug 22 16:29:26 UTC 2018


Author: zeising
Date: Wed Aug 22 16:29:25 2018
New Revision: 477799
URL: https://svnweb.freebsd.org/changeset/ports/477799

Log:
  Remove ONLY_FOR_ARCH
  
  Remove ONLY_FOR_ARCH and make this build on all platforms.  This is needed
  because drm-legacy-kmod uses these firmware files, and that is available on
  multiple platforms.
  
  Approved by:	jmd (maintainer)

Modified:
  head/graphics/gpu-firmware-kmod/Makefile

Modified: head/graphics/gpu-firmware-kmod/Makefile
==============================================================================
--- head/graphics/gpu-firmware-kmod/Makefile	Wed Aug 22 16:28:44 2018	(r477798)
+++ head/graphics/gpu-firmware-kmod/Makefile	Wed Aug 22 16:29:25 2018	(r477799)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gpu-firmware-kmod
 PORTVERSION=	g20180722
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
 MAINTAINER=	jmd at FreeBSD.org
@@ -17,9 +17,6 @@ LICENSE_FILE_AMD=	${WRKSRC}/LICENSE.radeon
 LICENSE_FILE_INTEL=	${WRKSRC}/LICENSE.i915
 LICENSE_PERMS_AMD=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
 LICENSE_PERMS_INTEL=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
-
-ONLY_FOR_ARCHS=	amd64
-ONLY_FOR_ARCHS_REASON=	the new KMS components are only supported on amd64
 
 USES=		kmod uidfix
 


More information about the svn-ports-head mailing list