Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 2020 22:53:44 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r546120 - branches/2020Q3/graphics/drm-legacy-kmod
Message-ID:  <202008242253.07OMricm016792@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Mon Aug 24 22:53:44 2020
New Revision: 546120
URL: https://svnweb.freebsd.org/changeset/ports/546120

Log:
  MFH: r546119
  
  grapics/drm-legacy-kmod: Deprecate
  
  Deprecate graphics/drm-legacy-kmod.  Update the drivers to include a
  deprecation message when the drivers are loaded.
  
  drm-legacy-kmod is holding back changes in the FreeBSD VM subsystem, and it
  requires substantial changes to be updated to work with the VM changes.
  See the e-mail to x11@FreeBSD.org for more information.
  
  Approved by:	ports-secteam (implicit, drm-drivers blanket)

Modified:
  branches/2020Q3/graphics/drm-legacy-kmod/Makefile
  branches/2020Q3/graphics/drm-legacy-kmod/distinfo
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/graphics/drm-legacy-kmod/Makefile
==============================================================================
--- branches/2020Q3/graphics/drm-legacy-kmod/Makefile	Mon Aug 24 22:52:51 2020	(r546119)
+++ branches/2020Q3/graphics/drm-legacy-kmod/Makefile	Mon Aug 24 22:53:44 2020	(r546120)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	drm-legacy-kmod
-PORTVERSION=	g20200306
+PORTVERSION=	g20200825
 CATEGORIES=	graphics
 
 MAINTAINER=	x11@FreeBSD.org
@@ -11,6 +11,9 @@ COMMENT=	Legacy DRM modules for the linuxkpi-based KMS
 LICENSE=	BSD2CLAUSE MIT GPLv2
 LICENSE_COMB=	multi
 
+DEPRECATED=	Obsolete version, use drm-kmod
+EXPIRATION_DATE=2020-12-31
+
 BROKEN_aarch64=		src/dev/drm2/ttm/ttm_bo_util.c:453:2: error: Port me
 
 RUN_DEPENDS=	gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod
@@ -27,7 +30,7 @@ CONFLICTS_INSTALL=	drm-devel-kmod \
 USE_GITHUB=	yes
 GH_ACCOUNT=	FreeBSDDesktop
 GH_PROJECT=	drm-legacy
-GH_TAGNAME=	9691917
+GH_TAGNAME=	3f527d9
 
 .include <bsd.port.options.mk>
 

Modified: branches/2020Q3/graphics/drm-legacy-kmod/distinfo
==============================================================================
--- branches/2020Q3/graphics/drm-legacy-kmod/distinfo	Mon Aug 24 22:52:51 2020	(r546119)
+++ branches/2020Q3/graphics/drm-legacy-kmod/distinfo	Mon Aug 24 22:53:44 2020	(r546120)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583530884
-SHA256 (FreeBSDDesktop-drm-legacy-g20200306-9691917_GH0.tar.gz) = 4ee373570416d11e653c08444809f632aafd65d52d400143069eb4da00ee1031
-SIZE (FreeBSDDesktop-drm-legacy-g20200306-9691917_GH0.tar.gz) = 1676742
+TIMESTAMP = 1598309175
+SHA256 (FreeBSDDesktop-drm-legacy-g20200825-3f527d9_GH0.tar.gz) = 64f05753df9d5c181761cf83eeb20d4e4aecfe5abb8f096204a922d38ef72ecc
+SIZE (FreeBSDDesktop-drm-legacy-g20200825-3f527d9_GH0.tar.gz) = 1677036



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