svn commit: r504417 - head/sysutils/zrepl

Ben Woods woodsb02 at FreeBSD.org
Mon Jun 17 11:53:04 UTC 2019


Author: woodsb02
Date: Mon Jun 17 11:53:03 2019
New Revision: 504417
URL: https://svnweb.freebsd.org/changeset/ports/504417

Log:
  sysutils/zrepl: Mark as broken on i386
  
  Issue being tracked upstream:
    https://github.com/zrepl/zrepl/issues/184

Modified:
  head/sysutils/zrepl/Makefile

Modified: head/sysutils/zrepl/Makefile
==============================================================================
--- head/sysutils/zrepl/Makefile	Mon Jun 17 11:52:50 2019	(r504416)
+++ head/sysutils/zrepl/Makefile	Mon Jun 17 11:53:03 2019	(r504417)
@@ -12,6 +12,8 @@ COMMENT=	ZFS dataset replication tool
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	https://github.com/zrepl/zrepl/issues/184
+
 USES=		gmake go
 USE_RC_SUBR=	zrepl
 GO_PKGNAME=	github.com/${GH_ACCOUNT}/${GH_PROJECT}


More information about the svn-ports-all mailing list