diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2019-12-03 03:40:38 +0800 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2019-12-03 03:40:38 +0800 |
commit | e0c315c81f862992a32e89d9a0795147e996b4ca (patch) | |
tree | dff6b6e54fd947deea5d15f9809b013e07091a81 /ftp | |
parent | cb117db077ed580a1b6853c7efc968638b131784 (diff) | |
download | freebsd-ports-gnome-e0c315c81f862992a32e89d9a0795147e996b4ca.tar.gz freebsd-ports-gnome-e0c315c81f862992a32e89d9a0795147e996b4ca.tar.zst freebsd-ports-gnome-e0c315c81f862992a32e89d9a0795147e996b4ca.zip |
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)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curlie/Makefile | 4 | ||||
-rw-r--r-- | ftp/curlie/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ftp/curlie/Makefile b/ftp/curlie/Makefile index f157c140281c..fccaa5a30951 100644 --- a/ftp/curlie/Makefile +++ b/ftp/curlie/Makefile @@ -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} diff --git a/ftp/curlie/distinfo b/ftp/curlie/distinfo index 8aac363fd77a..b695732a7cd9 100644 --- a/ftp/curlie/distinfo +++ b/ftp/curlie/distinfo @@ -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 |