Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2019 19:40:38 +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: r518868 - head/ftp/curlie
Message-ID:  <201912021940.xB2JecHe032557@repo.freebsd.org>

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

Log:
  ftp/curlie: Unbreak on aarch64
  
  ===>  Building curlie 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:		242377
  Approved by:	0mp (maintainer)

Modified:
  head/ftp/curlie/Makefile
  head/ftp/curlie/distinfo

Modified: head/ftp/curlie/Makefile
==============================================================================
--- head/ftp/curlie/Makefile	Mon Dec  2 19:36:40 2019	(r518867)
+++ head/ftp/curlie/Makefile	Mon Dec  2 19:40:38 2019	(r518868)
@@ -3,7 +3,7 @@
 PORTNAME=	curlie
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	ftp net www
 
 MAINTAINER=	0mp@FreeBSD.org
@@ -19,7 +19,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	rs
 GH_TUPLE=	\
 		golang:crypto:159ae71589f3:golang_crypto/vendor/golang.org/x/crypto \
-		golang:sys:31355384c89b:golang_sys/vendor/golang.org/x/sys
+		golang:sys:33540a1f6037:golang_sys/vendor/golang.org/x/sys
 
 PLIST_FILES=	bin/${PORTNAME}
 

Modified: head/ftp/curlie/distinfo
==============================================================================
--- head/ftp/curlie/distinfo	Mon Dec  2 19:36:40 2019	(r518867)
+++ head/ftp/curlie/distinfo	Mon Dec  2 19:40:38 2019	(r518868)
@@ -1,7 +1,7 @@
-TIMESTAMP = 1565965889
+TIMESTAMP = 1575291971
 SHA256 (rs-curlie-v1.2.0_GH0.tar.gz) = 59228799b63f82591950b222fdf3f852abea68f856bc851778d936157d054017
 SIZE (rs-curlie-v1.2.0_GH0.tar.gz) = 439226
 SHA256 (golang-crypto-159ae71589f3_GH0.tar.gz) = bbe6802310719e9ae8df6b78126dc16784427ee3afded408c6a747c988b37a6a
 SIZE (golang-crypto-159ae71589f3_GH0.tar.gz) = 1608065
-SHA256 (golang-sys-31355384c89b_GH0.tar.gz) = b6d1656d97dd2f20e612b966fc39f84d3f78e3cdebeb58a2631aecd4757cb9cf
-SIZE (golang-sys-31355384c89b_GH0.tar.gz) = 969837
+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?201912021940.xB2JecHe032557>