* The sysctlinfo interface (sysutils/sysctlinfo-kmod) is now required as
build/run dependency which relies on the "oid_label" constant that was
introduced in FreeBSD 1200019.
Thus set the port to IGNORE if the above doesn't apply while I'm here. [1]
Changelog:
* Show nodes up to CTL_MAXNAME (24) levels
* Show the right value of the nodes without the last name
* Show a subtree without leaves (the nodes are all CTLTYPE_NODE)
* The sysctlinfo interface is 30% more efficient than the kernel
undocumented interface [1]
PR: 240391
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330