Our port of this old window manager is at version 0.0.5, which is
from 2002 (19 years old). At startup, there is a spew of errors
about undefined symbols and the plugins can't be loaded. Clearly,
nobody has been using this.
There is a newer development version 0.0.6 from 2007, but it relies
on Linux-only code.
ok kn@ ajacoutot@
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
Update to latest release, which only updates and fixes the autotools
infrastructure and removes the obsolete HTML documentation.
Add trivial -fno-common fix.
ok gnezdo@
we are managing installed files with different mecanism.
it is the v2 for tracking crates installation, and we already remove v1 (.crates.toml).
take care of cleaning ports which are already seen it
problem spotted by landry@
ok landry@
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
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)