Commit Graph

9 Commits

Author SHA1 Message Date
Mikael Urankar
6d55d31313 misc/dive: unbreak on aarch64
Import an upstream patch [1] to fix build on aarch64

[1] 33540a1f60

PR:		243800
Approved by:	yuri (maintainer), manu (mentor)
2020-02-24 19:51:17 +00:00
Yuri Victorovich
b37a2033b7 misc/dive: Update 0.9.1 -> 0.9.2
Reported by:	portscout
2020-02-10 07:32:39 +00:00
Yuri Victorovich
933760477b misc/dive: Update 0.8.0 -> 0.9.1
Reported by:	portscout
2020-01-01 07:39:23 +00:00
Dmitri Goutnik
d0a8fbfd42 misc/dive: Unbreak on aarch64
===>  Building dive from .
# golang.org/x/sys/unix
vendor/golang.org/x/sys/unix/cap_freebsd.go:18:23: undefined: CAP_RIGHTS_VERSION_00
vendor/golang.org/x/sys/unix/cap_freebsd.go:19:23: undefined: CAP_RIGHTS_VERSION_00
vendor/golang.org/x/sys/unix/cap_freebsd.go:46:21: undefined: CapRights
vendor/golang.org/x/sys/unix/cap_freebsd.go:50:24: undefined: CapRights
vendor/golang.org/x/sys/unix/cap_freebsd.go:55:27: undefined: CapRights
vendor/golang.org/x/sys/unix/cap_freebsd.go:90:29: undefined: CapRights
vendor/golang.org/x/sys/unix/syscall_unix_gc.go:12:6: missing function body
vendor/golang.org/x/sys/unix/syscall_unix_gc.go:13:6: missing function body
vendor/golang.org/x/sys/unix/syscall_unix_gc.go:14:6: missing function body
vendor/golang.org/x/sys/unix/syscall_unix_gc.go:15:6: missing function body
vendor/golang.org/x/sys/unix/cap_freebsd.go:90:29: too many errors

Unbreak by updating golang.org/x/sys to 33540a1f6037 which adds support for
freebsd/arm64.

PR:		242381
Approved by:	yuri (maintainer)
2019-12-02 19:45:38 +00:00
Dmitri Goutnik
d84aa50743 Bump PORTREVISION after r517743 to force relinking.
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21854
2019-11-16 12:52:39 +00:00
Dmitri Goutnik
67c4b925b7 Go ports: cleanup, finish transition to USES=go started with r505321 (cat. misc-shells)
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
- Switch to go:modules when upstream already uses them

Reviewed by:	tobik
Approved by:	araujo (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21743
2019-09-29 22:31:57 +00:00
Yuri Victorovich
86639fd95c misc/dive: Update 0.7.2 -> 0.8.0
Reported by:	portscout
2019-09-04 08:28:48 +00:00
Yuri Victorovich
61c1213cc6 misc/dive: Switch to USES=go:modules, fix build with go1.13
PR:		240074
Reported by:	Dmitri Goutnik <dg@syrec.org>
2019-08-24 16:03:18 +00:00
Yuri Victorovich
29fdb91a8a New port: misc/dive: Tool for exploring each layer in a docker image 2019-07-16 07:48:42 +00:00