svn commit: r498444 - branches/2019Q2/databases/py-sqlrelay

Antoine Brodin antoine at FreeBSD.org
Tue Apr 9 05:34:23 UTC 2019


Author: antoine
Date: Tue Apr  9 05:34:22 2019
New Revision: 498444
URL: https://svnweb.freebsd.org/changeset/ports/498444

Log:
  MFH: r498443
  
  Mark BROKEN on amd64: fails to configure
  
  checking build system type... Invalid configuration `amd64-portbld-freebsd11.2': machine `amd64-portbld' not recognized
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/databases/py-sqlrelay/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/databases/py-sqlrelay/Makefile
==============================================================================
--- branches/2019Q2/databases/py-sqlrelay/Makefile	Tue Apr  9 05:33:49 2019	(r498443)
+++ branches/2019Q2/databases/py-sqlrelay/Makefile	Tue Apr  9 05:34:22 2019	(r498444)
@@ -12,6 +12,8 @@ DISTFILES=	# none
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Python modules to access to SQL Relay
 
+BROKEN_amd64=	Invalid configuration 'amd64-portbld-freebsd11.2': machine 'amd64-portbld' not recognized
+
 EXTRACT_DEPENDS=	${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch
 LIB_DEPENDS=	libsqlrclient.so:${SQLRELAY_PORTDIR}
 


More information about the svn-ports-all mailing list