From owner-svn-ports-all@FreeBSD.ORG Tue Mar 24 18:28:55 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 E12D69F8; Tue, 24 Mar 2015 18:28:55 +0000 (UTC) Received: from mailrelay111.isp.belgacom.be (mailrelay111.isp.belgacom.be [195.238.20.138]) by mx1.freebsd.org (Postfix) with ESMTP id C103B199; Tue, 24 Mar 2015 18:28:54 +0000 (UTC) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=o+amxqHLy7+dd/uQ+LUqZyoNQm/aGJUjZTPtnbq5Ku0= c=1 sm=2 a=kj9zAlcOel0A:10 a=6I5d2MoRAAAA:8 a=uZvujYp8AAAA:8 a=RAPgJKPHEx2TuiYz53MA:9 a=CjuIK1q_8ugA:10 a=oorckQxKVFwA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2AOGQCIrBFV/y+M8VFcgwZSTgzGSoUsQwQCAoE9TQEBAQEBAX1BAQGDUgEFOhwjEAsOCgklDyoeBhOIMwEIyRkBAQEBAQEBAwEBAQEBAQEbiyGEdgeELQWUP4V/gVaSVyKDbz0xAYJCAQEB Received: from 47.140-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.140.47]) by relay.skynet.be with ESMTP; 24 Mar 2015 19:28:53 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t2OISpg0095972; Tue, 24 Mar 2015 19:28:51 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Tue, 24 Mar 2015 19:28:51 +0100 From: Tijl Coosemans To: David Chisnall Subject: Re: svn commit: r381955 - head/graphics/gdal Message-ID: <20150324192851.082bb618@kalimero.tijl.coosemans.org> In-Reply-To: <22E9C187-E473-40FB-A26C-7666477BEB58@FreeBSD.org> References: <201503222011.t2MKBHq7091087@svn.freebsd.org> <20150323015759.GA34402@FreeBSD.org> <22E9C187-E473-40FB-A26C-7666477BEB58@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Tue, 24 Mar 2015 18:28:56 -0000 On Mon, 23 Mar 2015 09:18:40 +0000 David Chisnall wrote: > The -pthread flag was proposed for inclusion in UNIX98, but was never > consistently or widely adopted. It's basically dead now, though not > actively harmful. There is no particular reason to prefer one form to > the other (-pthread is, in theory, more portable, though theory and > practice can differ). POSIX talks about libpthread and -lpthread so that's probably the most portable now: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html