From owner-cvs-all@FreeBSD.ORG Thu Nov 3 10:56:01 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C7F81065670; Thu, 3 Nov 2011 10:56:01 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6CA5A8FC16; Thu, 3 Nov 2011 10:56:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pA3Au1xM001267; Thu, 3 Nov 2011 10:56:01 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pA3Au1ca001266; Thu, 3 Nov 2011 10:56:01 GMT (envelope-from danfe) Message-Id: <201111031056.pA3Au1ca001266@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 3 Nov 2011 10:56:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/battletanks Makefile ports/games/battletanks/files btanks.6 patch-clunk-SConscript patch-gcc-4.6 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2011 10:56:01 -0000 danfe 2011-11-03 10:56:01 UTC FreeBSD ports repository Modified files: games/battletanks Makefile Added files: games/battletanks/files btanks.6 patch-gcc-4.6 Removed files: games/battletanks/files patch-clunk-SConscript Log: - Fix the build with GCC 4.6 [1] - Remove SSE band-aid as it seems no longer required - Cleanup Makefile and remove support for FreeBSD < 700000 - Install manual page [2] - Return this port back to the pool due to lack of time Obtained from: Debian [1, 2] Debian bug: http://bugs.debian.org/624916 [1] Revision Changes Path 1.17 +12 -11 ports/games/battletanks/Makefile 1.1 +145 -0 ports/games/battletanks/files/btanks.6 (new) 1.2 +0 -24 ports/games/battletanks/files/patch-clunk-SConscript (dead) 1.1 +26 -0 ports/games/battletanks/files/patch-gcc-4.6 (new)