From owner-svn-ports-branches@FreeBSD.ORG Sun Nov 30 20:09:13 2014 Return-Path: Delivered-To: svn-ports-branches@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 55F74579; Sun, 30 Nov 2014 20:09:13 +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 4169DD23; Sun, 30 Nov 2014 20:09:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAUK9DDf057798; Sun, 30 Nov 2014 20:09:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAUK9DbP057797; Sun, 30 Nov 2014 20:09:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201411302009.sAUK9DbP057797@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 30 Nov 2014 20:09:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r373686 - branches/2014Q4/games/rtb/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 20:09:13 -0000 Author: amdmi3 Date: Sun Nov 30 20:09:12 2014 New Revision: 373686 URL: https://svnweb.freebsd.org/changeset/ports/373686 QAT: https://qat.redports.org/buildarchive/r373686/ Log: MFH: r373682 - Fix build with clang 3.5 Submitted by: antoine Approved by: ports-secteam (rea) Modified: branches/2014Q4/games/rtb/files/patch-team-framework__stdnamespace.h Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/games/rtb/files/patch-team-framework__stdnamespace.h ============================================================================== --- branches/2014Q4/games/rtb/files/patch-team-framework__stdnamespace.h Sun Nov 30 20:00:46 2014 (r373685) +++ branches/2014Q4/games/rtb/files/patch-team-framework__stdnamespace.h Sun Nov 30 20:09:12 2014 (r373686) @@ -1,16 +1,12 @@ ---- team-framework/stdnamespace.h.orig -+++ team-framework/stdnamespace.h -@@ -25,9 +25,13 @@ - +--- team-framework/stdnamespace.h.orig 2005-01-06 20:59:18.000000000 +0300 ++++ team-framework/stdnamespace.h 2014-11-30 22:10:41.000000000 +0300 +@@ -26,8 +26,4 @@ **************************************************************************/ -+#if !defined(_LIBCPP_VERSION) #include // This file contains the forward declaration in particular of std::string - - namespace std - { - template class auto_ptr; // Origin: The header file - } -+#else +- +-namespace std +-{ +- template class auto_ptr; // Origin: The header file +-} +#include -+#endif