mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
52b385abc6
Not all projects are providing there go.mod file to the go proxy. If the go.mod is not available on the go proxies it is not possible to build the port with the go module approach. This modification make a new variable GO_MOD_DIST availble. With the values: - gitlab (to download the go.mod from gitlab) - github (to download the go.mod from github) - https://.... (a custom URI without the go.mod in it) - not defined (will download as now from go proxy) This make it now possible to also easily package go based ports that are only hosted on some sites but not published to the go proxy. Differential Revision: https://reviews.freebsd.org/D45631 |
||
---|---|---|
.. | ||
Features | ||
Scripts | ||
Uses | ||
Wrappers | ||
bsd.ccache.mk | ||
bsd.commands.mk | ||
bsd.default-versions.mk | ||
bsd.destdir.mk | ||
bsd.gcc.mk | ||
bsd.gecko.mk | ||
bsd.java.mk | ||
bsd.licenses.db.mk | ||
bsd.licenses.mk | ||
bsd.local.mk | ||
bsd.ocaml.mk | ||
bsd.options.desc.mk | ||
bsd.options.mk | ||
bsd.port.mk | ||
bsd.port.options.mk | ||
bsd.port.post.mk | ||
bsd.port.pre.mk | ||
bsd.port.subdir.mk | ||
bsd.sanity.mk | ||
bsd.sites.mk | ||
bsd.wx.mk |