From owner-svn-ports-all@FreeBSD.ORG Mon Mar 23 21:05:09 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 C072693E; Mon, 23 Mar 2015 21:05:09 +0000 (UTC) Received: from mx1a.lautre.net (mx1a.lautre.net [80.67.160.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.lautre.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0FFEDD64; Mon, 23 Mar 2015 21:05:09 +0000 (UTC) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: thierry@pompo.net) by mx1a.lautre.net (Postfix) with ESMTPSA id E7FC44127F; Mon, 23 Mar 2015 22:05:05 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id 63FBB71E487; Mon, 23 Mar 2015 22:05:05 +0100 (CET) Date: Mon, 23 Mar 2015 22:05:05 +0100 From: Thierry Thomas To: marino@freebsd.org Subject: Re: svn commit: r381955 - head/graphics/gdal Message-ID: <20150323210505.GN7893@graf.pompo.net> Mail-Followup-To: marino@freebsd.org, Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201503222011.t2MKBHq7091087@svn.freebsd.org> <20150323015759.GA34402@FreeBSD.org> <550F8505.8010600@FreeBSD.org> <20150323135711.GB27378@ivaldir.etoilebsd.net> <5510220D.3030505@FreeBSD.org> <20150323143311.GC27378@ivaldir.etoilebsd.net> <20150323182248.GG7893@graf.pompo.net> <55105B9C.6030404@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <55105B9C.6030404@marino.st> X-Operating-System: FreeBSD 10.1-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, Baptiste Daroussin , 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 21:05:09 -0000 Le lun 23 mar 15 à 19:29:48 +0100, John Marino écrivait : > > Something like: > > LDFLAGS+= ${PTHREAD_LIBS} > > > > In these cases, it seems better to keep PTHREAD_LIBS than to hardcode > > some variant of -lpthread. > > > > Regards, > > > > see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198794 > > 1) it's set to -pthread right now > 2) PTHREAD_LIBS is supposed to disappear from ports. I know, but I'm just suggesting to keep it for these cases. -- Th. Thomas.