svn commit: r556907 - head/net/tightvnc
Mark Linimon
linimon at FreeBSD.org
Thu Dec 3 15:46:09 UTC 2020
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/
More information about the svn-ports-all
mailing list