shells/antibody: Unbreak on aarch64
===> Building antibody 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 http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p518178_s355024/logs/errors/antibody-4.2.0_1.log Unbreak by updating golang.org/x/sys to 33540a1f6037 which adds support for freebsd/arm64. PR: 242446 Approved by: adamw (maintainer)
This commit is contained in:
parent
4551987fdb
commit
da345cffea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519095
@ -4,7 +4,7 @@
|
||||
PORTNAME= antibody
|
||||
PORTVERSION= 4.2.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= shells
|
||||
|
||||
MAINTAINER= adamw@FreeBSD.org
|
||||
@ -31,6 +31,6 @@ GH_TUPLE= alecthomas:kingpin:v2.2.6:kingpin/vendor/gopkg.in/alecthomas/kingpin.v
|
||||
golang:crypto:34f6963:crypto/vendor/golang.org/x/crypto \
|
||||
golang:net:d98b1b4:net/vendor/golang.org/x/net \
|
||||
golang:sync:1d60e4:sync/vendor/golang.org/x/sync \
|
||||
golang:sys:7c87d1:sys/vendor/golang.org/x/sys
|
||||
golang:sys:33540a1f6037:sys/vendor/golang.org/x/sys
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
TIMESTAMP = 1570896837
|
||||
TIMESTAMP = 1575295716
|
||||
SHA256 (getantibody-antibody-v4.2.0_GH0.tar.gz) = 552d94e2a0e5b3b93f8659f0a9ed5bdae4622c46a2418ca2a40573862fc991dc
|
||||
SIZE (getantibody-antibody-v4.2.0_GH0.tar.gz) = 52999
|
||||
SHA256 (alecthomas-kingpin-v2.2.6_GH0.tar.gz) = 4624eae43489de8a71ea60efaf6744c581b6bd62909f7514c484c1ea0efaba5a
|
||||
@ -17,5 +17,5 @@ SHA256 (golang-net-d98b1b4_GH0.tar.gz) = d89bfcf4081020eb59d98ce970800317e1c26bf
|
||||
SIZE (golang-net-d98b1b4_GH0.tar.gz) = 1100804
|
||||
SHA256 (golang-sync-1d60e4_GH0.tar.gz) = 458e700b8639a88d5b113d82a0801dbfdd4f6e731d34aa0c5037359c15fa2118
|
||||
SIZE (golang-sync-1d60e4_GH0.tar.gz) = 16329
|
||||
SHA256 (golang-sys-7c87d1_GH0.tar.gz) = d91f8d62f478a084dc98166053d651060d07a76f042845ac55b658175a6eb8a7
|
||||
SIZE (golang-sys-7c87d1_GH0.tar.gz) = 855188
|
||||
SHA256 (golang-sys-33540a1f6037_GH0.tar.gz) = 09ebdf007413c2eaddce123137443d08d1848be410c58896e772f0481ec385d5
|
||||
SIZE (golang-sys-33540a1f6037_GH0.tar.gz) = 1497659
|
||||
|
Loading…
Reference in New Issue
Block a user