Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2002 12:55:51 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dinoex@FreeBSD.org
Subject:   ports/43276: [patch] unbreak games/xboing
Message-ID:  <20020923025551.341916A7124@k7.mavetju>

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

>Number:         43276
>Category:       ports
>Synopsis:       [patch] unbreak games/xboing
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 22 20:00:10 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Sep 14 10:41:50 EST 2002 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386

$FreeBSD: ports/games/xboing/Makefile,v 1.20 2002/09/19 03:56:43 dinoex Exp $

>Description:

http://bento.freebsd.org/errorlogs/4-full/xboing-2.4.log
games/xboing doesn't compile because of the values.h -> limits.h move

>How-To-Repeat:

See http://bento.freebsd.org/errorlogs/4-full/xboing-2.4.log

>Fix:

Add this file to games/xboing/files as patch-ball.c

--- ball.c.old	Mon Sep 23 12:48:00 2002
+++ ball.c	Mon Sep 23 12:48:09 2002
@@ -50,7 +50,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>
-#include <values.h>
+#include <limits.h>
 #include <xpm.h>
 #include <X11/Xos.h>
 

It will at least make the code compilable again, but it still gives
me this error:
    [~] edwin@k7>xboing 
    XBoing - Please wait Edwin Groothuis, initialising xboing ...
    XBoing - Error: Xlib Error: BadMatch (invalid parameter attributes)
:-(
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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