Hi,
this is also related to LUA and has a proposed patch
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232953
Can some committer soul have a look? Thank you.
El 2017-11-09 21:09, Herbert J. Skuhra escribió:
On Thu, 09 Nov 2017 20:16:50 +0100,
Kurt Jaeger <[email protected]> wrote:
Hi!
> > > Can you/anyone commit it?
> >
> > A simple build-test looks OK (but fails if LUA is enabled),
> > but I can't run-test it. Can you do it ?
> >
> > With LUA I've seen some strange thing on a simple build-test
> > on a loaded box, must re-do it in poudriere.
>
> Hmm, autoreconf obviously overwrites the LUA changes to configure. :-(
>
> pre-configure:
> ${REINPLACE_CMD} -e '/LIBLUA_LIBS/s/lua5\.[0-9]/lua-${LUA_VER}/' \
> -e '/PKG_CONFIG/s/lua5\.[0-9]/lua-${LUA_VER}/' \
Any idea on how to solve it ? I've other tasks on my plate, sorry...
If it's OK to use autoreconf then we could modify configure.ac instead
of configure!? e.g: Replacing the pre-configure part with:
pre-configure:
${REINPLACE_CMD} -e
'/PKG_CHECK_MODULES/s/lua5\.[0-9]/lua-${LUA_VER}/' \
-e '/PKG_CHECK_MODULES/s/cyrussasl/libsasl2/'
\
${WRKSRC}/configure.ac
--
Herbert
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to
"[email protected]"
--
José Pérez
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"