From owner-svn-ports-all@freebsd.org Sat Feb 15 20:51:53 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9009724861B; Sat, 15 Feb 2020 20:51:53 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Kj953CwSz43hN; Sat, 15 Feb 2020 20:51:53 +0000 (UTC) (envelope-from zeising@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6994F1AC05; Sat, 15 Feb 2020 20:51:53 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01FKprJP045616; Sat, 15 Feb 2020 20:51:53 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01FKprJT045615; Sat, 15 Feb 2020 20:51:53 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202002152051.01FKprJT045615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sat, 15 Feb 2020 20:51:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526242 - head/graphics/drm-devel-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/graphics/drm-devel-kmod X-SVN-Commit-Revision: 526242 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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, 15 Feb 2020 20:51:53 -0000 Author: zeising Date: Sat Feb 15 20:51:52 2020 New Revision: 526242 URL: https://svnweb.freebsd.org/changeset/ports/526242 Log: graphics/drm-devel-kmod: Enable on arm64 Enable drm-devel-kmod build on arm64. Submitted by: andrew Differential Revision: https://reviews.freebsd.org/D23437 Modified: head/graphics/drm-devel-kmod/Makefile Modified: head/graphics/drm-devel-kmod/Makefile ============================================================================== --- head/graphics/drm-devel-kmod/Makefile Sat Feb 15 20:49:31 2020 (r526241) +++ head/graphics/drm-devel-kmod/Makefile Sat Feb 15 20:51:52 2020 (r526242) @@ -11,8 +11,8 @@ COMMENT= DRM modules for the linuxkpi-based KMS compon LICENSE= BSD2CLAUSE MIT GPLv2 LICENSE_COMB= multi -ONLY_FOR_ARCHS= amd64 i386 powerpc64 -ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64, i386 and powerpc64 +ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 +ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64, arm64, i386 and powerpc64 RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod @@ -59,7 +59,7 @@ PLIST_SUB+= VBOXVIDEO="" . else PLIST_SUB+= VBOXVIDEO="@comment " . endif -.elif ${ARCH} == "powerpc64" +.elif ${ARCH} == "aarch64" || ${ARCH} == "powerpc64" PLIST_SUB+= AMDGPU="" PLIST_SUB+= AMDKFD="@comment " PLIST_SUB+= I915="@comment "