anymore.
As a side effect, it unbreaks multimedia/mkvtoolnix on !clang archs.
Proposed by jca@, bulk tested by naddy@ on amd64 (thanks again!), and
me on macppc.
OK jca@
- runtime is broken on all archs
- last release is from 2004; it has been removed since years on other
OSes for this reason
- there is still net/gtk-gnutella in the ports tree as an alternative
OK kmos@ solene@ fcambus@
Implicit MODGCC4_CPPLIBDEP in LIB_DEPENDS is not inherited by
LIB_DEPENDS-*, despite COMPILER_LIBCXX being in WANTLIB-*, so
it's needed to add it.
OK sthen@
strip a leading "v" when it's followed by what looks like a version number,
also have it handle a few other common names seen in ports. likewise when
stripping 'v' from the default WRKDIST, also allow 'V', but only if
followed by digits (which seems a better match to what github are doing).
update the few ports which _require_ updates to match this change.
been through a bulk on i386 (plus I've diffed "make dump-vars" run in
in all ports having GH_TAGNAME before+after applying the patch), ok jca
bogus autoconf tests and missing pieces result in libnetsnmp.so not being linked
to libm, causing breakage that is most noticable in collectd/cups-libs ports
when linking with ld.bfd. bump major due to removed functions and add comments
to Makefile with more info.
if you didn't previously have this file installed (e.g. in ~/.config/pdfpc/pdfpcrc),
it would seem as if all keybindings broke.
fix this by installing the defalut config file to /etc (as hinted to by pdfpcrc(5))
which can still be overriden by a user's local config
regen WANTLIB and remove unused -DMANDIR while here
reminded by espie@