Date: Wed, 22 Aug 2018 16:29:26 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477799 - head/graphics/gpu-firmware-kmod Message-ID: <201808221629.w7MGTQBP065525@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808221629.w7MGTQBP065525>