On Thu, 09 Nov 2017 20:16:50 +0100,
Kurt Jaeger <li...@opsec.eu> 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
_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to