svn commit: r468435 - head/x11-drivers/xf86-video-amdgpu

Jan Beich jbeich at FreeBSD.org
Fri Apr 27 15:14:54 UTC 2018


Author: jbeich
Date: Fri Apr 27 15:14:53 2018
New Revision: 468435
URL: https://svnweb.freebsd.org/changeset/ports/468435

Log:
  x11-drivers/xf86-video-amdgpu: allow on /stable/11 or 11.2
  
  Reported by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/x11-drivers/xf86-video-amdgpu/Makefile   (contents, props changed)

Modified: head/x11-drivers/xf86-video-amdgpu/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-amdgpu/Makefile	Fri Apr 27 15:10:49 2018	(r468434)
+++ head/x11-drivers/xf86-video-amdgpu/Makefile	Fri Apr 27 15:14:53 2018	(r468435)
@@ -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 \


More information about the svn-ports-head mailing list