From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 18:20:51 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 691215E7; Tue, 17 Sep 2013 18:20:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 562DA288E; Tue, 17 Sep 2013 18:20:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HIKpqM005638; Tue, 17 Sep 2013 18:20:51 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HIKpoB005637; Tue, 17 Sep 2013 18:20:51 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201309171820.r8HIKpoB005637@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 17 Sep 2013 18:20:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327499 - head/games/numptyphysics/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.14 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: Tue, 17 Sep 2013 18:20:51 -0000 Author: amdmi3 Date: Tue Sep 17 18:20:50 2013 New Revision: 327499 URL: http://svnweb.freebsd.org/changeset/ports/327499 Log: Fix build with clang/libc++ Added: head/games/numptyphysics/files/ head/games/numptyphysics/files/patch-happyhttp.cpp (contents, props changed) Added: head/games/numptyphysics/files/patch-happyhttp.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/numptyphysics/files/patch-happyhttp.cpp Tue Sep 17 18:20:50 2013 (r327499) @@ -0,0 +1,25 @@ +--- happyhttp.cpp.orig 2008-08-28 14:08:27.000000000 +0400 ++++ happyhttp.cpp 2013-09-17 21:10:39.685520377 +0400 +@@ -30,6 +30,7 @@ + #ifndef WIN32 + // #include + #include ++ #include + #include + #include + #include // for gethostbyname() +@@ -45,11 +46,14 @@ + #include + #include + #include ++#include + + #include + #include + #include + #include ++#include ++#include + + +