Date: Thu, 21 Mar 2019 12:01:18 -0500 From: Kyle Evans <kevans@freebsd.org> To: Alexey Dokuchaev <danfe@freebsd.org> Cc: David Naylor <dbn@freebsd.org>, svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r496471 - head/lang/lua53 Message-ID: <CACNAnaEF%2BNPqbir=ADn1YeFHvaqx25-6uK1qFsxM9ttxYScvPg@mail.gmail.com> In-Reply-To: <20190321165517.GA21672@FreeBSD.org> References: <201903211626.x2LGQdJn054768@repo.freebsd.org> <20190321165517.GA21672@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 21, 2019 at 11:55 AM Alexey Dokuchaev <danfe@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@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNAnaEF%2BNPqbir=ADn1YeFHvaqx25-6uK1qFsxM9ttxYScvPg>