Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  2 Sep 2003 13:58:49 -0400 (EDT)
From:      Suleiman Souhlal <refugee@vt.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56326: Maintainer update: games/dungeoncrawl
Message-ID:  <20030902175849.88C1718@hc6524a8b.dhcp.vt.edu>
Resent-Message-ID: <200309021800.h82I0SLL031148@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030902175849.88C1718>