From owner-svn-ports-head@FreeBSD.ORG Mon Nov 10 13:50:24 2014 Return-Path: Delivered-To: svn-ports-head@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 85A5CA8F; Mon, 10 Nov 2014 13:50:24 +0000 (UTC) Received: from mail-ie0-x231.google.com (mail-ie0-x231.google.com [IPv6:2607:f8b0:4001:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B46B605; Mon, 10 Nov 2014 13:50:24 +0000 (UTC) Received: by mail-ie0-f177.google.com with SMTP id tp5so9196736ieb.36 for ; Mon, 10 Nov 2014 05:50:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=a/Id76+qfvIsssSOmRz67SBEZMDqH10v4K3OSSlBzz8=; b=seK1opS7H0LQxkXlVrBrup21+dO5kVuCBUcPZUGDG2L/nt9TuImEvE+SfoeUPYiuAj wKmUZn+ZlCvUcbpPmoWXjbvSocKzn2/ofUUmA23kJwlehkUhXvc7OjqxKmctNkNCqIfe v6Kqxv6cDX9MNw3rKPssRPxzgdphLtWiT3VbPeFVHpG7rTz7wiXB/3A6cw+kRFEElYX5 AWa3mzq4t3WtiNQ9gu4LHL+10f2zHJT3msLpNNGaR8QnlOr6j7bIKD3pPjE0/naWoM75 raQsDI0ee3ZhfviNrpjIshBCmR7iU7XO3RR3CHNElN7hZ+v5yClJCr+BI93RM4NQpwtg 9xzw== MIME-Version: 1.0 X-Received: by 10.107.18.1 with SMTP id a1mr2093591ioj.83.1415627423619; Mon, 10 Nov 2014 05:50:23 -0800 (PST) Sender: vg.freebsd@gmail.com Received: by 10.42.121.204 with HTTP; Mon, 10 Nov 2014 05:50:23 -0800 (PST) In-Reply-To: <5460C1E5.1020004@marino.st> References: <201411101343.sAADhC00073291@svn.freebsd.org> <5460C1E5.1020004@marino.st> Date: Mon, 10 Nov 2014 17:50:23 +0400 X-Google-Sender-Auth: Qx8pEL4VI9OVsywa5sY6zJIZ0j8 Message-ID: Subject: Re: svn commit: r372392 - in head/sysutils/cbsd: . files From: Veniamin Gvozdikov To: marino@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2014 13:50:24 -0000 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?