aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ipfs-go
Commit message (Collapse)AuthorAgeFilesLines
* - Mark BROKEN on i386:Dmitry Marakasov2016-04-151-0/+2
| | | | | | | | | | | | | | | | | | | ../../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 Notes: svn path=/head/; revision=413372
* sysutils/ipfs-go: update to 0.3.10William Grzybowski2016-04-082-6/+9
| | | | | | | | | - Unbreak build MFH: 2016Q2 Notes: svn path=/head/; revision=412774
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Mark BROKEN: fails to buildAntoine Brodin2016-03-131-0/+2
| | | | | | | | | | | package github.com/ipfs/go-ipfs/cmd/ipfs imports github.com/ipfs/go-ipfs/vendor/QmTBXYb6y2ZcJmoXVKk3pf9rzSEjbCg7tQaJW7RSuH14nv/go-log: must be imported as QmTBXYb6y2ZcJmoXVKk3pf9rzSEjbCg7tQaJW7RSuH14nv/go-log Makefile:29: recipe for target 'build' failed Reported by: pkg-fallout Notes: svn path=/head/; revision=411025
* - Update to 0.3.9Kris Moore2015-12-013-11/+7
| | | | | | | | | | - Fix rc.d script starting at boot - Update default datastore location to match commands default Approved by: Maintainer Notes: svn path=/head/; revision=402790
* sysutils/ipfs-go: fix build for i386William Grzybowski2015-11-052-4/+18
| | | | | | | | PR: 203991 Submitted by: amdmi3 Notes: svn path=/head/; revision=400853
* sysutils/ipfs-go: Does not build on i386 due to a dependencyWilliam Grzybowski2015-10-151-0/+3
| | | | Notes: svn path=/head/; revision=399338
* sysutils/ipfs-go: IPFS implementation in GoWilliam Grzybowski2015-09-244-0/+91
IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. IPFS provides an interface as simple as the HTTP web, but with permanence built in. WWW: https://github.com/ipfs/go-ipfs Notes: svn path=/head/; revision=397699