CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/05/04 15:46:17
Modified files:
lang/go : go.port.mk
databases/influxdb: Makefile
devel/go-tools : Makefile
devel/hub : Makefile
editors/micro : Makefile
net/dnscrypt-proxy: Makefile
net/mattermost-server: Makefile
net/syncthing : Makefile
security/gopass: Makefile
security/keybase: Makefile
sysutils/consul-template: Makefile
sysutils/prometheus: Makefile
sysutils/telegraf: Makefile
www/gitea : Makefile
www/honk : Makefile
Removed files:
editors/micro/patches: patch-Makefile
Log message:
No need for a special MODGO_ENV for go.port.mk, just use normal MAKE_ENV
like the rest of the ports tree. This also allows removing a bunch of
manual setting of PATH="${PORTPATH}" HOME="${PORTHOME}" done in various
ports etc. This also makes sure CFLAGS is passed through (not everything
honours it but it does improve at least some ports).
Remove NO_CCACHE from www/honk that was added because the above problem
resulted in ccache variables not being passed through correctly breaking
the cc calls in this.
ok kmos@