Index: head/x11-drivers/xf86-video-ati/Makefile =================================================================== --- head/x11-drivers/xf86-video-ati/Makefile (revision 434672) +++ head/x11-drivers/xf86-video-ati/Makefile (revision 434673) @@ -1,27 +1,28 @@ # $FreeBSD$ PORTNAME= xf86-video-ati PORTVERSION= 7.8.0 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org ati display driver LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \ libdrm_radeon.so:graphics/libdrm USE_GL= gl XORG_CAT= driver USE_XORG= pciaccess # No Radeon kernel driver on non-x86 and PC98. ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86 CONFIGURE_ARGS+=--disable-udev .include Index: head/x11-drivers/xf86-video-ati/files/patch-src__radeon_kms.c =================================================================== --- head/x11-drivers/xf86-video-ati/files/patch-src__radeon_kms.c (revision 434672) +++ head/x11-drivers/xf86-video-ati/files/patch-src__radeon_kms.c (nonexistent) @@ -1,27 +0,0 @@ ---- src/radeon_kms.c.orig 2016-11-17 02:23:37 UTC -+++ src/radeon_kms.c -@@ -30,6 +30,8 @@ - - #include - #include -+#include -+#include - /* Driver data structures */ - #include "radeon.h" - #include "radeon_drm_queue.h" -@@ -1405,6 +1407,15 @@ static int radeon_get_drm_master_fd(Scrn - XNFasprintf(&busid, "pci:%04x:%02x:%02x.%d", - dev->domain, dev->bus, dev->dev, dev->func); - -+ fd = kldload("radeonkms"); -+ if (fd == -1 && errno != EEXIST) { -+ xf86DrvMsg(pScrn->scrnIndex, X_ERROR, -+ "[drm] Failed to load kernel module for %s: %s\n", -+ busid, strerror(errno)); -+ free(busid); -+ return fd; -+ } -+ - fd = drmOpen(NULL, busid); - if (fd == -1) - xf86DrvMsg(pScrn->scrnIndex, X_ERROR, Property changes on: head/x11-drivers/xf86-video-ati/files/patch-src__radeon_kms.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property