From owner-svn-ports-all@freebsd.org Mon Mar 25 13:02:36 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 3662915607B4; Mon, 25 Mar 2019 13:02:36 +0000 (UTC) (envelope-from rakuco@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 CDC966ADD1; Mon, 25 Mar 2019 13:02:35 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from [192.168.86.43] (dhcp-077-251-154-188.chello.nl [77.251.154.188]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: rakuco/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 3D81D1EF08; Mon, 25 Mar 2019 13:02:35 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Subject: Re: svn commit: r496820 - head/graphics/ilmbase From: Raphael Kubo da Costa To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201903251300.x2PD0NkY009171@repo.freebsd.org> Message-ID: <9b1dc526-34b7-6712-f6a0-b5ece9ad6610@FreeBSD.org> Date: Mon, 25 Mar 2019 14:02:24 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.0 MIME-Version: 1.0 In-Reply-To: <201903251300.x2PD0NkY009171@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: CDC966ADD1 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.94)[-0.941,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: Mon, 25 Mar 2019 13:02:36 -0000 On 3/25/19 2:00 PM, Raphael Kubo da Costa wrote: > Author: rakuco > Date: Mon Mar 25 13:00:23 2019 > New Revision: 496820 > URL: https://svnweb.freebsd.org/changeset/ports/496820 > > Log: > Simplify pthread + libtool workaround. > > Improve upon r496818. Instead of setting both MAKE_ENV and patching ilmthread's > Makefile, just make sure PTHREAD_LIBS is set a configuration time. This is what > Debian does, and it achieves the same solution with fewer lines. > > While here, add an explanation for why we need this. > > PR: 236734 > Approved by: mandree (maintainer) Differential Revision: https://reviews.freebsd.org/D19700