svn commit: r468475 - branches/2018Q2/x11-drivers/xf86-video-amdgpu
Jan Beich
jbeich at FreeBSD.org
Fri Apr 27 17:16:25 UTC 2018
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 at 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 \
More information about the svn-ports-branches
mailing list