Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Nov 2017 21:09:31 +0100
From:      "Herbert J. Skuhra" <herbert@mailbox.org>
To:        Kurt Jaeger <lists@opsec.eu>
Cc:        freebsd-ports@dan.me.uk, ports@FreeBSD.org
Subject:   Re: mail/opendkim
Message-ID:  <87r2t7rz7o.wl-herbert@mailbox.org>
In-Reply-To: <20171109191650.GC49221@home.opsec.eu>
References:  <87tvy3sctp.wl-herbert@mailbox.org> <20171109174217.GB49221@home.opsec.eu> <87shdns2a0.wl-herbert@mailbox.org> <20171109191650.GC49221@home.opsec.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 09 Nov 2017 20:16:50 +0100,
Kurt Jaeger <lists@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87r2t7rz7o.wl-herbert>