Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2019 19:47:07 +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: r518871 - head/misc/gobuster
Message-ID:  <201912021947.xB2Jl7j1038587@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dmgk
Date: Mon Dec  2 19:47:07 2019
New Revision: 518871
URL: https://svnweb.freebsd.org/changeset/ports/518871

Log:
  misc/gobuster: Unbreak on aarch64
  
  ===>  Building gobuster 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:		242384
  Approved by:	yuri (maintainer)

Modified:
  head/misc/gobuster/Makefile
  head/misc/gobuster/distinfo

Modified: head/misc/gobuster/Makefile
==============================================================================
--- head/misc/gobuster/Makefile	Mon Dec  2 19:45:38 2019	(r518870)
+++ head/misc/gobuster/Makefile	Mon Dec  2 19:47:07 2019	(r518871)
@@ -3,7 +3,7 @@
 PORTNAME=	gobuster
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc dns
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -22,7 +22,7 @@ GH_TUPLE=	google:uuid:c2e93f3:uuid/vendor/github.com/g
 		golang:crypto:0e37d00:crypto/vendor/golang.org/x/crypto \
 		spf13:cobra:0.0.5:cobra/vendor/github.com/spf13/cobra \
 		spf13:pflag:v1.0.3:pflag/vendor/github.com/spf13/pflag \
-		golang:sys:d8f5ea2:sys/vendor/golang.org/x/sys
+		golang:sys:33540a1f6037:sys/vendor/golang.org/x/sys
 
 PLIST_FILES=	bin/${PORTNAME}
 

Modified: head/misc/gobuster/distinfo
==============================================================================
--- head/misc/gobuster/distinfo	Mon Dec  2 19:45:38 2019	(r518870)
+++ head/misc/gobuster/distinfo	Mon Dec  2 19:47:07 2019	(r518871)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1561094830
+TIMESTAMP = 1575292875
 SHA256 (OJ-gobuster-v3.0.1_GH0.tar.gz) = 9c70c73b4c08b02d1fc722cd82eda3d8ce683de53b08c8bddd31fc5c4d90a977
 SIZE (OJ-gobuster-v3.0.1_GH0.tar.gz) = 29393
 SHA256 (google-uuid-c2e93f3_GH0.tar.gz) = 61a0e56aa49810b3a3a1983d7ce9b09ff2fe3c7e7c807572426bff33ed36d934
@@ -13,5 +13,5 @@ SHA256 (spf13-cobra-0.0.5_GH0.tar.gz) = 79226ce00e2b91
 SIZE (spf13-cobra-0.0.5_GH0.tar.gz) = 111126
 SHA256 (spf13-pflag-v1.0.3_GH0.tar.gz) = 9e57f86f493f04d9077fccd04e7139ebf243dd544e917ab83d35729b3e54a124
 SIZE (spf13-pflag-v1.0.3_GH0.tar.gz) = 46002
-SHA256 (golang-sys-d8f5ea2_GH0.tar.gz) = c7f0817950489b37f350139f12526f67a6a880fd7b63c72c211e7d0abb193659
-SIZE (golang-sys-d8f5ea2_GH0.tar.gz) = 733077
+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?201912021947.xB2Jl7j1038587>