Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Oct 2003 11:11:49 +0200 (CEST)
From:      Stefan Farfeleder <stefan@fafoe.narf.at>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        stefan@fafoe.narf.at
Subject:   ports/58114: [maintainer update] Unbreak games/jfk
Message-ID:  <20031016091149.1F367D1@wombat.fafoe.narf.at>
Resent-Message-ID: <200310160920.h9G9KMFh005014@freefall.freebsd.org>

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

>Number:         58114
>Category:       ports
>Synopsis:       [maintainer update] Unbreak games/jfk
>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:   Thu Oct 16 02:20:20 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Farfeleder
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD wombat.fafoe.narf.at 5.1-CURRENT FreeBSD 5.1-CURRENT #5: Wed Sep 24 09:21:31 CEST 2003 freebsd@frog.fafoe.narf.at:/freebsd/wombat/obj/freebsd/wombat/src/sys/WOMBAT i386


	
>Description:
The header <cassert> is missing in three source files.
	
>How-To-Repeat:
The port currently doesn't build on -current.
	
>Fix:
Please add this file as ports/games/jfk/files/patch-assert and revert the
Makefile's revision 1.4.
	

--- patch-assert begins here ---
--- src/client/level.cc.orig	Thu Oct 16 09:00:30 2003
+++ src/client/level.cc	Thu Oct 16 09:00:43 2003
@@ -21,6 +21,7 @@
  */
 
 #include <algorithm>
+#include <cassert>
 #include <string>
 #include <sstream>
 #include <vector>
--- src/server/objhandle.cc.orig	Thu Sep 19 12:42:02 2002
+++ src/server/objhandle.cc	Thu Oct 16 08:55:01 2003
@@ -2,6 +2,8 @@
  * Copyright (c) 2002, Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
  * $Id: objhandle.cc,v 1.2 2002/09/19 10:42:02 stefan Exp $
  */
+#include <cassert>
+
 #include "object_s.h"
 #include "objhandle.h"
 
--- src/server/person_s.cc.orig	Thu Oct 16 08:57:16 2003
+++ src/server/person_s.cc	Thu Oct 16 08:57:22 2003
@@ -1,4 +1,5 @@
 #include <algorithm>
+#include <cassert>
 #include <cstdlib>
 #include <sstream>
 #include <string>
--- patch-assert ends here ---


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



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