Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Mar 2018 02:21:33 +0000 (UTC)
From:      Johannes M Dieterich <jmd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464646 - in head/graphics: . drm-next-kmod drm-stable-kmod
Message-ID:  <201803160221.w2G2LXu1076215@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmd
Date: Fri Mar 16 02:21:33 2018
New Revision: 464646
URL: https://svnweb.freebsd.org/changeset/ports/464646

Log:
  new port: graphics/drm-stable-kmod
  
  This is a repo copy of the last 4.9 status of graphics/drm-next-kmod. While drm-next-kmod serves as the experimental DRM/KMS port, this new port will always trail it and be in a more stable state. This is not a guarantee that drm-stable-kmod will receive all versions from drm-next-kmod, more likely there will be jumps.
  
  Mark the two ports as mutually conflicting.
  
  Reviewed by:	swills (mentor)
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D14584

Added:
  head/graphics/drm-stable-kmod/
     - copied from r462414, head/graphics/drm-next-kmod/
Modified:
  head/graphics/Makefile
  head/graphics/drm-next-kmod/Makefile
  head/graphics/drm-next-kmod/pkg-descr
  head/graphics/drm-stable-kmod/Makefile
  head/graphics/drm-stable-kmod/pkg-descr

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Thu Mar 15 23:42:15 2018	(r464645)
+++ head/graphics/Makefile	Fri Mar 16 02:21:33 2018	(r464646)
@@ -151,6 +151,7 @@
     SUBDIR += drawpile
     SUBDIR += driconf
     SUBDIR += drm-next-kmod
+    SUBDIR += drm-stable-kmod
     SUBDIR += dspdfviewer
     SUBDIR += duhdraw
     SUBDIR += dynamechs

Modified: head/graphics/drm-next-kmod/Makefile
==============================================================================
--- head/graphics/drm-next-kmod/Makefile	Thu Mar 15 23:42:15 2018	(r464645)
+++ head/graphics/drm-next-kmod/Makefile	Fri Mar 16 02:21:33 2018	(r464646)
@@ -16,6 +16,8 @@ ONLY_FOR_ARCHS_REASON=	the new KMS components are only
 
 RUN_DEPENDS=	gpu-firmware-kmod>=g20170403:graphics/gpu-firmware-kmod
 
+CONFLICTS_INSTALL=	drm-stable-kmod
+
 OPTIONS_DEFINE=	DEBUG
 
 USES=		kmod uidfix

Modified: head/graphics/drm-next-kmod/pkg-descr
==============================================================================
--- head/graphics/drm-next-kmod/pkg-descr	Thu Mar 15 23:42:15 2018	(r464645)
+++ head/graphics/drm-next-kmod/pkg-descr	Fri Mar 16 02:21:33 2018	(r464646)
@@ -1,5 +1,5 @@
 amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components.
-Currently corresponding to Linux 4.9 DRM. Experimental state. amdgpu and
+Currently corresponding to Linux 4.11 DRM. Experimental state. amdgpu and
 radeonkms are known to fail with EFI boot.
 
 WWW: https://github.com/FreeBSDDesktop/kms-drm

Modified: head/graphics/drm-stable-kmod/Makefile
==============================================================================
--- head/graphics/drm-next-kmod/Makefile	Tue Feb 20 17:35:25 2018	(r462414)
+++ head/graphics/drm-stable-kmod/Makefile	Fri Mar 16 02:21:33 2018	(r464646)
@@ -1,7 +1,7 @@
 # Created by: Johannes Dieterich <jmd@FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	drm-next-kmod
+PORTNAME=	drm-stable-kmod
 PORTVERSION=	g20180117
 PORTREVISION=	3
 CATEGORIES=	graphics
@@ -16,6 +16,8 @@ ONLY_FOR_ARCHS=	amd64
 ONLY_FOR_ARCHS_REASON=	the new KMS components are only supported on amd64
 
 RUN_DEPENDS=	gpu-firmware-kmod>=g20170403:graphics/gpu-firmware-kmod
+
+CONFLICTS_INSTALL=	drm-next-kmod
 
 OPTIONS_DEFINE=	DEBUG
 

Modified: head/graphics/drm-stable-kmod/pkg-descr
==============================================================================
--- head/graphics/drm-next-kmod/pkg-descr	Tue Feb 20 17:35:25 2018	(r462414)
+++ head/graphics/drm-stable-kmod/pkg-descr	Fri Mar 16 02:21:33 2018	(r464646)
@@ -1,5 +1,5 @@
 amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components.
-Currently corresponding to Linux 4.9 DRM. Experimental state. amdgpu and
+Currently corresponding to Linux 4.9 DRM. More stable state. amdgpu and
 radeonkms are known to fail with EFI boot.
 
 WWW: https://github.com/FreeBSDDesktop/kms-drm



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