aboutsummaryrefslogtreecommitdiff
path: root/sysutils/restic
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-03-05 17:09:44 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-03-05 17:09:44 +0000
commit68e847e4feb1f685aabdab44ab88fae218bdd3c1 (patch)
treecb3f5efeca54fc90b8d40bde9e38c5eafa183a7c /sysutils/restic
parent0bad2111f4753c6ed901a96e0c93380b2270349c (diff)
downloadports-68e847e4feb1f685aabdab44ab88fae218bdd3c1.tar.gz
ports-68e847e4feb1f685aabdab44ab88fae218bdd3c1.zip
Mark BROKEN: fails to build
internal/restic/node.go:339:46: cannot use int(node.Device) (type int) as type uint64 in argument to mknod internal/restic/node.go:343:46: cannot use int(node.Device) (type int) as type uint64 in argument to mknod Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=494720
Diffstat (limited to 'sysutils/restic')
-rw-r--r--sysutils/restic/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile
index c07b67a7cac2..ba7efe2017e1 100644
--- a/sysutils/restic/Makefile
+++ b/sysutils/restic/Makefile
@@ -11,6 +11,8 @@ COMMENT= Fast, secure, efficient backup program
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= fails to build
+
USES= go
USE_GITHUB= yes