From owner-svn-ports-all@FreeBSD.ORG Thu Nov 27 19:11:42 2014 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 2BDDBDA2; Thu, 27 Nov 2014 19:11:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 189F7FED; Thu, 27 Nov 2014 19:11:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sARJBfGB002450; Thu, 27 Nov 2014 19:11:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sARJBfOn002448; Thu, 27 Nov 2014 19:11:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201411271911.sARJBfOn002448@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 27 Nov 2014 19:11:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373515 - in head/net/asio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: Thu, 27 Nov 2014 19:11:42 -0000 Author: amdmi3 Date: Thu Nov 27 19:11:41 2014 New Revision: 373515 URL: https://svnweb.freebsd.org/changeset/ports/373515 QAT: https://qat.redports.org/buildarchive/r373515/ Log: - Fix build with gcc - Fix tab after WWW: PR: 193052 Submitted by: jhibbits Approved by: maintainer timeout, bapt Added: head/net/asio/files/ head/net/asio/files/patch-include__asio__impl__error_code.ipp (contents, props changed) Modified: head/net/asio/pkg-descr Added: head/net/asio/files/patch-include__asio__impl__error_code.ipp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/asio/files/patch-include__asio__impl__error_code.ipp Thu Nov 27 19:11:41 2014 (r373515) @@ -0,0 +1,10 @@ +--- include/asio/impl/error_code.ipp.orig 2011-02-22 10:25:34.000000000 +0300 ++++ include/asio/impl/error_code.ipp 2014-11-27 20:24:00.000000000 +0300 +@@ -16,6 +16,7 @@ + #endif // defined(_MSC_VER) && (_MSC_VER >= 1200) + + #include "asio/detail/config.hpp" ++#include + #include "asio/detail/local_free_on_block_exit.hpp" + #include "asio/detail/socket_types.hpp" + #include "asio/error.hpp" Modified: head/net/asio/pkg-descr ============================================================================== --- head/net/asio/pkg-descr Thu Nov 27 19:07:46 2014 (r373514) +++ head/net/asio/pkg-descr Thu Nov 27 19:11:41 2014 (r373515) @@ -2,4 +2,4 @@ Asio is a cross-platform C++ library for that provides developers with a consistent asynchronous model using a modern C++ approach. -WWW: http://think-async.com/Asio/ +WWW: http://think-async.com/Asio/