no longer needed since 6.9 was dropped from quirks. (experience has shown
that having these around when not needed causes some confusion when using
another port as a template for a new one; not least by me ;)
/path/to/file" is no longer implicitly treated as a request to format
the specified file. (other common man(1) implementations look for / in
the argument to decide whether to treat as a file).
diff from tb@; schwarze@ proposed an alternative (passing MAN=mandoc),
but this version is safer if upstream change things in a future version.
- switch from MODPY_SETUPTOOLS to MODPY_PYBUILD
- make BDEPs explicit and add missing BDEP on py-versioneer
- remove redundant TDEP on py-test
- remove unneeded TDEP on py-nose
- use MODPY_TEST_DIR instead of custom pre-test and do-test targets
ok martin@ (MAINTAINER), tweaks and ok sthen@
(whilst forcing 2.2 for the build). ok edd@
can probably just be converted to use newer guile anyway but I'll leave
that for someone who can test better.
It is pulled by the old x11/gnome/librsvg used by non rust arches and this
breaks rust arches because this WANTLIB becomes unreachable (new librsvg does
not depend on it).
Not sure what the best course of action is for the future but right now let's
make sure to regen WANTLIB on arches that support the current librsvg version.
As reported by Joseph Herning on ports@, the most recent wxMaxima version
update stopped showing the output of expressions. The problematic commit
was bisected and is reverted locally. This appears to restore expected
behaviour.