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
Responsible Changed From-To: freebsd-ports->dinoex over to maintainer
State Changed From-To: open->analyzed Patch works fine thanks, I don't get the Xlib-error while running it.
State Changed From-To: analyzed->closed committed, thanks.