From owner-svn-ports-head@FreeBSD.ORG Tue Aug 19 07:49:18 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68BE1EF7; Tue, 19 Aug 2014 07:49:18 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D0B23B75; Tue, 19 Aug 2014 07:49:18 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 865D4BDC4C; Tue, 19 Aug 2014 09:49:16 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 811ACBDC44; Tue, 19 Aug 2014 09:49:16 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 0FB0BEA33BF; Tue, 19 Aug 2014 09:49:16 +0200 (CEST) Date: Tue, 19 Aug 2014 09:49:16 +0200 From: Mathieu Arnold To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r362825 - head/www/nghttp2 Message-ID: <596064B0D3A865113A361B2D@atuin.in.mat.cc> In-Reply-To: <201407241622.s6OGMwis028007@svn.freebsd.org> References: <201407241622.s6OGMwis028007@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline 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: Tue, 19 Aug 2014 07:49:18 -0000 +--On 24 juillet 2014 16:22:58 +0000 Sunpoet Po-Chuan Hsieh wrote: | Author: sunpoet | Date: Thu Jul 24 16:22:57 2014 | New Revision: 362825 | URL: http://svnweb.freebsd.org/changeset/ports/362825 | QAT: https://qat.redports.org/buildarchive/r362825/ | | Log: | - Update to 0.5.1 | | Changes: https://github.com/tatsuhiro-t/nghttp2/releases After this, I get build error: In file included from http2.cc:25: ./http2.h:43:17: error: no member named 'move' in namespace 'std' : name(std::move(name)), ~~~~~^ ./http2.h:44:18: error: no member named 'move' in namespace 'std' value(std::move(value)), ~~~~~^ ssl.cc:29:10: fatal error: 'mutex' file not found #include ^ .... -- Mathieu Arnold