Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2019 06:49:51 +0000 (UTC)
From:      Vasil Dimov <vd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499818 - head/net-p2p/monero-cli
Message-ID:  <201904240649.x3O6np6L031267@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=	\



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