aboutsummaryrefslogtreecommitdiff
path: root/databases/py-sqlrelay
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-05-17 02:39:55 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-05-17 02:39:55 +0000
commite4a4217bc1f43a843b95c082c3f64a887315f477 (patch)
tree1b5ddc9b7652777f17ae54ca3f2f5d8d942d297c /databases/py-sqlrelay
parent0e2156d1d370a7055535295df505cd7cecfe6994 (diff)
downloadports-e4a4217bc1f43a843b95c082c3f64a887315f477.tar.gz
ports-e4a4217bc1f43a843b95c082c3f64a887315f477.zip
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)
Notes
Notes: svn path=/head/; revision=535510
Diffstat (limited to 'databases/py-sqlrelay')
-rw-r--r--databases/py-sqlrelay/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-sqlrelay/Makefile b/databases/py-sqlrelay/Makefile
index 51bea9075516..e03606374120 100644
--- a/databases/py-sqlrelay/Makefile
+++ b/databases/py-sqlrelay/Makefile
@@ -12,7 +12,9 @@ DISTFILES= # none
MAINTAINER= ports@FreeBSD.org
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
LIB_DEPENDS= libsqlrclient.so:${SQLRELAY_PORTDIR}
@@ -27,8 +29,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \
--with-python-prefix="${LOCALBASE}"
-BROKEN_aarch64= Fails to configure: machine aarch64-portbld not recognized
-
.include "${.CURDIR}/../sqlrelay/Makefile.common"
do-extract: