Update to use jdk 11+ to run:
* Use javaPathHelper to set default value for JAVA_HOME and remove
requirement that this be pre-set in the environment.
okay ajacoutot@ ian@
avoid subsurface failing if coreutils was present during configure then
junked during build; this is a messy port which builds various libraries
with different build systems (qmake, autoconf, cmake) so doesn't use all
parts of the normal MODULES for those.
populate the dir for the autoconf part of the build (libdivecomputer)
by explicitly using MODGNU_configure from gnu.port.mk before running
configure; set CONFIGURE_SCRIPT to /usr/bin/true to prevent it from
actually trying to run configure at that time (which it would otherwise
try and run with the flags needed for cmake).
reported by/ok tb
update monitoring-plugins to a git checkout from shortly after 3.0-rc1,
hopefully to get wider testing before a 3.0 release. rolls in some previous
patches. adds various patches for 64-bit time_t and others.
Put snmp engineids in a struct instead of having the data/length in
everything that needs in. This is in preparation for wider use of the
engineids
OK jmatthew@
Fix vmm(4) id assignment in vm_create.
My recent changes to fix race conditions confused vmm's global vm
counter with the always-incrementing index used for identifying new
vm's. This caused id collision resulting in vmd(8) not cleanly
rebooting vm's.
Reported by bluhm@.
ok bluhm@, mlarkin@
Add support for the Genesys Logic GL9755 SDHC controller. This includes
the SDHC controller found on some of the Apple Silicon laptops.
ok stsp@, mlarkin@
Rewrite the adj-rib-out code to not be per-peer based but instead
global with a peer bitmap to know which peer holds which prefix version.
So a pt_entry now includes an array of struct adjout_prefix elements
each entry is for a different path (different set of attributes) and
includes a bitmap that tracks which peers include this prefix / attr combo.
An optimisation on top of this is that the path_id_tx is forced to 0 for
peers that have no add-path send enabled. This way the lookup for this
common case is less deep.
The peer_reaper is now replaced with a simple adjout_prefix_dump call.
In general this reduces memory consumption by more than 50% especially if
the outbound filters are producing the same path for many peers. My IXP
test setup dropped from over 20GB to below 5GB memory usage.
OK tb@
import games/lzdoom
tweaks and ok bentley@
DESCR:
LZDoom is a fork of the GZDoom source port centered around lower-end
computers. LZDoom follows GZDoom's feature set and has a few
enhancements of its own. It employs an OpenGL 2 based renderer.
Update to 2.17.0 which requires jdk-17+
* rewrite zaproxy script to add --jvmdebug / --jvmdebug=<port> support
similar to upstream zap.sh
* set default memory 1/2 datasize ulimit
* allow user to set -dir and have it get the correct .ZAP_JVM.properties
file
* default JDK_JAVA_OPTIONS to -Dawt.useSystemAAFontSettings=on if unset
with input and ok armani@