pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Create influxdb package
On 1/14/19 9:22 AM, Jonathan Perkin wrote:
> * 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.
>
Well, my pksrc knowledge is quite limited, so I can't see why this must
be. Let me try this in real life, maybe I'll stumble over the obvious.
Home |
Main Index |
Thread Index |
Old Index