Open
Description
I'm trying to create a FreeBSD port from it. The issue is FreeBSD requires listing the dependencies in their Port's Makefile. For security reasons, a checksum must be generated for all dependencies. Now, there's one dependency that is no longer publicly available and that's net-byte:vtun:v1.7.0:net_byte_vtun/vendor/github.com/net-byte/vtun
listed in the go.mod
file. The Ports system stops with an error:
Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/net-byte-vtun-v1.7.0_GH0.tar.gz
fetch: http://distcache.FreeBSD.org/ports-distfiles/net-byte-vtun-v1.7.0_GH0.tar.gz: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
I can get a zip archive from proxy.golang.org but no .tar.gz which FreeBSD Ports is looking for. Do you guys have any idea how can I address this? Or, perhaps make another release with a forked version of that dependency?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog