svn commit: r485044 - in branches/2018Q4/graphics: drm-devel-kmod drm-next-kmod drm-stable-kmod

Niclas Zeising zeising at FreeBSD.org
Thu Nov 15 20:49:28 UTC 2018


Author: zeising
Date: Thu Nov 15 20:49:25 2018
New Revision: 485044
URL: https://svnweb.freebsd.org/changeset/ports/485044

Log:
  MFH: r484354 r484855 r484941
  
  Graphics/drm-*-kmod: Update pkg-message
  
  Update pkg-message in drm-stable-kmod, drm-next-kmod and drm-devel-kmod and
  point people to drm-legacy-kmod for the legacy drm drivers.
  
  Approved by:	jmd (maintainer, implicit)
  
  graphics/drm-devel-kmod: enable experimental i386 support.
  
  Alongside update to a later snapshot which brings vmwgfx.
  
  Obtained from:	FreeBSDDesktop
  
  graphics/drm-devel-kmod: Fix runtime
  
  Fix runtime after stolen memory handling was comitted.  Use FreeBSD 1200086
  as delimiter, since FreeBSD versions wasn't bumped for the stolen memory
  commit.
  
  With these updates, drm-kmods are current with what's in ports head.
  
  Approved by:	portmgr (drm-drivers blanket)

Modified:
  branches/2018Q4/graphics/drm-devel-kmod/Makefile
  branches/2018Q4/graphics/drm-devel-kmod/distinfo
  branches/2018Q4/graphics/drm-devel-kmod/pkg-message
  branches/2018Q4/graphics/drm-devel-kmod/pkg-plist
  branches/2018Q4/graphics/drm-next-kmod/Makefile
  branches/2018Q4/graphics/drm-next-kmod/pkg-message
  branches/2018Q4/graphics/drm-stable-kmod/Makefile
  branches/2018Q4/graphics/drm-stable-kmod/pkg-message
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/graphics/drm-devel-kmod/Makefile
==============================================================================
--- branches/2018Q4/graphics/drm-devel-kmod/Makefile	Thu Nov 15 20:48:50 2018	(r485043)
+++ branches/2018Q4/graphics/drm-devel-kmod/Makefile	Thu Nov 15 20:49:25 2018	(r485044)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	drm-devel-kmod
-PORTVERSION=	4.16.g20181027
+PORTVERSION=	4.16.g20181114
 CATEGORIES=	graphics kld
 
 MAINTAINER=	jmd at FreeBSD.org
@@ -11,8 +11,8 @@ COMMENT=	DRM modules for the linuxkpi-based KMS compon
 LICENSE=	BSD2CLAUSE MIT GPLv2
 LICENSE_COMB=	multi
 
-ONLY_FOR_ARCHS=	amd64
-ONLY_FOR_ARCHS_REASON=	the new KMS components are only supported on amd64
+ONLY_FOR_ARCHS=	amd64 i386
+ONLY_FOR_ARCHS_REASON=	the new KMS components are only supported on amd64 and i386
 
 RUN_DEPENDS=	gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod
 
@@ -25,7 +25,7 @@ USES=		kmod uidfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	FreeBSDDesktop
 GH_PROJECT=	kms-drm
-GH_TAGNAME=	96b490e
+GH_TAGNAME=	be98d92
 
 .include <bsd.port.options.mk>
 
@@ -34,6 +34,12 @@ IGNORE=		not supported on older CURRENT, no kernel sup
 .endif
 .if ${OPSYS} != FreeBSD
 IGNORE=		not supported on anything but FreeBSD (missing linuxkpi functionality)
+.endif
+
+.if ${ARCH} == "amd64"
+PLIST_SUB=	AMD64=""
+.else
+PLIST_SUB=	AMD64="@comment "
 .endif
 
 .include <bsd.port.mk>

Modified: branches/2018Q4/graphics/drm-devel-kmod/distinfo
==============================================================================
--- branches/2018Q4/graphics/drm-devel-kmod/distinfo	Thu Nov 15 20:48:50 2018	(r485043)
+++ branches/2018Q4/graphics/drm-devel-kmod/distinfo	Thu Nov 15 20:49:25 2018	(r485044)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540634185
-SHA256 (FreeBSDDesktop-kms-drm-4.16.g20181027-96b490e_GH0.tar.gz) = 9e3ee7fd02b275d851a7ddde7f498dee2a733f972f4b72757730fff0b14573db
-SIZE (FreeBSDDesktop-kms-drm-4.16.g20181027-96b490e_GH0.tar.gz) = 12828910
+TIMESTAMP = 1542224521
+SHA256 (FreeBSDDesktop-kms-drm-4.16.g20181114-be98d92_GH0.tar.gz) = 5ed866ec0ec4d322ec1a9deadf2b59910ecf4ebb423b5434aaef6fde7ce6a111
+SIZE (FreeBSDDesktop-kms-drm-4.16.g20181114-be98d92_GH0.tar.gz) = 13079522

Modified: branches/2018Q4/graphics/drm-devel-kmod/pkg-message
==============================================================================
--- branches/2018Q4/graphics/drm-devel-kmod/pkg-message	Thu Nov 15 20:48:50 2018	(r485043)
+++ branches/2018Q4/graphics/drm-devel-kmod/pkg-message	Thu Nov 15 20:49:25 2018	(r485044)
@@ -11,5 +11,5 @@ For radeonkms: kld_list="/boot/modules/radeonkms.ko"
 Please ensure that all users requiring graphics are members of the
 "video" group.
 
-Older generations are supported by the stable kms modules (radeonkms / 
-i915kms) in base.
+Older generations are supported by the legacy kms modules (radeonkms / 
+i915kms) in base or by installing graphics/drm-legacy-kmod.

Modified: branches/2018Q4/graphics/drm-devel-kmod/pkg-plist
==============================================================================
--- branches/2018Q4/graphics/drm-devel-kmod/pkg-plist	Thu Nov 15 20:48:50 2018	(r485043)
+++ branches/2018Q4/graphics/drm-devel-kmod/pkg-plist	Thu Nov 15 20:49:25 2018	(r485044)
@@ -1,7 +1,8 @@
-/%%KMODDIR%%/amdgpu.ko
-/%%KMODDIR%%/amdkfd.ko
+%%AMD64%%/%%KMODDIR%%/amdgpu.ko
+%%AMD64%%/%%KMODDIR%%/amdkfd.ko
 /%%KMODDIR%%/debugfs.ko
 /%%KMODDIR%%/drm.ko
 /%%KMODDIR%%/i915kms.ko
 /%%KMODDIR%%/linuxkpi_gplv2.ko
 /%%KMODDIR%%/radeonkms.ko
+/%%KMODDIR%%/vmwgfx.ko

Modified: branches/2018Q4/graphics/drm-next-kmod/Makefile
==============================================================================
--- branches/2018Q4/graphics/drm-next-kmod/Makefile	Thu Nov 15 20:48:50 2018	(r485043)
+++ branches/2018Q4/graphics/drm-next-kmod/Makefile	Thu Nov 15 20:49:25 2018	(r485044)
@@ -3,6 +3,7 @@
 
 PORTNAME=	drm-next-kmod
 PORTVERSION=	4.11.g20181027
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	jmd at FreeBSD.org

Modified: branches/2018Q4/graphics/drm-next-kmod/pkg-message
==============================================================================
--- branches/2018Q4/graphics/drm-next-kmod/pkg-message	Thu Nov 15 20:48:50 2018	(r485043)
+++ branches/2018Q4/graphics/drm-next-kmod/pkg-message	Thu Nov 15 20:49:25 2018	(r485044)
@@ -11,5 +11,5 @@ For radeonkms: kld_list="/boot/modules/radeonkms.ko"
 Please ensure that all users requiring graphics are members of the
 "video" group.
 
-Older generations are supported by the stable kms modules (radeonkms / 
-i915kms) in base.
+Older generations are supported by the legacy kms modules (radeonkms / 
+i915kms) in base or by installing graphics/drm-legacy-kmod.

Modified: branches/2018Q4/graphics/drm-stable-kmod/Makefile
==============================================================================
--- branches/2018Q4/graphics/drm-stable-kmod/Makefile	Thu Nov 15 20:48:50 2018	(r485043)
+++ branches/2018Q4/graphics/drm-stable-kmod/Makefile	Thu Nov 15 20:49:25 2018	(r485044)
@@ -3,6 +3,7 @@
 
 PORTNAME=	drm-stable-kmod
 PORTVERSION=	g20180822
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	jmd at FreeBSD.org

Modified: branches/2018Q4/graphics/drm-stable-kmod/pkg-message
==============================================================================
--- branches/2018Q4/graphics/drm-stable-kmod/pkg-message	Thu Nov 15 20:48:50 2018	(r485043)
+++ branches/2018Q4/graphics/drm-stable-kmod/pkg-message	Thu Nov 15 20:49:25 2018	(r485044)
@@ -11,5 +11,5 @@ For radeonkms: kld_list="/boot/modules/radeonkms.ko"
 Please ensure that all users requiring graphics are members of the
 "video" group.
 
-Older generations are supported by the stable kms modules (radeonkms / 
-i915kms) in base.
+Older generations are supported by the legacy kms modules (radeonkms / 
+i915kms) in base or by installing graphics/drm-legacy-kmod.


More information about the svn-ports-branches mailing list