Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 4c9d7e60 | 2019-05-04 21:46:16 | 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@ | ||
| 73b67e6d | 2019-03-08 18:37:22 | set GOCACHE; needed on go 1.12 and doesn't hurt 1.11.5 (these are the nonstandard ports that don't get the settings from go.port.mk) | ||
| f52be2a5 | 2018-04-14 22:53:54 | bump all go ports that don't already have a RUN_DEPENDS on lang/go (which has pkgspec set on the go version number already), so that pkg_add -u updates them to versions which work with MAP_STACK. spotted by pvk@ | ||
| a28b353b | 2018-01-10 16:26:19 | Prometheus is an open-source systems monitoring and alerting toolkit. Its main features are: - a multi-dimensional data model with time series data identified by metric name and key/value pairs - a flexible query language to leverage this dimensionality - no reliance on distributed storage; single server nodes are autonomous - time series collection happens via a pull model over HTTP - pushing time series is supported via an intermediary gateway - targets are discovered via service discovery or static configuration - multiple modes of graphing and dashboarding support Input and OK sthen@ |