svn commit: r562485 - head/graphics/drm-fbsd13-kmod

Emmanuel Vadot manu at FreeBSD.org
Sun Jan 24 15:57:19 UTC 2021


Author: manu
Date: Sun Jan 24 15:57:18 2021
New Revision: 562485
URL: https://svnweb.freebsd.org/changeset/ports/562485

Log:
  graphics/drm-fbsd13-kmod: Update comment
  
  This is only supported on FreeBSD 13.
  
  Reported by:	rene

Modified:
  head/graphics/drm-fbsd13-kmod/Makefile

Modified: head/graphics/drm-fbsd13-kmod/Makefile
==============================================================================
--- head/graphics/drm-fbsd13-kmod/Makefile	Sun Jan 24 15:55:59 2021	(r562484)
+++ head/graphics/drm-fbsd13-kmod/Makefile	Sun Jan 24 15:57:18 2021	(r562485)
@@ -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