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.
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@