- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
in the RTTI chain, which in turn cause an infinite loop. Add a
workaround for the situation by calling _Exit() in place of exit()
which will not invoke atexit() callbacks.
Reported by: buganini gmail com
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)