svn commit: r413372 - head/sysutils/ipfs-go

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 15 19:26:11 UTC 2016


Author: amdmi3
Date: Fri Apr 15 19:26:09 2016
New Revision: 413372
URL: https://svnweb.freebsd.org/changeset/ports/413372

Log:
  - Mark BROKEN on i386:
  
  ../../Godeps/_workspace/src/github.com/shirou/gopsutil/disk/disk_freebsd.go:27: undefined: MNT_WAIT
  ../../Godeps/_workspace/src/github.com/shirou/gopsutil/disk/disk_freebsd.go:32: undefined: Statfs
  ../../Godeps/_workspace/src/github.com/shirou/gopsutil/disk/disk_freebsd.go:33: undefined: MNT_WAIT
  ../../Godeps/_workspace/src/github.com/shirou/gopsutil/disk/disk_freebsd.go:37: undefined: MNT_RDONLY
  ../../Godeps/_workspace/src/github.com/shirou/gopsutil/disk/disk_freebsd.go:40: undefined: MNT_SYNCHRONOUS
  ../../Godeps/_workspace/src/github.com/shirou/gopsutil/disk/disk_freebsd.go:43: undefined: MNT_NOEXEC
  ../../Godeps/_workspace/src/github.com/shirou/gopsutil/disk/disk_freebsd.go:46: undefined: MNT_NOSUID
  ../../Godeps/_workspace/src/github.com/shirou/gopsutil/disk/disk_freebsd.go:141: undefined: Bintime
  ../../Godeps/_workspace/src/github.com/shirou/gopsutil/disk/disk_freebsd.go:150: undefined: Statfs
  ../../Godeps/_workspace/src/github.com/shirou/gopsutil/disk/disk_freebsd.go:165: undefined: Devstat
  ../../Godeps/_workspace/src/github.com/shirou/gopsutil/disk/disk_freebsd.go:46: too many errors
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/ipfs-go/Makefile

Modified: head/sysutils/ipfs-go/Makefile
==============================================================================
--- head/sysutils/ipfs-go/Makefile	Fri Apr 15 19:16:58 2016	(r413371)
+++ head/sysutils/ipfs-go/Makefile	Fri Apr 15 19:26:09 2016	(r413372)
@@ -10,6 +10,8 @@ COMMENT=	IPFS implementation in Go
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/go:lang/go
 
+BROKEN_i386=	does not build
+
 USES=		gmake
 
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list