From owner-svn-ports-all@FreeBSD.ORG Mon Mar 23 18:30:04 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 0DB1E81E; Mon, 23 Mar 2015 18:30:04 +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 6A893836; Mon, 23 Mar 2015 18:30:03 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 12A9A43BD2; Mon, 23 Mar 2015 13:29:56 -0500 (CDT) Message-ID: <55105B9C.6030404@marino.st> Date: Mon, 23 Mar 2015 19:29:48 +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: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org 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> <20150323143311.GC27378@ivaldir.etoilebsd.net> <20150323182248.GG7893@graf.pompo.net> In-Reply-To: <20150323182248.GG7893@graf.pompo.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit 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 18:30:04 -0000 On 3/23/2015 19:22, Thierry Thomas wrote: > Le lun 23 mar 15 à 15:33:12 +0100, Baptiste Daroussin > écrivait : > >>>> This is not pointless at all this is a long standing thing that should be >>>> cleaned out for a while, portmgr already gave long ago some blanket to some >>>> developers to remove that along with all usage of PTHREAD_LIBS. > > I have no example in mind right know, but I've already seen some ports > where we must add a missing threading library. > > 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. John