svn commit: r526912 - head/x11-drivers/xf86-video-tseng

Niclas Zeising zeising at FreeBSD.org
Sun Feb 23 09:54:58 UTC 2020


Author: zeising
Date: Sun Feb 23 09:54:57 2020
New Revision: 526912
URL: https://svnweb.freebsd.org/changeset/ports/526912

Log:
  xf86-video-tseng: Mark broken and set epiry date
  
  Mark xf86-video-tseng as broken, it doesn't build with xserver 1.20.7, and
  there is no upstream patch available to fix it.
  Set it to epire on May 1, that should give any users ample time to fix it,
  and it will give people using quarterly branches a heads up as well.
  Keep the BROKEN_arch lines as a reminder that it was broken on those arches
  even before this.

Modified:
  head/x11-drivers/xf86-video-tseng/Makefile

Modified: head/x11-drivers/xf86-video-tseng/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-tseng/Makefile	Sun Feb 23 09:35:43 2020	(r526911)
+++ head/x11-drivers/xf86-video-tseng/Makefile	Sun Feb 23 09:54:57 2020	(r526912)
@@ -8,10 +8,13 @@ CATEGORIES=	x11-drivers
 MAINTAINER=	x11 at 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>


More information about the svn-ports-all mailing list