Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Dec 2020 15:46:08 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556907 - head/net/tightvnc
Message-ID:  <202012031546.0B3Fk8wp059081@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Dec  3 15:46:08 2020
New Revision: 556907
URL: https://svnweb.freebsd.org/changeset/ports/556907

Log:
  Mark as BROKEN on riscv64.
  
  While here, pet portlint (Makevar order).
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net/tightvnc/Makefile

Modified: head/net/tightvnc/Makefile
==============================================================================
--- head/net/tightvnc/Makefile	Thu Dec  3 15:42:50 2020	(r556906)
+++ head/net/tightvnc/Makefile	Thu Dec  3 15:46:08 2020	(r556907)
@@ -15,13 +15,14 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENCE.TXT
 
 BROKEN_aarch64=	Fails to build: invokes x86 asm
+BROKEN_riscv64=	Fails to build: invokes x86 asm
 
-USES=		cpe imake jpeg shebangfix perl5 tar:bzip2 xorg
-USE_XORG=	ice sm x11 xaw xext xmu xt xpm
-
 RUN_DEPENDS=	showrgb:x11/rgb \
 		xauth:x11/xauth \
 		xorg-fonts>=7.2:x11-fonts/xorg-fonts
+
+USES=		cpe imake jpeg shebangfix perl5 tar:bzip2 xorg
+USE_XORG=	ice sm x11 xaw xext xmu xt xpm
 
 CFLAGS+=	-fcommon # for build with clang-11, see https://sourceforge.net/p/vnc-tight/bugs/1523/
 



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