Re: How to handle go dependencies

2019-07-07 Thread Eugene Grosbein
07.07.2019 5:10, Dmitri Goutnik via freebsd-ports wrote: > Which can be fixed by just copying the linux version (this probably needs to > be upstreamed): > > post-patch: > ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" > ${WRKSRC}/config.toml.example > ${MV}

Re: How to handle go dependencies

2019-07-07 Thread Matthias Fechner
Dear Dmitri, Am 07.07.2019 um 00:10 schrieb Dmitri Goutnik via freebsd-ports: > It appears that Go build flags need to be passed down to `go build` > invocation > with MAKE_ENV: > > +MAKE_ENV= GOFLAGS="${GO_BUILDFLAGS}" > > With that change, the build then fails later due to missing >