diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2019-12-02 19:36:40 +0000 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2019-12-02 19:36:40 +0000 |
commit | cb117db077ed580a1b6853c7efc968638b131784 (patch) | |
tree | de92fb2a7186ba85fd0ea535908fac55ebf0deb4 | |
parent | audio/spotify-tui: create port (diff) |
deskutils/pet: Unbreak on aarch64
===> Building pet 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
Unbreak by updating golang.org/x/sys to 33540a1f6037 which adds support for
freebsd/arm64.
PR: 242375
Approved by: yuri (maintainer)
Notes
Notes:
svn path=/head/; revision=518867
-rw-r--r-- | deskutils/pet/Makefile | 4 | ||||
-rw-r--r-- | deskutils/pet/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/pet/Makefile b/deskutils/pet/Makefile index 3a7186baf8b7..e452095395f6 100644 --- a/deskutils/pet/Makefile +++ b/deskutils/pet/Makefile @@ -3,7 +3,7 @@ PORTNAME= pet DISTVERSIONPREFIX= v DISTVERSION= 0.3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org @@ -25,7 +25,7 @@ GH_TUPLE= \ golang:net:1e491301e022:golang_net/vendor/golang.org/x/net \ golang:oauth2:1e0a3fa8ba9a:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.1.0:golang_protobuf/vendor/github.com/golang/protobuf \ - golang:sys:9527bec2660b:golang_sys/vendor/golang.org/x/sys \ + golang:sys:33540a1f6037:golang_sys/vendor/golang.org/x/sys \ google:go-github:v15.0.0:google_go_github/vendor/github.com/google/go-github \ google:go-querystring:53e6ce116135:google_go_querystring/vendor/github.com/google/go-querystring \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ diff --git a/deskutils/pet/distinfo b/deskutils/pet/distinfo index 7d53d2fa51d6..13baead1778b 100644 --- a/deskutils/pet/distinfo +++ b/deskutils/pet/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1564905464 +TIMESTAMP = 1575290989 SHA256 (knqyf263-pet-v0.3.6_GH0.tar.gz) = f805d841ec0e47b72fccbad169a73823886913fb3d7d1b67a88a15b1ee684ab8 SIZE (knqyf263-pet-v0.3.6_GH0.tar.gz) = 2739396 SHA256 (BurntSushi-toml-v0.3.0_GH0.tar.gz) = 2c49390424cfb043f803977bce80b1504495bada54f9e845ff8b30a05fab9a36 @@ -19,8 +19,8 @@ SHA256 (golang-oauth2-1e0a3fa8ba9a_GH0.tar.gz) = a027eae165486abaf4ff11824e6ad33 SIZE (golang-oauth2-1e0a3fa8ba9a_GH0.tar.gz) = 42541 SHA256 (golang-protobuf-v1.1.0_GH0.tar.gz) = c086490e7b116b73b7e3e6058eae997576d0523ad8f1b2ec2b698887e62b14a8 SIZE (golang-protobuf-v1.1.0_GH0.tar.gz) = 324733 -SHA256 (golang-sys-9527bec2660b_GH0.tar.gz) = 0a8a8959d3fd54c4c767af8b497eda6a85ad26cde33a2b4c3a21cc97cc44f60b -SIZE (golang-sys-9527bec2660b_GH0.tar.gz) = 970580 +SHA256 (golang-sys-33540a1f6037_GH0.tar.gz) = 09ebdf007413c2eaddce123137443d08d1848be410c58896e772f0481ec385d5 +SIZE (golang-sys-33540a1f6037_GH0.tar.gz) = 1497659 SHA256 (google-go-github-v15.0.0_GH0.tar.gz) = b567899f55ff36e5795bc40959417c93a2354c3f4adc30fcffcbc8686c3a6529 SIZE (google-go-github-v15.0.0_GH0.tar.gz) = 195725 SHA256 (google-go-querystring-53e6ce116135_GH0.tar.gz) = 2e93ee8f301a4e5fbe1a68feea3a0a9ca9cd91f8f5ba91418f7fc4244e816899 |