[linimon at FreeBSD.org: svn commit: r426153 - in head/x11-drivers: xf86-video-siliconmotion xf86-video-tseng]

Mark Linimon linimon at lonesome.com
Tue Nov 15 09:35:03 UTC 2016


Committed with "reason obvious".  FYI.

mcl

----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----

Date: Tue, 15 Nov 2016 09:32:55 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r426153 - in head/x11-drivers: xf86-video-siliconmotion xf86-video-tseng

Author: linimon
Date: Tue Nov 15 09:32:55 2016
New Revision: 426153
URL: https://svnweb.freebsd.org/changeset/ports/426153

Log:
  These do not build on aarch64.  Surely they can only have ever been
  installed on x86 machines.
  
  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	Tue Nov 15 09:14:11 2016	(r426152)
+++ head/x11-drivers/xf86-video-siliconmotion/Makefile	Tue Nov 15 09:32:55 2016	(r426153)
@@ -9,4 +9,6 @@ COMMENT=	X.Org siliconmotion display dri
 
 XORG_CAT=	driver
 
+ONLY_FOR_ARCHS=		amd64 i386
+
 .include <bsd.port.mk>

Modified: head/x11-drivers/xf86-video-tseng/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-tseng/Makefile	Tue Nov 15 09:14:11 2016	(r426152)
+++ head/x11-drivers/xf86-video-tseng/Makefile	Tue Nov 15 09:32:55 2016	(r426153)
@@ -10,4 +10,6 @@ COMMENT=	X.Org tseng display driver
 
 XORG_CAT=	driver
 
+ONLY_FOR_ARCHS=		amd64 i386
+
 .include <bsd.port.mk>


----- End forwarded message -----


More information about the freebsd-x11 mailing list