Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 2019 16:48:43 +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: r505763 - head/graphics/libdrm
Message-ID:  <201907031648.x63GmhVd075919@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Wed Jul  3 16:48:42 2019
New Revision: 505763
URL: https://svnweb.freebsd.org/changeset/ports/505763

Log:
  graphics/libdrm: Enable more drivers on aarch64
  
  Enable noveau and radeon libdrm drivers on aarch64.  There is work in
  progress to get at least the radeon and amdgpu drm kmods working on aarch64,
  and this will aid that effort.
  
  PR:		238948
  Submitted by:	Greg V

Modified:
  head/graphics/libdrm/Makefile

Modified: head/graphics/libdrm/Makefile
==============================================================================
--- head/graphics/libdrm/Makefile	Wed Jul  3 16:01:03 2019	(r505762)
+++ head/graphics/libdrm/Makefile	Wed Jul  3 16:48:42 2019	(r505763)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libdrm
 PORTVERSION=	2.4.98
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	graphics x11
 MASTER_SITES=	http://dri.freedesktop.org/libdrm/
@@ -48,7 +49,12 @@ PLIST_SUB+=	ARM_DRIVERS="@comment "
 PLIST_SUB+=	INTEL_DRIVER="@comment "
 PLIST_SUB+=	NOUVEAU_DRIVER=""
 PLIST_SUB+=	RADEON_DRIVERS=""
-.elif ${ARCH} == aarch64 || ${ARCH} == armv6 || ${ARCH} == armv7
+.elif ${ARCH} == aarch64
+PLIST_SUB+=	ARM_DRIVERS=""
+PLIST_SUB+=	INTEL_DRIVER="@comment "
+PLIST_SUB+=	NOUVEAU_DRIVER=""
+PLIST_SUB+=	RADEON_DRIVERS=""
+.elif ${ARCH} == armv6 || ${ARCH} == armv7
 PLIST_SUB+=	ARM_DRIVERS=""
 PLIST_SUB+=	INTEL_DRIVER="@comment "
 PLIST_SUB+=	NOUVEAU_DRIVER="@comment "



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