Date: Fri, 27 Apr 2018 17:16:24 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468475 - branches/2018Q2/x11-drivers/xf86-video-amdgpu Message-ID: <201804271716.w3RHGOkW021012@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Apr 27 17:16:24 2018 New Revision: 468475 URL: https://svnweb.freebsd.org/changeset/ports/468475 Log: MFH: r468435 x11-drivers/xf86-video-amdgpu: allow on /stable/11 or 11.2 Reported by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: ports-secteam blanket Modified: branches/2018Q2/x11-drivers/xf86-video-amdgpu/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/x11-drivers/xf86-video-amdgpu/Makefile ============================================================================== --- branches/2018Q2/x11-drivers/xf86-video-amdgpu/Makefile Fri Apr 27 17:14:33 2018 (r468474) +++ branches/2018Q2/x11-drivers/xf86-video-amdgpu/Makefile Fri Apr 27 17:16:24 2018 (r468475) @@ -25,8 +25,8 @@ CONFIGURE_ARGS+=--disable-udev .include <bsd.port.options.mk> -.if (${OSVERSION} < 1200019) -IGNORE= not supported on 11.x or older, no kernel support +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101510 +IGNORE= not supported on 11.1 or older, no kernel support .endif PLIST_FILES= lib/xorg/modules/drivers/amdgpu_drv.so \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804271716.w3RHGOkW021012>