Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2020 01:04:06 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r536543 - branches/2020Q2/databases/py-sqlrelay
Message-ID:  <202005260104.04Q146T9010835@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue May 26 01:04:05 2020
New Revision: 536543
URL: https://svnweb.freebsd.org/changeset/ports/536543

Log:
  MFH: r535510
  
  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:
  branches/2020Q2/databases/py-sqlrelay/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/databases/py-sqlrelay/Makefile
==============================================================================
--- branches/2020Q2/databases/py-sqlrelay/Makefile	Tue May 26 01:02:38 2020	(r536542)
+++ branches/2020Q2/databases/py-sqlrelay/Makefile	Tue May 26 01:04:05 2020	(r536543)
@@ -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?202005260104.04Q146T9010835>