This update now uses go mod and requires 100+ dependencies to build.
Quite sad for a simple system value collector. Also the amd64 version
does not correctly report the memory used by the buffer cache. This
is a defect from building OpenBSD/amd64 binaries without cgo.
This no longer uses promu for builds but passes the same build vars
to go build via MODGO_LDFLAGS.
With help and OK sthen@ abieber@
Always build against the included copy of uthash and don't pick up the
incompatible newer version from the devel/uthash port if installed.
From maintainer Alex Holst.
MPEG-1 video (Video CD) is laughably obsolete. FFmpeg etc. can
still handle it if somebody is really sitting on an archive of
VHS-quality videos.
Noticed because of failure to build with -fno-common.
ok kmos@ kn@
This tool segfaults when
1. ran without any arguments
2. passing "--help" instead of "-h"
3. passing an invalid pcap-filter(5) expression, e.g. "foo"
Running it and opening HOMEPAGE in a browser shows HTTP traffic to the site
but the tool fails to do its job entirely, i.e. it cannot detect/show/etc.
the JPEG image http://www.ex-parrot.com/~chris/driftnet/screenshot.jpg as
requested by the browser.
OK claudio
This port needs an extra react web UI package that I provide. Building
react is a nightmare and to complicated for bulk builds. Also embedding
the web UI into the go binary makes it hard to extract it from other
offical builds.
OK rsadowski@ sthen@
This port needs an extra react web UI package that I provide. Building
react is a nightmare and to complicated for bulk builds. Also embedding
the web UI into the go binary makes it hard to extract it from other
offical builds.
OK rsadowski@ sthen@
This port needs an extra react web UI package that I provide. Building
react is a nightmare and to complicated for bulk builds. Also embedding
the web UI into the go binary makes it hard to extract it from other
offical builds.
OK rsadowski@ sthen@
while this new release supports python3, we will need an update to newer
wxPython before we can move away from python2.
ok and tested by Daniel Winters (MAINTAINER)
binutils:
Since linkrelax is already defined as a global variable, it is
already initialized to 0, so we can simply drop this initialization.
gcc-bootstrap, gcc:
Use the mechanism provided by the .opt file processing to initialize
these globals.
ok gnezdo@