svn commit: r441876 - head/x11/xgrab

Mark Linimon linimon at FreeBSD.org
Sat May 27 21:24:01 UTC 2017


Author: linimon
Date: Sat May 27 21:24:00 2017
New Revision: 441876
URL: https://svnweb.freebsd.org/changeset/ports/441876

Log:
  Mark broken on armv6.

Modified:
  head/x11/xgrab/Makefile

Modified: head/x11/xgrab/Makefile
==============================================================================
--- head/x11/xgrab/Makefile	Sat May 27 21:16:51 2017	(r441875)
+++ head/x11/xgrab/Makefile	Sat May 27 21:24:00 2017	(r441876)
@@ -13,6 +13,8 @@ COMMENT=	X11 image grabber
 
 BUILD_DEPENDS=	xrdb:x11/xrdb
 
+BROKEN_armv6=		fails to install: xrdb: Socket is not connected: Can't open display ':0'
+
 USES=		display:build imake:notall tar:Z
 USE_XORG=	x11 xaw
 


More information about the svn-ports-all mailing list