From owner-svn-ports-all@FreeBSD.ORG Mon Nov 10 13:54:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88819BBF; Mon, 10 Nov 2014 13:54: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 5D0996C5; Mon, 10 Nov 2014 13:54: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 D8B4043B8C; Mon, 10 Nov 2014 07:53:45 -0600 (CST) Message-ID: <5460C357.8040904@marino.st> Date: Mon, 10 Nov 2014 14:53:27 +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: Veniamin Gvozdikov , marino@freebsd.org Subject: Re: svn commit: r372392 - in head/sysutils/cbsd: . files References: <201411101343.sAADhC00073291@svn.freebsd.org> <5460C1E5.1020004@marino.st> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, 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, 10 Nov 2014 13:54:04 -0000 On 11/10/2014 14:50, Veniamin Gvozdikov wrote: > > > 2014-11-10 16:47 GMT+03:00 John Marino >: > > On 11/10/2014 14:43, Veniamin Gvozdikov wrote: > > Author: vg > > Date: Mon Nov 10 13:43:11 2014 > > New Revision: 372392 > > URL: https://svnweb.freebsd.org/changeset/ports/372392 > > QAT: https://qat.redports.org/buildarchive/r372392/ > > > > Log: > > - Bump PORTREVISION > > - Added -pthread due to failing to build > > > > PR: ports/194879 > > Submitted by: olevole@olevole.ru > > > > I think we are supposed to remove -pthread and replace with -lpthread > now. The section in porters handbook about -pthread as already been > removed. > > > When -pthread will remove? > The documentation was removed a couple of weeks ago. The actual need for -pthread has been gone for months or years (I don't know exactly when the last release of FreeBSD the required it expired, somebody else surely does though). Does it matter when the documentation was removed? Doing the right thing has the most importance. John