Date: Tue, 1 Jan 2013 23:25:37 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309792 - in head/games/0ad: . files Message-ID: <201301012325.r01NPbFm062926@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301012325.r01NPbFm062926>