svn commit: r425698 - head/net/tightvnc

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 08:06:26 UTC 2016


Author: linimon
Date: Tue Nov  8 08:06:25 2016
New Revision: 425698
URL: https://svnweb.freebsd.org/changeset/ports/425698

Log:
  Mark as broken on arm64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net/tightvnc/Makefile

Modified: head/net/tightvnc/Makefile
==============================================================================
--- head/net/tightvnc/Makefile	Tue Nov  8 07:52:10 2016	(r425697)
+++ head/net/tightvnc/Makefile	Tue Nov  8 08:06:25 2016	(r425698)
@@ -18,6 +18,8 @@ RUN_DEPENDS=	showrgb:x11/rgb \
 		xauth:x11/xauth \
 		xorg-fonts>=7.2:x11-fonts/xorg-fonts
 
+BROKEN_arm64=	Fails to build: invokes x86 asm
+
 MAKE_JOBS_UNSAFE=	yes
 CONFLICTS=	tridiavnc-[0-9]* vnc-[0-9]* tigervnc-*
 WRKSRC=		${WRKDIR}/vnc_unixsrc


More information about the svn-ports-all mailing list