On 2019/02/27 15:11, Diana Eichert wrote: > Is this port for current? I have 6.4 on the USG and it failed here.
yes, for 6.4 you need to at least change
do-gen:
cd ${WRKSRC} && ${AUTOCONF_ENV} autoreconf -fi
to
post-patch:
cd ${WRKSRC} && AUTOMAKE_VERSION=${AUTOMAKE_VERSION}
AUTOCONF_VERSION=${AUTOCONF_VERSION} autoreconf -fi
