diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2019-12-05 17:13:32 +0000 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2019-12-05 17:13:32 +0000 |
commit | 3d0c3a2d5fa654bb03ed6b37a6394bcfd53b3734 (patch) | |
tree | a6fcc6de7343bab2731c701b597519cec2263d8a | |
parent | Update to 2.5.11 release. (diff) |
sysutils/hcloud: Unbreak on aarch64
===> Building hcloud from ./cmd/hcloud
# 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
http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p518178_s355024/logs/errors/hcloud-1.13.0_1.log
Unbreak by updating golang.org/x/sys to 33540a1f6037 which adds support for
freebsd/arm64.
PR: 242447
Approved by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Diffstat (limited to '')
-rw-r--r-- | sysutils/hcloud/Makefile | 4 | ||||
-rw-r--r-- | sysutils/hcloud/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/hcloud/Makefile b/sysutils/hcloud/Makefile index 7192b7c79442..ad9189740098 100644 --- a/sysutils/hcloud/Makefile +++ b/sysutils/hcloud/Makefile @@ -3,7 +3,7 @@ PORTNAME= hcloud DISTVERSIONPREFIX= v DISTVERSION= 1.13.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= uzsolt@uzsolt.hu @@ -20,7 +20,7 @@ GH_TUPLE= \ dustin:go-humanize:bb3d318650d4:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ fatih:structs:ebf56d35bba7:fatih_structs/vendor/github.com/fatih/structs \ golang:crypto:d6449816ce06:golang_crypto/vendor/golang.org/x/crypto \ - golang:sys:3b87a42e500a:golang_sys/vendor/golang.org/x/sys \ + golang:sys:33540a1f6037:golang_sys/vendor/golang.org/x/sys \ gosuri:uilive:ac356e6e42cd:gosuri_uilive/vendor/github.com/gosuri/uilive \ gosuri:uiprogress:d0567a9d84a1:gosuri_uiprogress/vendor/github.com/gosuri/uiprogress \ hetznercloud:hcloud-go:v1.14.0:hetznercloud_hcloud_go/vendor/github.com/hetznercloud/hcloud-go \ diff --git a/sysutils/hcloud/distinfo b/sysutils/hcloud/distinfo index d74a806a12c8..8da2d903ace0 100644 --- a/sysutils/hcloud/distinfo +++ b/sysutils/hcloud/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1572601164 +TIMESTAMP = 1575296091 SHA256 (hetznercloud-cli-v1.13.0_GH0.tar.gz) = d1baa87a867091a24d8c56279306df585664296ee20743bc74a73c3a94cdc300 SIZE (hetznercloud-cli-v1.13.0_GH0.tar.gz) = 42502 SHA256 (dustin-go-humanize-bb3d318650d4_GH0.tar.gz) = 2528a929daba61ff84ee81b397321b022b2f1cc134068f0afac5edaeb4894894 @@ -7,8 +7,8 @@ SHA256 (fatih-structs-ebf56d35bba7_GH0.tar.gz) = 4320aab14a390c4b58d7383b234d89c SIZE (fatih-structs-ebf56d35bba7_GH0.tar.gz) = 14439 SHA256 (golang-crypto-d6449816ce06_GH0.tar.gz) = 9823aa127fbec75aab6e223494b10dac39bbb721695b50481a1053342a2df090 SIZE (golang-crypto-d6449816ce06_GH0.tar.gz) = 1456262 -SHA256 (golang-sys-3b87a42e500a_GH0.tar.gz) = f47049c9c85c138e46f38d1e1f32085afb1c1708fe87d03d8696c2559f9700d9 -SIZE (golang-sys-3b87a42e500a_GH0.tar.gz) = 802238 +SHA256 (golang-sys-33540a1f6037_GH0.tar.gz) = 09ebdf007413c2eaddce123137443d08d1848be410c58896e772f0481ec385d5 +SIZE (golang-sys-33540a1f6037_GH0.tar.gz) = 1497659 SHA256 (gosuri-uilive-ac356e6e42cd_GH0.tar.gz) = e69a472c86b1baa1da1ad5288fe4344dada058146a8366b66a0c65e73ede87f1 SIZE (gosuri-uilive-ac356e6e42cd_GH0.tar.gz) = 152167 SHA256 (gosuri-uiprogress-d0567a9d84a1_GH0.tar.gz) = 5b303e04ff65dfef89b764e10e30cc86f1c16db4dcad04dbf753cae281aa8049 |