From owner-svn-ports-head@FreeBSD.ORG Tue Dec 3 23:14:36 2013 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 C760FD65; Tue, 3 Dec 2013 23:14:36 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B36391A7E; Tue, 3 Dec 2013 23:14:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB3NEav3036554; Tue, 3 Dec 2013 23:14:36 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB3NEaVG036552; Tue, 3 Dec 2013 23:14:36 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201312032314.rB3NEaVG036552@svn.freebsd.org> From: Gerald Pfeifer Date: Tue, 3 Dec 2013 23:14:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335597 - in head/games/battletanks: . 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: Tue, 03 Dec 2013 23:14:36 -0000 Author: gerald Date: Tue Dec 3 23:14:35 2013 New Revision: 335597 URL: http://svnweb.freebsd.org/changeset/ports/335597 Log: Fix the build with GCC 4.7 and later (which do fewer extraneous #includes of system include files). [1] On the way adjust to the new LIB_DEPENDS format. PR: 183342 [1] Submitted by: Christoph Moench-Tegeder [1] Added: head/games/battletanks/files/patch-mrt-base_file.h (contents, props changed) Modified: head/games/battletanks/Makefile Modified: head/games/battletanks/Makefile ============================================================================== --- head/games/battletanks/Makefile Tue Dec 3 22:10:25 2013 (r335596) +++ head/games/battletanks/Makefile Tue Dec 3 23:14:35 2013 (r335597) @@ -12,9 +12,9 @@ COMMENT= Fast 2D tank arcade game with m BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ - expat.6:${PORTSDIR}/textproc/expat2 \ - vorbisfile.6:${PORTSDIR}/audio/libvorbis \ - smpeg.1:${PORTSDIR}/multimedia/smpeg + libexpat.so:${PORTSDIR}/textproc/expat2 \ + libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ + libsmpeg.so:${PORTSDIR}/multimedia/smpeg USES= pkgconfig USE_BZIP2= yes Added: head/games/battletanks/files/patch-mrt-base_file.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/battletanks/files/patch-mrt-base_file.h Tue Dec 3 23:14:35 2013 (r335597) @@ -0,0 +1,10 @@ +--- mrt/base_file.h.orig 2013-11-16 13:43:12.000000000 +0100 ++++ mrt/base_file.h 2013-11-16 13:44:09.000000000 +0100 +@@ -20,6 +20,7 @@ + */ + + #include ++#include + #include "export_mrt.h" + + namespace mrt {