diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-02-23 09:54:57 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-02-23 09:54:57 +0000 |
commit | da2eebe279b95759539c9f27e81285ba66e7c720 (patch) | |
tree | f48be91f260f267a27b780f4b6f017f7c25aedcf /x11-drivers | |
parent | 644f0da72fc775308a20d714b6884977c069dc46 (diff) | |
download | ports-da2eebe279b95759539c9f27e81285ba66e7c720.tar.gz ports-da2eebe279b95759539c9f27e81285ba66e7c720.zip |
Notes
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-tseng/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-tseng/Makefile b/x11-drivers/xf86-video-tseng/Makefile index 9eabc46eeb4e..222e97f540d9 100644 --- a/x11-drivers/xf86-video-tseng/Makefile +++ b/x11-drivers/xf86-video-tseng/Makefile @@ -8,10 +8,13 @@ CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org tseng display driver -USES= xorg-cat:driver - +BROKEN= does not build with xorg-server 1.20.7 +DEPRECATED= broken +EXPIRATION_DATE= 2020-05-01 BROKEN_aarch64= error: implicit declaration of function outb is invalid in C99 BROKEN_armv6= error: implicit declaration of function outb is invalid in C99 BROKEN_armv7= error: implicit declaration of function outb is invalid in C99 +USES= xorg-cat:driver + .include <bsd.port.mk> |