Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2003 14:01:48 -0600 (CST)
From:      "Scott A. Moberly" <smoberly@karamazov.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48643: Maintainer update: kmamerun for 5.x
Message-ID:  <200302242001.h1OK1m4F070303@xavier.karamazov.org>

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

>Number:         48643
>Category:       ports
>Synopsis:       Maintainer update: kmamerun for 5.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 24 12:10:05 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Scott A. Moberly
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD xavier.karamazov.org 4.7-STABLE FreeBSD 4.7-STABLE #4: Sat Feb 15 11:31:04 CST 2003 root@xavier.karamazov.org:/usr/src/sys/compile/XAVIER i386


>Description:

kmamerun fails to compile of FreeBSD 5.x

>How-To-Repeat:
>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	files/patch-kmamerun+gamelist.h
#
echo x - files/patch-kmamerun+gamelist.h
sed 's/^X//' >files/patch-kmamerun+gamelist.h << 'END-of-files/patch-kmamerun+gamelist.h'
X*** kmamerun/gamelist.h.orig	Tue Aug  6 09:15:28 2002
X--- kmamerun/gamelist.h	Mon Feb 24 11:07:07 2003
X***************
X*** 54,60 ****
X  		int size;
X  		bool valid;
X      };
X!     typedef std::map<string, struct elem, greater<string> > GameListMap;
X      
X      GameListMap gamelist;
X      bool modified;
X--- 54,60 ----
X  		int size;
X  		bool valid;
X      };
X!     typedef std::map<std::string, struct elem, std::greater<std::string> > GameListMap;
X      
X      GameListMap gamelist;
X      bool modified;
END-of-files/patch-kmamerun+gamelist.h
exit


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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