From owner-svn-ports-head@FreeBSD.ORG Sat Mar 29 21:11:12 2014 Return-Path: Delivered-To: svn-ports-head@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 ESMTPS id 5DBD7245; Sat, 29 Mar 2014 21:11:12 +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 4A469CA3; Sat, 29 Mar 2014 21:11:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TLBCcu084627; Sat, 29 Mar 2014 21:11:12 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2TLBBh2084625; Sat, 29 Mar 2014 21:11:11 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201403292111.s2TLBBh2084625@svn.freebsd.org> From: Dmitry Marakasov Date: Sat, 29 Mar 2014 21:11:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349591 - in head/games/opencity: . 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.17 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: Sat, 29 Mar 2014 21:11:12 -0000 Author: amdmi3 Date: Sat Mar 29 21:11:11 2014 New Revision: 349591 URL: http://svnweb.freebsd.org/changeset/ports/349591 QAT: https://qat.redports.org/buildarchive/r349591/ Log: - Fix build on 10.x - Convert USE_BZIP2 to USES Added: head/games/opencity/files/ head/games/opencity/files/patch-src__tinyxpath__node_set.cpp (contents, props changed) Modified: head/games/opencity/Makefile Modified: head/games/opencity/Makefile ============================================================================== --- head/games/opencity/Makefile Sat Mar 29 20:38:57 2014 (r349590) +++ head/games/opencity/Makefile Sat Mar 29 21:11:11 2014 (r349591) @@ -11,9 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}stab MAINTAINER= amdmi3@FreeBSD.org COMMENT= Free 3D city simulator -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= tar:bzip2 gmake pkgconfig USE_SDL= sdl mixer image net USE_GL= gl glu USE_GCC= any Added: head/games/opencity/files/patch-src__tinyxpath__node_set.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/opencity/files/patch-src__tinyxpath__node_set.cpp Sat Mar 29 21:11:11 2014 (r349591) @@ -0,0 +1,12 @@ +--- src/tinyxpath/node_set.cpp.orig 2011-07-03 20:36:33.000000000 +0400 ++++ src/tinyxpath/node_set.cpp 2014-03-28 20:44:24.828732644 +0400 +@@ -23,9 +23,7 @@ + */ + + #include "node_set.h" +-#ifdef HAVE_STDINT_H + #include "stdint.h" // for intptr_t (32/64 bits void* pointer compatibility) +-#endif + + namespace TinyXPath + {