aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-02-24 17:48:48 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-02-24 17:48:48 +0000
commit1f7a5c34059c319a97318e15bdda3e5a84687a05 (patch)
tree1f359fad0fb6833e9e40c148226d874dad8d9c1e /x11-drivers
parent3b7572805ee427054edb067f8f8257635dbfa7b5 (diff)
downloadports-1f7a5c34059c319a97318e15bdda3e5a84687a05.tar.gz
ports-1f7a5c34059c319a97318e15bdda3e5a84687a05.zip
x11-drivers/xf86-video-ati-legacy: Mark broken
xf86-video-ati-legacy does not currently build with xorg-server 1.20.7. A patch to fix the build is available here, https://reviews.freebsd.org/D23817 , but it needs more testing. Mark this port as broken while the issues are being sorted out, to avoid confusion and messages from the build cluster.
Notes
Notes: svn path=/head/; revision=527007
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-ati-legacy/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-ati-legacy/Makefile b/x11-drivers/xf86-video-ati-legacy/Makefile
index b62cdc96d212..1b657dfbe576 100644
--- a/x11-drivers/xf86-video-ati-legacy/Makefile
+++ b/x11-drivers/xf86-video-ati-legacy/Makefile
@@ -13,6 +13,8 @@ COMMENT= X.Org ati display driver
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= does not build with xorg-server 1.20.7
+
# No Radeon kernel driver on non-x86 and PC98.
ONLY_FOR_ARCHS= amd64 i386 powerpc64
ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86