java/bootstrap-openjdk*: Revert 13f33637597.
BUNDLE_LIBS is for preventing _providing_ libraries. In this
case the pre-compiled binary distributed has dependencies on
libraries that are not provided here. BUNDLE_LIBS does not
help the problem.
(cherry picked from commit 845acc2903f0d1e4a4bf7389db7825b95241a913)
java/bootstrap-openjdk*: Revert 13f33637597.
BUNDLE_LIBS is for preventing _providing_ libraries. In this
case the pre-compiled binary distributed has dependencies on
libraries that are not provided here. BUNDLE_LIBS does not
help the problem.
security/tripwire: Add twtest back
9282b881947e removed twtest as though it was built, it was not installed
by default. We now install it out-of-bounds.
(cherry picked from commit 63f35fc38d3b5d5f1561ca019d2c346ff72a65d8)
security/tripwire: Fix manual build
When building by hand ${PREFIX}/man with no subdirectories is created.
A less invasive fix is to remove the directory after the fact but before
packaging.
(cherry picked from commit 5563ffe84ff5eda3601925f7dfe0eeef3952ab7c)