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)
This commit is contained in:
Mark Linimon 2017-12-21 09:31:25 +00:00
parent b1b7d0d33d
commit ad371d6d2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456900
4 changed files with 11 additions and 11 deletions

View File

@ -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
@ -22,7 +25,4 @@ 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
.include <bsd.port.mk>

View File

@ -8,8 +8,8 @@ COMMENT= Virtual Peer-to-Peer Currency (Daemon)
SLAVE_PORT= yes
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= does not support big-endian architectures
NOT_FOR_ARCHS= powerpc powerpc64 sparc64
NOT_FOR_ARCHS_REASON= does not support big-endian architectures
OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP WALLET ZMQ
OPTIONS_DEFAULT= HARDENING UPNP WALLET

View File

@ -6,12 +6,12 @@ PKGNAMESUFFIX= -utils
COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities)
SLAVE_PORT= yes
NOT_FOR_ARCHS= powerpc powerpc64 sparc64
NOT_FOR_ARCHS_REASON= does not support big-endian architectures
OPTIONS_DEFINE= DEBUG HARDENING TESTS
OPTIONS_DEFAULT= HARDENING TESTS
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= does not support big-endian architectures
CONFIGURE_ARGS= --without-daemon \
--without-gui \
--without-libs \

View File

@ -27,6 +27,9 @@ COMMENT= Full operating system stack fingerprinting suite
LICENSE= ART10
LICENSE_FILE= ${WRKSRC}/LICENSE
NOT_FOR_ARCHS= powerpc powerpc64 sparc64
NOT_FOR_ARCHS_REASON= does not support big-endian architectures
.if ${PORTNAME} == "Net-SinFP"
PKGNAMEPREFIX= p5-
@ -44,7 +47,4 @@ post-patch:
@${REINPLACE_CMD} -e 's/.*EXE_FILES.*//' ${WRKSRC}/${CONFIGURE_SCRIPT}
.endif
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= Big endian architectures not supported yet
.include <bsd.port.mk>