Update mcast-proxy to HEAD
- Router Alert added to MLD and IGMP queries
- IGMP checksum fix and added bounds checks
- MLDv1 queries aligned with RFC 2710 (reference added)
- MLD upstream filtering aligned with IGMP; fixes for MLD unregistration
and IPv6 address tracking
- Safety/cleanup: socket validity checks, default IGMP switch case,
restricted file-local visibility, moved local prototypes
Tested by Joel Knight.
OK Paul de Weerd (MAINTAINER)
Skip two linker flags on mips64/octeon to unbreak build and strip during fake
This is the last build dep to get sysutils/collect to package.
Feedback OK jca
copy some parts from meson.port.mk for MODPY_PYBUILD=mesonpy; avoids picking
up llvm-ar-XX from ports (ar in base is actually llvm-ar but there's no link,
which confuses various ports build systems so we need to hack around it)
Extract phase uses java. With NO_BUILD set the java module didn't add
the jdk depend for us, so add it ourselves this way:
BUILD_DEPENDS=${MODJAVA_BUILD_DEPENDS}
switch libwebp to building with CMake; this installs modules which are
needed by some software (e.g. OpenImageIO). from Brad. previously attempted
but backed out because it broke py-Pillow, that is now handled.
py-Pillow: like already done for tiff, stop searching for the libwebp
library and just assume that it's available if the header is present.
the search uses find_library_file from distutils which only works if
there's either a static library or a libfoo.so symlink.
from tb@, I tweaked the comment