svn commit: r562318 - in head/graphics: . drm-fbsd13-kmod

Rene Ladan rene at freebsd.org
Fri Jan 22 18:46:55 UTC 2021


On Fri, Jan 22, 2021 at 04:10:27PM +0000, Emmanuel Vadot wrote:
> Author: manu
> Date: Fri Jan 22 16:10:27 2021
> New Revision: 562318
> URL: https://svnweb.freebsd.org/changeset/ports/562318
> 
> Log:
>   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
> 
[ ... ]
> 
> Modified: head/graphics/drm-fbsd13-kmod/Makefile
> ==============================================================================
> --- head/graphics/drm-current-kmod/Makefile	Fri Jan 22 15:42:34 2021	(r562317)
> +++ head/graphics/drm-fbsd13-kmod/Makefile	Fri Jan 22 16:10:27 2021	(r562318)
> @@ -34,12 +34,12 @@ USES=		kmod uidfix compiler:c++11-lang
>  USE_GITHUB=	yes
>  GH_ACCOUNT=	freebsd
>  GH_PROJECT=	drm-kmod
> -GH_TAGNAME=	drm_v5.4.62_9
> +GH_TAGNAME=	drm_v5.4.62_10
>  
>  .include <bsd.port.options.mk>
>  
> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300128
> -IGNORE=		not supported on older CURRENT, no kernel support
> +.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1300136 || ${OSVERSION} >= 1400000)
> +IGNORE=		only supported on FreeBSD 12.
                                                  ^^
						  This should be 13 ?

René


More information about the svn-ports-all mailing list