From owner-svn-ports-head@freebsd.org Mon Aug 24 22:52:52 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 859B03B039E; Mon, 24 Aug 2020 22:52:52 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bb6pX31ngz4Npt; Mon, 24 Aug 2020 22:52:52 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4B2B020089; Mon, 24 Aug 2020 22:52:52 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07OMqqlA016488; Mon, 24 Aug 2020 22:52:52 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07OMqpLD016487; Mon, 24 Aug 2020 22:52:51 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202008242252.07OMqpLD016487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Mon, 24 Aug 2020 22:52:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546119 - head/graphics/drm-legacy-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/graphics/drm-legacy-kmod X-SVN-Commit-Revision: 546119 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2020 22:52:52 -0000 Author: zeising Date: Mon Aug 24 22:52:51 2020 New Revision: 546119 URL: https://svnweb.freebsd.org/changeset/ports/546119 Log: 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. MFH: 2020Q3 (implicit, drm-drivers blanket) Modified: head/graphics/drm-legacy-kmod/Makefile head/graphics/drm-legacy-kmod/distinfo Modified: head/graphics/drm-legacy-kmod/Makefile ============================================================================== --- head/graphics/drm-legacy-kmod/Makefile Mon Aug 24 22:47:46 2020 (r546118) +++ head/graphics/drm-legacy-kmod/Makefile Mon Aug 24 22:52:51 2020 (r546119) @@ -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 Modified: head/graphics/drm-legacy-kmod/distinfo ============================================================================== --- head/graphics/drm-legacy-kmod/distinfo Mon Aug 24 22:47:46 2020 (r546118) +++ head/graphics/drm-legacy-kmod/distinfo Mon Aug 24 22:52:51 2020 (r546119) @@ -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