From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 11:00:30 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAA8216A4C0 for ; Tue, 2 Sep 2003 11:00:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C49843FF3 for ; Tue, 2 Sep 2003 11:00:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h82I0SUp031149 for ; Tue, 2 Sep 2003 11:00:28 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h82I0SLL031148; Tue, 2 Sep 2003 11:00:28 -0700 (PDT) Resent-Date: Tue, 2 Sep 2003 11:00:28 -0700 (PDT) Resent-Message-Id: <200309021800.h82I0SLL031148@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Suleiman Souhlal Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DE3816A4BF for ; Tue, 2 Sep 2003 10:58:54 -0700 (PDT) Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A9F43FB1 for ; Tue, 2 Sep 2003 10:58:53 -0700 (PDT) (envelope-from refugee@hc6524a8b.dhcp.vt.edu) Received: from dagger.cc.vt.edu (IDENT:mirapoint@evil-dagger [10.1.1.11]) by lennier.cc.vt.edu (8.12.8/8.12.8) with ESMTP id h82HwqDd462020 for ; Tue, 2 Sep 2003 13:58:52 -0400 (EDT) Received: from hc6524a8b.dhcp.vt.edu (hc6524a8b.dhcp.vt.edu [198.82.74.139]) by dagger.cc.vt.edu (Mirapoint Messaging Server MOS 3.3.6-GR) with ESMTP id BVP80146; Tue, 2 Sep 2003 13:58:51 -0400 (EDT) Received: by zZzZ.vt.edu (Postfix, from userid 1001) id 88C1718; Tue, 2 Sep 2003 13:58:49 -0400 (EDT) Message-Id: <20030902175849.88C1718@hc6524a8b.dhcp.vt.edu> Date: Tue, 2 Sep 2003 13:58:49 -0400 (EDT) From: Suleiman Souhlal To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/56326: Maintainer update: games/dungeoncrawl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Suleiman Souhlal List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2003 18:00:30 -0000 >Number: 56326 >Category: ports >Synopsis: Maintainer update: games/dungeoncrawl >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 02 11:00:28 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Suleiman Souhlal >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD hc6524a8b.dhcp.vt.edu 5.1-CURRENT FreeBSD 5.1-CURRENT #8: Sun Aug 24 06:24:54 EDT 2003 refugee@zZzZ.vt.edu:/usr/obj/usr/src/sys/ZZZZ i386 >Description: Fix building with gcc 3.3.1 >How-To-Repeat: >Fix: --- dc.diff begins here --- diff -urN /usr/ports/games/dungeoncrawl/files/patch-ca dungeoncrawl/files/patch-ca --- /usr/ports/games/dungeoncrawl/files/patch-ca Wed Dec 31 19:00:00 1969 +++ dungeoncrawl/files/patch-ca Tue Sep 2 13:45:13 2003 @@ -0,0 +1,33 @@ +--- religion.cc.orig Tue Sep 2 13:42:32 2003 ++++ religion.cc Tue Sep 2 13:43:30 2003 +@@ -53,18 +53,18 @@ + #include "stuff.h" + + const char *sacrifice[] = { +- {" glows silver and disappears."}, +- {" glows a brilliant golden colour and disappears."}, +- {" rots away in an instant."}, +- {" crumbles to dust."}, +- {" is eaten by a bug."}, /* Xom - no sacrifices */ +- {" explodes into nothingness."}, +- {" is consumed in a burst of flame."}, +- {" is consumed in a roaring column of flame."}, +- {" glows faintly for a moment, then is gone."}, +- {" is consumed in a roaring column of flame."}, +- {" glows with a rainbow of weird colours and disappears."}, +- {" evaporates."} ++ " glows silver and disappears.", ++ " glows a brilliant golden colour and disappears.", ++ " rots away in an instant.", ++ " crumbles to dust.", ++ " is eaten by a bug.", /* Xom - no sacrifices */ ++ " explodes into nothingness.", ++ " is consumed in a burst of flame.", ++ " is consumed in a roaring column of flame.", ++ " glows faintly for a moment, then is gone.", ++ " is consumed in a roaring column of flame.", ++ " glows with a rainbow of weird colours and disappears.", ++ " evaporates." + }; + + void altar_prayer(void); --- dc.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: