Date: Tue, 28 Feb 2017 08:50:46 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Mathieu Arnold <mat@FreeBSD.org> Cc: Mark Linimon <linimon@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r434867 - in head: biology/avida biology/gmap devel/k8048 devel/kyra devel/php-uprofiler multimedia/libde265 net-mgmt/fastnetmon Message-ID: <20170228085046.GA89691@FreeBSD.org> In-Reply-To: <8a75178e-f8b8-e52c-b118-c6781ed5393e@FreeBSD.org> References: <201702261256.v1QCufsh008639@repo.freebsd.org> <8a75178e-f8b8-e52c-b118-c6781ed5393e@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 28, 2017 at 09:36:00AM +0100, Mathieu Arnold wrote: > Le 26/02/2017 ?? 13:56, Mark Linimon a ??crit : > > Author: linimon > > Date: Sun Feb 26 12:56:41 2017 > > New Revision: 434867 > > URL: https://svnweb.freebsd.org/changeset/ports/434867 > > > > Log: > > Mark various ports as broken on armv6: invokes x86 asm. > > Shouldn't they be marked as ONLY_FOR_ARCH=i386 amd64 instead of listing > all arches that are not those two ? Actually original message is misleading: the fact that port does invoke x86 assembler often means "locking primitives are not implemented for $arch" or that the port uses non-portable time keeping instead of doing it in a CPU-agnostic way (and thus might be quite easy to patch). In all these cases Mark should've probably found what the real issue is and provided better BROKEN messages. :-) ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170228085046.GA89691>