svn commit: r496471 - head/lang/lua53

Kyle Evans kevans at freebsd.org
Thu Mar 21 17:01:42 UTC 2019


On Thu, Mar 21, 2019 at 11:55 AM Alexey Dokuchaev <danfe at freebsd.org> wrote:
>
> On Thu, Mar 21, 2019 at 04:26:39PM +0000, David Naylor wrote:
> > New Revision: 496471
> > URL: https://svnweb.freebsd.org/changeset/ports/496471
> >
> > Log:
> >   lang/lua: workaround dlopen/libthr bug on FreeBSD 12
> >
> >   Submitted by:       Russel Haley <russ.haley at gmail.com>
> >   Differential Revision:      https://reviews.freebsd.org/D18939
> >
> > Modified:
> >   head/lang/lua53/Makefile
> >
> > Modified: head/lang/lua53/Makefile
> > ==============================================================================
> > --- head/lang/lua53/Makefile  Thu Mar 21 15:05:27 2019        (r496470)
> > +++ head/lang/lua53/Makefile  Thu Mar 21 16:26:39 2019        (r496471)
> > @@ -3,6 +3,7 @@
> >
> >  PORTNAME=    lua
> >  DISTVERSION= 5.3.5
> > +PORTREVISION=1
>
> Missing <tab> after = here.
>
> >  CFLAGS+=     -fPIC
> > +# 2019-01-25: -pthread in LIBS is a work around for the following bug:
> > +# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235211
> > +LIBS+=       -pthread
>
> Wasn't this bug fixed in base (src) r343566?  It was supposed to be
> MFC'ed two weeks later.
>

That unfortunately doesn't help the fact that it doesn't have an EN
issued for it, so it still affects the release.


More information about the svn-ports-all mailing list