Changes between Initial Version and Version 1 of Ticket #61192, comment 16
- Timestamp:
- Sep 20, 2020, 6:08:21 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61192, comment 16
initial v1 1 1 So gotop needs to fetch stuff from howett.net/plist which {{{go.vendors}}} doesn't support. Alternative is https://github.com/DHowett/go-plist, that fetches is to {{{${gopath}/src/github.com/DHowett/go-plist}}}, then I'll need to link it to {{{${gopath}/src/howett.net/plist}}}, only then it will build. Don't know if there's a better way but it works. 2 PR: #84862 PR: https://github.com/macports/macports-ports/pull/8486