svn commit: r498443 - head/databases/py-sqlrelay

Antoine Brodin antoine at FreeBSD.org
Tue Apr 9 05:33:50 UTC 2019


Author: antoine
Date: Tue Apr  9 05:33:49 2019
New Revision: 498443
URL: https://svnweb.freebsd.org/changeset/ports/498443

Log:
  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
  MFH:		2019Q2

Modified:
  head/databases/py-sqlrelay/Makefile

Modified: head/databases/py-sqlrelay/Makefile
==============================================================================
--- head/databases/py-sqlrelay/Makefile	Tue Apr  9 04:49:40 2019	(r498442)
+++ head/databases/py-sqlrelay/Makefile	Tue Apr  9 05:33:49 2019	(r498443)
@@ -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