svn commit: r428258 - in head/x11-drivers: xf86-video-siliconmotion xf86-video-tseng

Mark Linimon linimon at FreeBSD.org
Fri Dec 9 22:52:47 UTC 2016


Author: linimon
Date: Fri Dec  9 22:52:46 2016
New Revision: 428258
URL: https://svnweb.freebsd.org/changeset/ports/428258

Log:
  Change these back from ONLY_FOR to merely marking them broken on arm.
  
  Reported by:	matthew at reztek.cz
  Approved by:	portmgr (tier-2 blanket)

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

Modified: head/x11-drivers/xf86-video-siliconmotion/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-siliconmotion/Makefile	Fri Dec  9 22:44:38 2016	(r428257)
+++ head/x11-drivers/xf86-video-siliconmotion/Makefile	Fri Dec  9 22:52:46 2016	(r428258)
@@ -9,6 +9,7 @@ COMMENT=	X.Org siliconmotion display dri
 
 XORG_CAT=	driver
 
-ONLY_FOR_ARCHS=		amd64 i386
+BROKEN_aarch64=		error: implicit declaration of function outb is invalid in C99
+BROKEN_armv6=		error: implicit declaration of function outb is invalid in C99
 
 .include <bsd.port.mk>

Modified: head/x11-drivers/xf86-video-tseng/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-tseng/Makefile	Fri Dec  9 22:44:38 2016	(r428257)
+++ head/x11-drivers/xf86-video-tseng/Makefile	Fri Dec  9 22:52:46 2016	(r428258)
@@ -10,6 +10,7 @@ COMMENT=	X.Org tseng display driver
 
 XORG_CAT=	driver
 
-ONLY_FOR_ARCHS=		amd64 i386
+BROKEN_aarch64=		error: implicit declaration of function outb is invalid in C99
+BROKEN_armv6=		error: implicit declaration of function outb is invalid in C99
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list