svn commit: r499818 - head/net-p2p/monero-cli

Vasil Dimov vd at FreeBSD.org
Wed Apr 24 06:49:52 UTC 2019


Author: vd
Date: Wed Apr 24 06:49:50 2019
New Revision: 499818
URL: https://svnweb.freebsd.org/changeset/ports/499818

Log:
  net-p2p/monero-cli: mark as broken on i386, uses 64 bit registers

Modified:
  head/net-p2p/monero-cli/Makefile

Modified: head/net-p2p/monero-cli/Makefile
==============================================================================
--- head/net-p2p/monero-cli/Makefile	Wed Apr 24 06:46:07 2019	(r499817)
+++ head/net-p2p/monero-cli/Makefile	Wed Apr 24 06:49:50 2019	(r499818)
@@ -19,6 +19,7 @@ LICENSE=	BSD3CLAUSE
 BROKEN_aarch64=		fails to compile: the clang compiler does not support -march=native
 BROKEN_armv6=		fails to compile: the clang compiler does not support -march=native
 BROKEN_armv7=		fails to compile: the clang compiler does not support -march=native
+BROKEN_i386=		fails to compile: register %r15d is only available in 64-bit mode
 BROKEN_powerpc64=	fails to compile: the clang compiler does not support -march=native
 
 LIB_DEPENDS=	\


More information about the svn-ports-all mailing list