svn commit: r484354 - in head/graphics: drm-devel-kmod drm-next-kmod drm-stable-kmod

Niclas Zeising zeising at FreeBSD.org
Tue Nov 6 21:18:34 UTC 2018


Author: zeising
Date: Tue Nov  6 21:18:31 2018
New Revision: 484354
URL: https://svnweb.freebsd.org/changeset/ports/484354

Log:
  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)

Modified:
  head/graphics/drm-devel-kmod/Makefile
  head/graphics/drm-devel-kmod/pkg-message
  head/graphics/drm-next-kmod/Makefile
  head/graphics/drm-next-kmod/pkg-message
  head/graphics/drm-stable-kmod/Makefile
  head/graphics/drm-stable-kmod/pkg-message

Modified: head/graphics/drm-devel-kmod/Makefile
==============================================================================
--- head/graphics/drm-devel-kmod/Makefile	Tue Nov  6 21:13:54 2018	(r484353)
+++ head/graphics/drm-devel-kmod/Makefile	Tue Nov  6 21:18:31 2018	(r484354)
@@ -3,6 +3,7 @@
 
 PORTNAME=	drm-devel-kmod
 PORTVERSION=	4.16.g20181027
+PORTREVISION=	1
 CATEGORIES=	graphics kld
 
 MAINTAINER=	jmd at FreeBSD.org

Modified: head/graphics/drm-devel-kmod/pkg-message
==============================================================================
--- head/graphics/drm-devel-kmod/pkg-message	Tue Nov  6 21:13:54 2018	(r484353)
+++ head/graphics/drm-devel-kmod/pkg-message	Tue Nov  6 21:18:31 2018	(r484354)
@@ -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: head/graphics/drm-next-kmod/Makefile
==============================================================================
--- head/graphics/drm-next-kmod/Makefile	Tue Nov  6 21:13:54 2018	(r484353)
+++ head/graphics/drm-next-kmod/Makefile	Tue Nov  6 21:18:31 2018	(r484354)
@@ -3,6 +3,7 @@
 
 PORTNAME=	drm-next-kmod
 PORTVERSION=	4.11.g20181027
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	jmd at FreeBSD.org

Modified: head/graphics/drm-next-kmod/pkg-message
==============================================================================
--- head/graphics/drm-next-kmod/pkg-message	Tue Nov  6 21:13:54 2018	(r484353)
+++ head/graphics/drm-next-kmod/pkg-message	Tue Nov  6 21:18:31 2018	(r484354)
@@ -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: head/graphics/drm-stable-kmod/Makefile
==============================================================================
--- head/graphics/drm-stable-kmod/Makefile	Tue Nov  6 21:13:54 2018	(r484353)
+++ head/graphics/drm-stable-kmod/Makefile	Tue Nov  6 21:18:31 2018	(r484354)
@@ -3,6 +3,7 @@
 
 PORTNAME=	drm-stable-kmod
 PORTVERSION=	g20180822
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	jmd at FreeBSD.org

Modified: head/graphics/drm-stable-kmod/pkg-message
==============================================================================
--- head/graphics/drm-stable-kmod/pkg-message	Tue Nov  6 21:13:54 2018	(r484353)
+++ head/graphics/drm-stable-kmod/pkg-message	Tue Nov  6 21:18:31 2018	(r484354)
@@ -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-all mailing list