Date: Thu, 21 Mar 2019 16:55:17 +0000 From: Alexey Dokuchaev <danfe@freebsd.org> To: David Naylor <dbn@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r496471 - head/lang/lua53 Message-ID: <20190321165517.GA21672@FreeBSD.org> In-Reply-To: <201903211626.x2LGQdJn054768@repo.freebsd.org> References: <201903211626.x2LGQdJn054768@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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. ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190321165517.GA21672>