Bug 43276 - [patch] unbreak games/xboing
Summary: [patch] unbreak games/xboing
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-23 04:00 UTC by edwin
Modified: 2002-09-23 07:09 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.