svn commit: r566404 - head/databases/litestream

Neel Chauhan nc at FreeBSD.org
Tue Feb 23 15:43:10 UTC 2021


Author: nc
Date: Tue Feb 23 15:43:09 2021
New Revision: 566404
URL: https://svnweb.freebsd.org/changeset/ports/566404

Log:
  databases/litestream: Mark broken on i386

Modified:
  head/databases/litestream/Makefile

Modified: head/databases/litestream/Makefile
==============================================================================
--- head/databases/litestream/Makefile	Tue Feb 23 14:17:10 2021	(r566403)
+++ head/databases/litestream/Makefile	Tue Feb 23 15:43:09 2021	(r566404)
@@ -11,6 +11,8 @@ COMMENT=	Standalone streaming replication tool for SQL
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	Build error: constant 9223372036854775807 overflows int
+
 USES=		go:modules
 
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list