On 2014/01/14 08:19, Remi Locherer wrote:
> ping
groff is picked up by configure and used at the end of build, I think this
should be disabled, which can be done with a tweak to site.config.m4,
post-configure:
@(echo "define(\`confCC', \`${CC}')"; \
- echo "define(\`confOPTIMIZE', \`${CFLAGS}')") \
+ echo "define(\`confOPTIMIZE', \`${CFLAGS}')"; \
+ echo "define(\`confNO_MAN_BUILD')") \
>${WRKSRC}/devtools/Site/site.config.m4
I'm a bit unsure about the reload support, it does have some support, but
a number of config options aren't handled, and it loses command line values
(which may be passed in via dkim_filter_flags), so I think maybe it's better
not to have that exposed by rc.d?