Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2019 17:09:45 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494720 - head/sysutils/restic
Message-ID:  <201903051709.x25H9jCC097724@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903051709.x25H9jCC097724>