CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/01/07 13:05:13
Modified files:
www/h2o : Makefile
Log message:
build robustness/reproducibility fixes for the mruby flavour of www/h2o
- building the mruby part of this uses autoconf in an otherwise cmake-based
port build, so it can't use the normal ports infrastructure which passes in
autoconf cache variables to prevent it from finding gawk/ggred/gsed/gmkdir
during the build. pass in the necessary variables by MAKE_ENV instead.
- building mruby uses the static oniguruma library from ports if found at
build time, otherwise builds its own bundled version. add BUILD_DEPENDS
to make sure the ports version of oniguruma is found.
problem reported by tb@, ok tb@ please commit otto@