Remove the firmware paths used by the linux 3.8 based radeondrm. Unused
since the linux 4.4 based radeondrm was committed in April 2018.
No binary change to the firmware in /etc/firmware/radeon.
be the next drm update. The current version of inteldrm in tree does
not have an attachhook or load firmware.
ok kettenis@ on an earlier version
thanks to sthen@ for mirroring a distfile from a linux-firmware checkout
Update diff from Sascha Paunovic <azarus [at] posteo [dot] net>, thanks!
Also drop default TEST_TARGET, break MAKE_FLAGS into lines and drop REV
in favour of globbing to allow for simpler updates.
Update Looks good to Eric (MAINTAINER), OK sthen
Telegraf is an agent for collecting, processing, aggregating, and
writing metrics. Plugin-driven, it has the concept of 4 distinct plugin
types:
* Input Plugins collect metrics from the system, services, or 3rd party
APIs
* Processor Plugins transform, decorate, and/or filter metrics
* Aggregator Plugins create aggregate metrics (e.g. mean, min, max,
quantiles, etc.)
* Output Plugins write metrics to various destinations
note that input.system is currently broken on OpenBSD (probably because
of gopsutil or go internals), tracked in
https://github.com/influxdata/telegraf/issues/5157. Other plugins seem
to work fine.
As it was done for influxdb (telegraf comes from the same source),
bundle the go deps and selfhost the distfile.
ok danj@
The new syntax to have version with '-' character:
-MODCARGO_CRATES += aho-corasick-0.6.8 # Unlicense/MIT
+MODCARGO_CRATES += aho-corasick 0.6.8 # Unlicense/MIT
update all customers of devel/cargo to use the new syntax
ok landry@