From owner-svn-ports-all@FreeBSD.ORG Wed Mar 25 19:56:58 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 6B81227C; Wed, 25 Mar 2015 19:56:58 +0000 (UTC) Received: from mail-yk0-x232.google.com (mail-yk0-x232.google.com [IPv6:2607:f8b0:4002:c07::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1D025A5F; Wed, 25 Mar 2015 19:56:58 +0000 (UTC) Received: by ykfc206 with SMTP id c206so18624276ykf.1; Wed, 25 Mar 2015 12:56:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=NLez5GqnxhQzw6tVb0ecOYjct5gJiPFO5RTsGAUSHEk=; b=j/FdzBjzBcP0iM4PLtAN+Dp+OHooKQ8eaVMLWNqNngkLgWalaUF1r4JDOoDZOmG3cK 7/NtwPLTfMueeQDB5Iiew54wvFiGFzIamQAWs9A/ovZAEftgx/Jw7qJTV9JujoEqObTf z3FRerOhrRkCtaZL4aEbzvj7OwbvhT2DEzPFRGSjh8MvzVmiAxjPp3g5lDeAZtzFnhBs 37SVKPv7BgAz07uEGPIJ8KSVscGBGb7F4kyThb2JPqCt0KPHQZJPpJKKEy1PWuT7CWWe x46OrG+I5ubLelaKgA5d1xuEX+FYFIjOAIju5uW6gzJxgWNIx7nRF9Gik8e5WtFkdIrJ MeCg== X-Received: by 10.52.106.35 with SMTP id gr3mr11563998vdb.78.1427313417071; Wed, 25 Mar 2015 12:56:57 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id ew3sm2581675vdb.4.2015.03.25.12.56.55 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Mar 2015 12:56:56 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 25 Mar 2015 20:56:52 +0100 From: Baptiste Daroussin To: Tijl Coosemans Subject: Re: svn commit: r381955 - head/graphics/gdal Message-ID: <20150325195652.GD63722@ivaldir.etoilebsd.net> References: <201503222011.t2MKBHq7091087@svn.freebsd.org> <20150323015759.GA34402@FreeBSD.org> <22E9C187-E473-40FB-A26C-7666477BEB58@FreeBSD.org> <20150324192851.082bb618@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="a1QUDc0q7S3U7/Jg" Content-Disposition: inline In-Reply-To: <20150324192851.082bb618@kalimero.tijl.coosemans.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, Alexey Dokuchaev , svn-ports-all@freebsd.org, David Chisnall , ports-committers@freebsd.org, Sunpoet Po-Chuan Hsieh 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: Wed, 25 Mar 2015 19:56:58 -0000 --a1QUDc0q7S3U7/Jg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 24, 2015 at 07:28:51PM +0100, Tijl Coosemans wrote: > 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). >=20 > POSIX talks about libpthread and -lpthread so that's probably the most > portable now: > http://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html >=20 The thing is both clang and gcc have special handling for -pthread, so it is probably safer to use -pthread when we do have to set it ourself Bapt --a1QUDc0q7S3U7/Jg Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlUTEwQACgkQ8kTtMUmk6EzjsQCcDIF1eB9l5tAE6jWE9O6UIqQn IcAAoI1usZzXuqA7hBLewW23KeWuBaVc =LCeP -----END PGP SIGNATURE----- --a1QUDc0q7S3U7/Jg--