Mark this port BROKEN on powerpc64 the same as on the other archs.

While here, pet portlint by combining BROKEN_arch statements.

The exact error message varies by version, e.g.:

  checking build system type... Invalid configuration 'powerpc64-portbld-freebsd12.1': machine `powerpc64-portbld' not recognized
  checking build system type... Invalid configuration 'powerpc64-portbld-freebsd13.0': machine `powerpc64-portbld' not recognized

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-05-17 02:39:55 +00:00
parent 0e2156d1d3
commit e4a4217bc1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535510

View file

@ -12,7 +12,9 @@ DISTFILES= # none
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Python modules to access to SQL Relay COMMENT= Python modules to access to SQL Relay
BROKEN_amd64= Invalid configuration 'amd64-portbld-freebsd11.2': machine 'amd64-portbld' not recognized BROKEN_aarch64= Fails to configure: machine 'aarch64-portbld' not recognized
BROKEN_amd64= Fails to configure: machine 'amd64-portbld' not recognized
BROKEN_powerpc64= Fails to configure: machine 'powerpc64-portbld' not recognized
EXTRACT_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch EXTRACT_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch
LIB_DEPENDS= libsqlrclient.so:${SQLRELAY_PORTDIR} LIB_DEPENDS= libsqlrclient.so:${SQLRELAY_PORTDIR}
@ -27,8 +29,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \ CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \
--with-python-prefix="${LOCALBASE}" --with-python-prefix="${LOCALBASE}"
BROKEN_aarch64= Fails to configure: machine aarch64-portbld not recognized
.include "${.CURDIR}/../sqlrelay/Makefile.common" .include "${.CURDIR}/../sqlrelay/Makefile.common"
do-extract: do-extract: