Changes between Version 1 and Version 2 of Ticket #61192, comment 16
- Timestamp:
- Sep 20, 2020, 6:09:31 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61192, comment 16
v1 v2 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 i sto {{{${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.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 it 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 2 PR: https://github.com/macports/macports-ports/pull/8486