Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2019 17:05:13 +0000 (UTC)
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519095 - head/shells/antibody
Message-ID:  <201912051705.xB5H5D2t010629@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dmgk
Date: Thu Dec  5 17:05:13 2019
New Revision: 519095
URL: https://svnweb.freebsd.org/changeset/ports/519095

Log:
  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)

Modified:
  head/shells/antibody/Makefile
  head/shells/antibody/distinfo

Modified: head/shells/antibody/Makefile
==============================================================================
--- head/shells/antibody/Makefile	Thu Dec  5 16:56:39 2019	(r519094)
+++ head/shells/antibody/Makefile	Thu Dec  5 17:05:13 2019	(r519095)
@@ -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/gop
 		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>

Modified: head/shells/antibody/distinfo
==============================================================================
--- head/shells/antibody/distinfo	Thu Dec  5 16:56:39 2019	(r519094)
+++ head/shells/antibody/distinfo	Thu Dec  5 17:05:13 2019	(r519095)
@@ -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) = d89bfcf408102
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912051705.xB5H5D2t010629>