Date: Mon, 17 Jun 2019 11:53:03 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504417 - head/sysutils/zrepl Message-ID: <201906171153.x5HBr3Qc025215@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906171153.x5HBr3Qc025215>