svn commit: r494720 - head/sysutils/restic
Antoine Brodin
antoine at FreeBSD.org
Tue Mar 5 17:09:45 UTC 2019
Author: antoine
Date: Tue Mar 5 17:09:44 2019
New Revision: 494720
URL: https://svnweb.freebsd.org/changeset/ports/494720
Log:
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
Modified:
head/sysutils/restic/Makefile
Modified: head/sysutils/restic/Makefile
==============================================================================
--- head/sysutils/restic/Makefile Tue Mar 5 17:08:02 2019 (r494719)
+++ head/sysutils/restic/Makefile Tue Mar 5 17:09:44 2019 (r494720)
@@ -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
More information about the svn-ports-all
mailing list