Bug 43276

Summary: [patch] unbreak games/xboing
Product: Ports & Packages Reporter: edwin
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me CC: dinoex
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description edwin 2002-09-23 04:00:10 UTC
http://bento.freebsd.org/errorlogs/4-full/xboing-2.4.log
games/xboing doesn't compile because of the values.h -> limits.h move

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



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)
:-(--nEwiOSq4Ibp03HnehwuzNWc7pYsFdmMsZ3enOIYPuCJFGUHv
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- 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>
 
How-To-Repeat: 
See http://bento.freebsd.org/errorlogs/4-full/xboing-2.4.log
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-09-23 04:08:02 UTC
Responsible Changed
From-To: freebsd-ports->dinoex

over to maintainer
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2002-09-23 04:19:24 UTC
State Changed
From-To: open->analyzed

Patch works fine thanks, 
I don't get the Xlib-error while running it.
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2002-09-23 07:08:45 UTC
State Changed
From-To: analyzed->closed

committed, thanks.