From owner-svn-ports-head@FreeBSD.ORG Mon Mar 23 01:58:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 05A53670; Mon, 23 Mar 2015 01:58:00 +0000 (UTC) Date: Mon, 23 Mar 2015 01:58:00 +0000 From: Alexey Dokuchaev To: Sunpoet Po-Chuan Hsieh Subject: Re: svn commit: r381955 - head/graphics/gdal Message-ID: <20150323015759.GA34402@FreeBSD.org> References: <201503222011.t2MKBHq7091087@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201503222011.t2MKBHq7091087@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Mar 2015 01:58:00 -0000 On Sun, Mar 22, 2015 at 08:11:17PM +0000, Sunpoet Po-Chuan Hsieh wrote: > New Revision: 381955 > URL: https://svnweb.freebsd.org/changeset/ports/381955 > QAT: https://qat.redports.org/buildarchive/r381955/ > > Log: > - Use -lpthread instead of -pthread Is -pthread going away anytime soon? I'm a bit worried of more alike changing one to another; since they're identical right now on FreeBSD, I'd rather reduce amount of patching, leaving whatever is picked by upstream, unless -lpthread really should be preferred over -pthread for some reason I'm unaware of (and ready to learn about). ./danfe