From owner-svn-ports-all@freebsd.org Thu Mar 21 17:01:42 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AD9615481E1; Thu, 21 Mar 2019 17:01:42 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FF376D5B7; Thu, 21 Mar 2019 17:01:42 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lf1-f48.google.com (mail-lf1-f48.google.com [209.85.167.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id C2FAC18FFD; Thu, 21 Mar 2019 17:01:41 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lf1-f48.google.com with SMTP id d18so5146960lfn.3; Thu, 21 Mar 2019 10:01:41 -0700 (PDT) X-Gm-Message-State: APjAAAUc23A7yApPzZnm8RTmLNuqL5nkTO+emGO2Hd8wCy1MVzmnYBrb WaiwyENS6Tr/rtieV39j1rb1eaS22Ut3U2JBi1g= X-Google-Smtp-Source: APXvYqzqmQcrlV18+td2ydwkAN2A7cNP5p+7Kd5cOOz2xVu7vVNNqkChIERw84P3UOsBJJ5/SEvhTdsqKHLxRr3Ox9c= X-Received: by 2002:ac2:424e:: with SMTP id m14mr2616657lfl.4.1553187700512; Thu, 21 Mar 2019 10:01:40 -0700 (PDT) MIME-Version: 1.0 References: <201903211626.x2LGQdJn054768@repo.freebsd.org> <20190321165517.GA21672@FreeBSD.org> In-Reply-To: <20190321165517.GA21672@FreeBSD.org> From: Kyle Evans Date: Thu, 21 Mar 2019 12:01:18 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r496471 - head/lang/lua53 To: Alexey Dokuchaev Cc: David Naylor , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 2FF376D5B7 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2019 17:01:42 -0000 On Thu, Mar 21, 2019 at 11:55 AM Alexey Dokuchaev 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 > > 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 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.