svn commit: r560436 - head/misc/free42

Mark Linimon linimon at FreeBSD.org
Tue Jan 5 22:08:56 UTC 2021


Author: linimon
Date: Tue Jan  5 22:08:55 2021
New Revision: 560436
URL: https://svnweb.freebsd.org/changeset/ports/560436

Log:
  Mark as BROKEN on riscv64 the same as on other !x86 archs.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/misc/free42/Makefile

Modified: head/misc/free42/Makefile
==============================================================================
--- head/misc/free42/Makefile	Tue Jan  5 22:08:52 2021	(r560435)
+++ head/misc/free42/Makefile	Tue Jan  5 22:08:55 2021	(r560436)
@@ -16,6 +16,7 @@ BROKEN_aarch64=		fails to link: c++: error: no such fi
 BROKEN_armv6=		fails to link: c++: error: no such file or directory: 'gcc111libbid.a'
 BROKEN_mips64=		fails to link: c++: error: no such file or directory: 'gcc111libbid.a'
 BROKEN_powerpc64=	fails to link: c++: error: no such file or directory: 'gcc111libbid.a'
+BROKEN_riscv64=		fails to link: c++: error: no such file or directory: 'gcc111libbid.a'
 
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2


More information about the svn-ports-all mailing list