Date: Fri, 22 Jan 2021 18:46:55 +0000 From: Rene Ladan <rene@freebsd.org> To: Emmanuel Vadot <manu@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r562318 - in head/graphics: . drm-fbsd13-kmod Message-ID: <20210122184655.GA41031@freefall.freebsd.org> In-Reply-To: <202101221610.10MGARjb057383@repo.freebsd.org> References: <202101221610.10MGARjb057383@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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é
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210122184655.GA41031>