Date: Tue, 22 Dec 2020 03:03:47 +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: r558883 - head/lang/see Message-ID: <202012220303.0BM33l3K071132@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Dec 22 03:03:47 2020 New Revision: 558883 URL: https://svnweb.freebsd.org/changeset/ports/558883 Log: Mark as BROKEN on riscv64 same as on aarch64. Approved by: portmgr (tier-2 blanket) Modified: head/lang/see/Makefile Modified: head/lang/see/Makefile ============================================================================== --- head/lang/see/Makefile Tue Dec 22 03:00:57 2020 (r558882) +++ head/lang/see/Makefile Tue Dec 22 03:03:47 2020 (r558883) @@ -21,6 +21,7 @@ LICENSE_FILE_DTOA.C= ${WRKSRC}/COPYING LICENSE_PERMS_DTOA.C= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN_aarch64= fails to build: error: "Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined." +BROKEN_riscv64= fails to build: error: "Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined." OPTIONS_DEFINE= GC DEBUG DOCS OPTIONS_DEFAULT= GC
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012220303.0BM33l3K071132>