svn commit: r562487 - in branches/2021Q1/graphics: . drm-fbsd13-kmod

Emmanuel Vadot manu at FreeBSD.org
Sun Jan 24 16:11:40 UTC 2021


Author: manu
Date: Sun Jan 24 16:11:39 2021
New Revision: 562487
URL: https://svnweb.freebsd.org/changeset/ports/562487

Log:
  MFH: r562318 r562380 r562485
  
  graphics/drm-fbsd13-kmod: Add new port
  
  This is the drm port for FreeBSD 13.
  Now that stable/13 is branched we can create it.
  
  main (14-CURRENT) users still need to use either drm-current-kmod or
  drm-devel-kmod
  
  Fix PKGBASE collision
  
  graphics/drm-fbsd13-kmod: Update comment
  
  This is only supported on FreeBSD 13.
  
  Reported by:	rene

Added:
  branches/2021Q1/graphics/drm-fbsd13-kmod/
     - copied from r562318, head/graphics/drm-fbsd13-kmod/
Modified:
  branches/2021Q1/graphics/Makefile
  branches/2021Q1/graphics/drm-fbsd13-kmod/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/graphics/Makefile
==============================================================================
--- branches/2021Q1/graphics/Makefile	Sun Jan 24 16:09:06 2021	(r562486)
+++ branches/2021Q1/graphics/Makefile	Sun Jan 24 16:11:39 2021	(r562487)
@@ -140,6 +140,7 @@
     SUBDIR += drm-devel-kmod
     SUBDIR += drm-fbsd11.2-kmod
     SUBDIR += drm-fbsd12.0-kmod
+    SUBDIR += drm-fbsd13-kmod
     SUBDIR += drm-kmod
     SUBDIR += drm_info
     SUBDIR += dspdfviewer

Modified: branches/2021Q1/graphics/drm-fbsd13-kmod/Makefile
==============================================================================
--- head/graphics/drm-fbsd13-kmod/Makefile	Fri Jan 22 16:10:27 2021	(r562318)
+++ branches/2021Q1/graphics/drm-fbsd13-kmod/Makefile	Sun Jan 24 16:11:39 2021	(r562487)
@@ -1,7 +1,7 @@
 # Created by: Johannes Dieterich <jmd at FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	drm-current-kmod
+PORTNAME=	drm-fbsd13-kmod
 PORTVERSION=	5.4.62.g20210122
 CATEGORIES=	graphics kld
 
@@ -39,7 +39,7 @@ GH_TAGNAME=	drm_v5.4.62_10
 .include <bsd.port.options.mk>
 
 .if ${OPSYS} == FreeBSD && (${OSVERSION} < 1300136 || ${OSVERSION} >= 1400000)
-IGNORE=		only supported on FreeBSD 12.
+IGNORE=		only supported on FreeBSD 13.
 .endif
 .if ${OPSYS} != FreeBSD
 IGNORE=		not supported on anything but FreeBSD (missing linuxkpi functionality)


More information about the svn-ports-all mailing list