From owner-svn-ports-all@FreeBSD.ORG Mon Mar 23 15:04:01 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34D62F37; Mon, 23 Mar 2015 15:04:01 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4567A64; Mon, 23 Mar 2015 15:03:59 +0000 (UTC) Received: from [192.168.1.22] (130.Red-79-158-38.staticIP.rima-tde.net [79.158.38.130]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id E934A43BB3; Mon, 23 Mar 2015 10:03:56 -0500 (CDT) Message-ID: <55102B5B.6040906@marino.st> Date: Mon, 23 Mar 2015 16:03:55 +0100 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Bryan Drewery , marino@freebsd.org, Baptiste Daroussin Subject: Re: svn commit: r381955 - head/graphics/gdal References: <201503222011.t2MKBHq7091087@svn.freebsd.org> <20150323015759.GA34402@FreeBSD.org> <550F8505.8010600@FreeBSD.org> <20150323135711.GB27378@ivaldir.etoilebsd.net> <5510220D.3030505@FreeBSD.org> <5510234A.7040704@marino.st> <55102A1A.9000002@FreeBSD.org> In-Reply-To: <55102A1A.9000002@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Sunpoet Po-Chuan Hsieh , svn-ports-head@freebsd.org, Alexey Dokuchaev , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 23 Mar 2015 15:04:01 -0000 On 3/23/2015 15:58, Bryan Drewery wrote: > On 3/23/2015 9:29 AM, John Marino wrote: >> On 3/23/2015 15:24, Bryan Drewery wrote: >>> -lpthread? Why not -lthr since -lpthread is actually an alias to that? >>> >> >> There is no libthr.so on DragonFly. That would break the port. >> > > I do understand that and do not want to break DragonFly. However, I see > it as the same argument as converting -pthread to -lpthread. It's more > of an example. We aren't adding the conversion of -pthread to -pthread; we are talking about removing the conversion of -lpthread to -pthread. more specifically: we are talking about removing REINPLACE_CMD that replaces -lpthread, removing patches that replace -pthread, and removing the use of PTHREAD_LIBS. John