Re: Looking for help with kustomize port (Go)

2020-05-10 Thread Aaron Madlon-Kay
It's common in Go to specify version strings as linker flags. Grep the ports tree like so to see existing ports that successfully set these flags. It's not uncommon to use the string 'unknown' for e.g. the git commit when it is redundant or not readily available. % grep -R -- "-ldflags '-X" . ./de

Re: Looking for help with kustomize port (Go)

2020-05-10 Thread Nils Breunese
Nils Breunese wrote: >> Op 28 apr. 2020 om 06:30 heeft Ryan Schmidt het >> volgende geschreven: >> >>> On Apr 27, 2020, at 09:46, Nils Breunese wrote: >>> >>> I couldn’t figure out how to make MacPorts do the equivalent of ‘cd >>> kustomize’ after unpacking the archive >> >> Perhaps you wa