pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Create influxdb package



* On 2019-01-14 at 06:38 GMT, Attila Fülöp wrote:

> Basically `go build` takes care of that, it tracks, downloads and builds
> all dependencies as part of the build process. Go packages are linked
> statically, so once the binary is build we are set.

Right, this is completely incompatible with the way pkgsrc works.  You
have to ensure that all downloads are done up-front, which is what the
go-dep.mk infrastructure does.

-- 
Jonathan Perkin  -  Joyent, Inc.  -  www.joyent.com


Home | Main Index | Thread Index | Old Index