From owner-svn-ports-all@freebsd.org Thu Dec 5 17:13:33 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 07D3C1CEB10; Thu, 5 Dec 2019 17:13:33 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47TMkN6HNcz4RT3; Thu, 5 Dec 2019 17:13:32 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC2F61C339; Thu, 5 Dec 2019 17:13:32 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xB5HDWss016381; Thu, 5 Dec 2019 17:13:32 GMT (envelope-from dmgk@FreeBSD.org) Received: (from dmgk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB5HDW35016380; Thu, 5 Dec 2019 17:13:32 GMT (envelope-from dmgk@FreeBSD.org) Message-Id: <201912051713.xB5HDW35016380@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dmgk set sender to dmgk@FreeBSD.org using -f From: Dmitri Goutnik Date: Thu, 5 Dec 2019 17:13:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519097 - head/sysutils/hcloud X-SVN-Group: ports-head X-SVN-Commit-Author: dmgk X-SVN-Commit-Paths: head/sysutils/hcloud X-SVN-Commit-Revision: 519097 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Dec 2019 17:13:33 -0000 Author: dmgk Date: Thu Dec 5 17:13:32 2019 New Revision: 519097 URL: https://svnweb.freebsd.org/changeset/ports/519097 Log: 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 (maintainer) Modified: head/sysutils/hcloud/Makefile head/sysutils/hcloud/distinfo Modified: head/sysutils/hcloud/Makefile ============================================================================== --- head/sysutils/hcloud/Makefile Thu Dec 5 17:09:35 2019 (r519096) +++ head/sysutils/hcloud/Makefile Thu Dec 5 17:13:32 2019 (r519097) @@ -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 \ Modified: head/sysutils/hcloud/distinfo ============================================================================== --- head/sysutils/hcloud/distinfo Thu Dec 5 17:09:35 2019 (r519096) +++ head/sysutils/hcloud/distinfo Thu Dec 5 17:13:32 2019 (r519097) @@ -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) = 4320a 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