Hello, while still working on that INN port, I found the following problem I couldn't yet solve:
I'd like to run --with-berkeleydb for a "better" overview style, but the process fails to find either includes or libs of db4 correctly. I've looked into the top level 'configure' file which is generated by autoconf 2.13, but which has settings incompatible with OpenBSD. It doesn't handle the splitting that's in OpenBSD, but also no independent set of variables which I could set to achieve that effect manually. Trying to fiddle with COPTS in the master Makefile was ineffective, as was 'man bsd.port.mk' and then searching for autoreconf. How do I best rebuild a configure file from a given configure.in, then? Best, --Toni++