diff options
author | zeising <zeising@FreeBSD.org> | 2020-02-25 03:27:02 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2020-02-25 03:27:02 +0800 |
commit | 58b4182f12db0b71830f705468a385189e3932b0 (patch) | |
tree | 92cf1c43d90a28cdc8cb0079ea05c0baedca721b | |
parent | 8f1015f5619858cac18995b31fb7fafbced995d9 (diff) | |
download | freebsd-ports-gnome-58b4182f12db0b71830f705468a385189e3932b0.tar.gz freebsd-ports-gnome-58b4182f12db0b71830f705468a385189e3932b0.tar.zst freebsd-ports-gnome-58b4182f12db0b71830f705468a385189e3932b0.zip |
x11-drivers/xf86-video-qxl: Mark broken
Mark xf86-video-qxl as broken with xorg-server 1.20.7. A fix is being
worked on, but mark this as broken while it's being developed, to avoid
chatter from the build cluster.
-rw-r--r-- | x11-drivers/xf86-video-qxl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-qxl/Makefile b/x11-drivers/xf86-video-qxl/Makefile index 87aa20919cd7..0a94990ce30a 100644 --- a/x11-drivers/xf86-video-qxl/Makefile +++ b/x11-drivers/xf86-video-qxl/Makefile @@ -10,6 +10,8 @@ COMMENT= X.Org X server -- QXL display driver LICENSE= MIT +BROKEN= does not build with xorg-server 1.20.7 + BUILD_DEPENDS= spice-protocol>=0.12.10:devel/spice-protocol \ ${LOCALBASE}/include/linux/input.h:devel/evdev-proto LIB_DEPENDS= libspice-server.so:devel/libspice-server |