Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2020 09:54:57 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526912 - head/x11-drivers/xf86-video-tseng
Message-ID:  <202002230954.01N9svjB014945@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002230954.01N9svjB014945>