svn commit: r309792 - in head/games/0ad: . files

Guido Falsi madpilot at FreeBSD.org
Tue Jan 1 23:25:38 UTC 2013


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


More information about the svn-ports-all mailing list