aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ipfs-go
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/ipfs-go: Add patch file and pkg-messageJohn Hixson2021-04-103-0/+21
| | | | | PR: 253590 Reported by: <swills@FreeBSD.org>
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/ipfs-go: update to version 0.8.0John Hixson2021-03-232-4/+4
| | | | | | | Submitted by: swills@FreeBSD.org Notes: svn path=/head/; revision=569061
* sysutils/ipfs-go: garbage collect patchesMikael Urankar2020-12-233-277/+0
| | | | | | | | | The golang.org/x/net* modules were updated and contains the FreeBSD/aarch64 bits Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=558998
* sysutils/ipfs-go: update to version 0.7.0John Hixson2020-09-242-14/+4
| | | | Notes: svn path=/head/; revision=549945
* sysutils/ipfs-go: don't run as rootJohn Hixson2020-05-131-3/+1
| | | | | | | | PR: 218179 Submitted by: gspu <gspurki@gmail.com> Notes: svn path=/head/; revision=535121
* sysutils/ipfs-go: fix build on aarch64John Hixson2020-04-094-1/+279
| | | | | | | | PR: 245355 Submitted by: Mikael Urankar <mikael@FreeBSD.org> Notes: svn path=/head/; revision=531266
* sysutils/ipfs-go: update to 0.4.23John Hixson2020-04-091-2/+1
| | | | Notes: svn path=/head/; revision=531222
* Bump PORTREVISION after r517743 to force relinking.Dmitri Goutnik2019-11-161-0/+1
| | | | | | | | Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854 Notes: svn path=/head/; revision=517745
* Go ports: cleanup, finish transition to USES=go started with r505321 (cat. ↵Dmitri Goutnik2019-09-291-3/+2
| | | | | | | | | | | | | | sysutils-x11) - Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 Reviewed by: tobik Approved by: araujo (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21744 Notes: svn path=/head/; revision=513276
* sysutils/ipfs-go: Spell LICENSE_FILE_APACHE20 correctlyTobias Kortkamp2019-09-171-1/+1
| | | | Notes: svn path=/head/; revision=512214
* sysutils/ipfs-go: Unbreak with go1.13Tobias Kortkamp2019-09-091-3/+10
| | | | | | | | | | | | | | | | ===> Building for ipfs-go-0.4.21 go: bazil.org/fuse@v0.0.0-20180421153158-65cc252bf669: Get https://proxy.golang.org/bazil.org/fuse/@v/v0.0.0-20180421153158-65cc252bf669.mod: dial tcp: lookup proxy.golang.org on 209.222.18.218:53: write udp 127.0.0.1:14240->209.222.18.218:53: write: permission denied *** Error code 1 - Switch to USES=go:modules - Remove GO_PKGNAME, not needed with modules PR: 240318 Submitted by: Dmitri Goutnik <dg@syrec.org> Pointy hat: jlaffaye Notes: svn path=/head/; revision=511627
* Mark BROKENAntoine Brodin2019-09-081-0/+1
| | | | | | | | | go: bazil.org/fuse@v0.0.0-20180421153158-65cc252bf669: Get https://proxy.golang.org/bazil.org/fuse/@v/v0.0.0-20180421153158-65cc252bf669.mod: dial tcp 172.217.0.49:443: connect: can't assign requested address Reported by: pkg-fallout Notes: svn path=/head/; revision=511547
* sysutils/ipfs-go: remove patchfile that is no longer necessaryJohn Hixson2019-06-291-10/+0
| | | | | | | Approved by: mentors (implicit) Notes: svn path=/head/; revision=505354
* sysutils/ipfs-go: update to 0.4.21John Hixson2019-06-292-7/+8
| | | | | | | | | PR: 238524 Submitted by: swills Approved by: mentors (implicit) Notes: svn path=/head/; revision=505352
* sysutils/ipfs-go: fix rc scriptSteve Wills2019-01-304-38/+43
| | | | | | | | | | | | | | | | * Fix the rc script when default ipfs_go_path is used * Fix the logging by switching to uses the syslog logging in daemon * Switch the init to using the --init flag to the ipfs daemon command * Fixes the version string since the tarball provided by upstream doesn't match the tag for this release (has version string wrong) * Allow overriding IPFS_USER/GROUP/HOME at build time * Remove unnecessary BEFORE: LOGIN from rc script PR: 235222 Approved by: jhixson (maintainer) Notes: svn path=/head/; revision=491652
* sysutils/ipfs-go: allow IPFS_PATH to be setJohn Hixson2019-01-082-1/+7
| | | | | | | | | | PR: 234673 Submitted by: david@bolcsfoldi.com Reviewed by: araujo (mentor) Approved by: araujo (mentor) Notes: svn path=/head/; revision=489638
* sysutils/ipfs-go: 0.14.7 -> 0.14.8John Hixson2019-01-052-5/+4
| | | | | | | | | araujo (mentor) araujo (mentor) https://reviews.freebsd.org/D18752 Notes: svn path=/head/; revision=489391
* sysutils/ipfs-go: Switch to upstream-provided source tarballYuri Victorovich2018-09-212-22/+12
| | | | | | | | | | | | | | | Since v0.4.17, go-ipfs started to provide full source tarball [1] which includes all dependencies required for build. Switch port to use it instead of LOCAL/yuri/ipfs-go-gx-*.tar.xz [1] https://github.com/ipfs/go-ipfs/releases/download/v0.4.17/go-ipfs-source.tar.gz PR: 231107 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: jhixson (maintainer's timeout; 19 days) Notes: svn path=/head/; revision=480304
* sysutils/ipfs-go: Update 0.4.15 -> 0.4.17Yuri Victorovich2018-08-304-23/+73
| | | | | | | | | | | | Major port redesign. Changed from the binary, pre-built distribution to building from the source. PR: 230601 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: jhixson (maintainer timeout; 17 days) Notes: svn path=/head/; revision=478487
* Change jhixson port maintainer email to jhixson@FreeBSD.orgJohn Hixson2018-08-071-1/+1
| | | | | | | | Approved by: miwi (mentor), kmoore (mentor), araujo (mentor) Differential Revision: https://reviews.freebsd.org/D16592 Notes: svn path=/head/; revision=476591
* sysutils/ipfs-go: update to v0.4.15Steve Wills2018-06-142-4/+4
| | | | | | | | PR: 228997 Submitted by: jhixson@gmail.com (maintainer) Notes: svn path=/head/; revision=472406
* sysutils/ipfs-go: Changed binary name to bin/ipfs-goYuri Victorovich2018-02-201-2/+3
| | | | | | | | | | | | | Reasons: * Binary conflict with /sbin/ipfs on trueos * Binary name mismatch with the rc script PR: 225866 Submitted by: jhixson@gmail.com (maintainer) Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=462454
* sysutils/ipfs-go: update 0.4.7 -> 0.4.13Kurt Jaeger2018-02-022-29/+13
| | | | | | | | | PR: 225564 Submitted by: jhixson@gmail.com (maintainer) Relnotes: https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=460724
* Stripping go binaries is perfectly fine.Mathieu Arnold2017-10-121-2/+0
| | | | | | | | | https://dominik.honnef.co/posts/2016/10/go-and-strip/ Sponsored by: Absolight Notes: svn path=/head/; revision=451834
* sysutils/ipfs-go: update to 0.4.7William Grzybowski2017-03-163-33/+23
| | | | | | | | | | - Pass maintainership to submitter PR: 217835 Submitted by: John Hixson Notes: svn path=/head/; revision=436273
* Convert some port to the new GH_SUBDIR feature.Mathieu Arnold2016-08-241-10/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=420796
* - 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