From owner-cvs-all Sat Oct 26 7: 6: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E38A37B401; Sat, 26 Oct 2002 07:06:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 209E843E42; Sat, 26 Oct 2002 07:06:07 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9QE5CmV096417; Sat, 26 Oct 2002 07:05:12 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9QE5Cwa096416; Sat, 26 Oct 2002 07:05:12 -0700 (PDT) Message-Id: <200210261405.g9QE5Cwa096416@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 26 Oct 2002 07:05:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/znibbles/files patch-aa patch-src::Base.H patch-src::DLList.cc patch-src::GTK::ClientGtk.C patch-src::GTK::GtkInterface.C patch-src::GTK::NibblesArea.C patch-src::LongObject.C patch-src::Map.C patch-src::Map.H patch-src::Movable.C patch-src::Niblle.C ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/10/26 07:05:12 PDT Added files: games/znibbles/files patch-src::Base.H patch-src::DLList.cc patch-src::GTK::ClientGtk.C patch-src::GTK::GtkInterface.C patch-src::GTK::NibblesArea.C patch-src::LongObject.C patch-src::Map.C patch-src::Map.H patch-src::Movable.C patch-src::Niblle.C patch-src::Object.C patch-src::Options.C patch-src::Player.C patch-src::ServerInterface.C patch-src::Trame.C patch-src::Trame.H patch-src::World.C patch-src::X11::X11Interface.C patch-src::X11::textarea.C patch-src::getopt.c Removed files: games/znibbles/files patch-aa Log: Makes games/znibbles compiling again with gcc 3.2.1. The patch has become somebody bigger than I was hoping for. And the original author is MIA... Approved by: Yin-Jieh Chen (maintainer) Revision Changes Path 1.2 +0 -55 ports/games/znibbles/files/patch-aa (dead) 1.1 +31 -0 ports/games/znibbles/files/patch-src::Base.H (new) 1.1 +11 -0 ports/games/znibbles/files/patch-src::DLList.cc (new) 1.1 +11 -0 ports/games/znibbles/files/patch-src::GTK::ClientGtk.C (new) 1.1 +344 -0 ports/games/znibbles/files/patch-src::GTK::GtkInterface.C (new) 1.1 +11 -0 ports/games/znibbles/files/patch-src::GTK::NibblesArea.C (new) 1.1 +33 -0 ports/games/znibbles/files/patch-src::LongObject.C (new) 1.1 +89 -0 ports/games/znibbles/files/patch-src::Map.C (new) 1.1 +11 -0 ports/games/znibbles/files/patch-src::Map.H (new) 1.1 +71 -0 ports/games/znibbles/files/patch-src::Movable.C (new) 1.1 +25 -0 ports/games/znibbles/files/patch-src::Niblle.C (new) 1.1 +20 -0 ports/games/znibbles/files/patch-src::Object.C (new) 1.1 +114 -0 ports/games/znibbles/files/patch-src::Options.C (new) 1.1 +33 -0 ports/games/znibbles/files/patch-src::Player.C (new) 1.1 +215 -0 ports/games/znibbles/files/patch-src::ServerInterface.C (new) 1.1 +124 -0 ports/games/znibbles/files/patch-src::Trame.C (new) 1.1 +11 -0 ports/games/znibbles/files/patch-src::Trame.H (new) 1.1 +227 -0 ports/games/znibbles/files/patch-src::World.C (new) 1.1 +285 -0 ports/games/znibbles/files/patch-src::X11::X11Interface.C (new) 1.1 +20 -0 ports/games/znibbles/files/patch-src::X11::textarea.C (new) 1.1 +10 -0 ports/games/znibbles/files/patch-src::getopt.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message