From owner-svn-ports-head@FreeBSD.ORG Tue Jan 1 23:25:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3BEDE39B; Tue, 1 Jan 2013 23:25:38 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 074978FC08; Tue, 1 Jan 2013 23:25:38 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r01NPbh8062930; Tue, 1 Jan 2013 23:25:37 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r01NPbFm062926; Tue, 1 Jan 2013 23:25:37 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201301012325.r01NPbFm062926@svn.freebsd.org> From: Guido Falsi Date: Tue, 1 Jan 2013 23:25:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309792 - in head/games/0ad: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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, 01 Jan 2013 23:25:38 -0000 Author: madpilot Date: Tue Jan 1 23:25:37 2013 New Revision: 309792 URL: http://svnweb.freebsd.org/changeset/ports/309792 Log: - Modify clang 3.2 fix to be the same as committed to the project's repository. - Bump PORTREVISION Obtained from: http://trac.wildfiregames.com/changeset/13031#file10 Deleted: head/games/0ad/files/patch-source-lib-debug.cpp Modified: head/games/0ad/Makefile head/games/0ad/files/patch-source-lib-debug.h Modified: head/games/0ad/Makefile ============================================================================== --- head/games/0ad/Makefile Tue Jan 1 23:09:16 2013 (r309791) +++ head/games/0ad/Makefile Tue Jan 1 23:25:37 2013 (r309792) @@ -2,6 +2,7 @@ PORTNAME= 0ad PORTVERSION= 0.0.12 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/zero-ad/releases DISTFILES= ${PORTNAME}-${PORTVERSION}-alpha-unix-build.tar.xz \ Modified: head/games/0ad/files/patch-source-lib-debug.h ============================================================================== --- head/games/0ad/files/patch-source-lib-debug.h Tue Jan 1 23:09:16 2013 (r309791) +++ head/games/0ad/files/patch-source-lib-debug.h Tue Jan 1 23:25:37 2013 (r309792) @@ -1,11 +1,11 @@ ---- source/lib/debug.h.orig 2012-12-27 22:32:56.384331917 +0100 -+++ source/lib/debug.h 2012-12-27 22:33:41.699327215 +0100 +--- source/lib/debug.h.orig 2013-01-01 21:48:34.000000000 +0100 ++++ source/lib/debug.h 2013-01-01 21:49:29.000000000 +0100 @@ -122,7 +122,7 @@ * debugging the symbol engine. * use 0 as the initial value to avoid allocating .rdata space. **/ -const atomic_bool DEBUG_SUPPRESS = 0xAB; -+extern const atomic_bool DEBUG_SUPPRESS; ++static const atomic_bool DEBUG_SUPPRESS = 0xAB; /** * choices offered by the error dialog that are returned