svn commit: r496471 - head/lang/lua53

Alexey Dokuchaev danfe at freebsd.org
Thu Mar 21 16:55:18 UTC 2019


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.

./danfe


More information about the svn-ports-all mailing list