Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 2017 18:46:08 +0100
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Mark Linimon <linimon@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r456900 - in head: devel/pire net-p2p/bitcoin-daemon net-p2p/bitcoin-utils security/p5-Net-SinFP
Message-ID:  <zi6a-u04f-wny@FreeBSD.org>
In-Reply-To: <d136-vf67-wny@FreeBSD.org> (Jan Beich's message of "Fri, 22 Dec 2017 18:35:44 %2B0100")
References:  <201712210931.vBL9VQTG047259@repo.freebsd.org> <d136-vf67-wny@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Jan Beich <jbeich@FreeBSD.org> writes:

> Mark Linimon <linimon@FreeBSD.org> writes:
>
>> Author: linimon
>> Date: Thu Dec 21 09:31:25 2017
>> New Revision: 456900
>> URL: https://svnweb.freebsd.org/changeset/ports/456900
>>
>> Log:
>>   Use a more modern way of distinguishing "big-endian platforms".
>>   
>>   This will attempt builds on arm platforms on the cluster.
>>   
>>   Approved by:	portmgr (tier-2 blanket)
>>
>> Modified:
>>   head/devel/pire/Makefile
>>   head/net-p2p/bitcoin-daemon/Makefile
>>   head/net-p2p/bitcoin-utils/Makefile
>>   head/security/p5-Net-SinFP/Makefile
>>
>> Modified: head/devel/pire/Makefile
>> ==============================================================================
>> --- head/devel/pire/Makefile	Thu Dec 21 09:14:45 2017	(r456899)
>> +++ head/devel/pire/Makefile	Thu Dec 21 09:31:25 2017	(r456900)
>> @@ -13,6 +13,9 @@ COMMENT=	Perl Incompatible Regular Expressions library
>>  LICENSE=	LGPL3+
>>  LICENSE_FILE=	${WRKSRC}/COPYING
>>  
>> +NOT_FOR_ARCHS=		powerpc powerpc64 sparc64
>> +NOT_FOR_ARCHS_REASON=	does not support big-endian architectures
>> +
>>  USE_GITHUB=	yes
>>  GH_ACCOUNT=	dprokoptsev
>>  
>> @@ -21,8 +24,5 @@ INSTALL_TARGET=	install-strip
>>  USES=		autoreconf bison libtool
>>  USE_LDCONFIG=	yes
>>  TEST_TARGET=	check
>> -
>> -ONLY_FOR_ARCHS=		amd64 i386
>> -ONLY_FOR_ARCHS_REASON=	not yet ported to big-endian platforms
> [...]
>
> According to arch(7) filtered by https://pkg-status.freebsd.org/ you've
> missed at least mips and mips64. Is this intentional?

devel/pire built fine[1] on 11.1 mips64. ONLY_FOR_ARCHS was originally
added by you in r265679. Can you recheck on powerpc* and sparc64?

[1] http://sprunge.us/hjDE



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