Commit Graph

6 Commits

Author SHA1 Message Date
Dmitri Goutnik cb117db077 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)
2019-12-02 19:36:40 +00:00
Dmitri Goutnik d84aa50743 Bump PORTREVISION after r517743 to force relinking.
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21854
2019-11-16 12:52:39 +00:00
Dmitri Goutnik 34156e93e8 Go ports: cleanup, finish transition to USES=go started with r505321 (cat. audio-mail)
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
- Switch to go:modules when upstream already uses them

Reviewed by:	tobik
Approved by:	araujo (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21741
2019-09-29 22:29:39 +00:00
Yuri Victorovich 28be1d247e deskutils/pet: Update 0.3.5 -> 0.3.6
Reported by:	portscout
2019-08-04 07:59:24 +00:00
Yuri Victorovich 9158afa85a deskutils/pet: Switch to USES=go:modules, fix build with go1.13beta1
PR:		238947
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2019-07-02 23:28:01 +00:00
Yuri Victorovich c85f4d5371 New port: deskutils/pet: Simple command-line snippet manager, written in Go 2019-06-29 06:40:45 +00:00