Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2020 02:39:55 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535510 - head/databases/py-sqlrelay
Message-ID:  <202005170239.04H2dteK005689@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun May 17 02:39:55 2020
New Revision: 535510
URL: https://svnweb.freebsd.org/changeset/ports/535510

Log:
  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)

Modified:
  head/databases/py-sqlrelay/Makefile

Modified: head/databases/py-sqlrelay/Makefile
==============================================================================
--- head/databases/py-sqlrelay/Makefile	Sun May 17 02:28:43 2020	(r535509)
+++ head/databases/py-sqlrelay/Makefile	Sun May 17 02:39:55 2020	(r535510)
@@ -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}
@@ -26,8 +28,6 @@ INSTALL_WRKSRC=	${BUILD_WRKSRC}
 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"
 



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