one less warning in glut

2008-11-08 Thread Ted Unangst
--- /dev/null Sun Nov 9 02:23:23 2008 +++ patches/patch-include_GL_glut_h Sun Nov 9 02:22:33 2008 @@ -0,0 +1,12 @@ +--- include/GL/glut.h.orig Sun Nov 9 02:16:28 2008 include/GL/glut.h Sun Nov 9 02:17:23 2008 +@@ -60,7 +60,9 @@ typedef unsigned short wchar_t; + + /* define API

Re: [NEW] tuxkart-0.4.0

2008-11-08 Thread Antoine Jacoutot
On Sat, 8 Nov 2008, Gallon Sylvestre wrote: > Hi ports@ > > The files attached are the packages for tuxkart and plib (that is used > by tuxkart). I tested them on i386 and the render is shiny with the > inteldrm :) Cool, I'll check them out. Thanks for the submission. -- Antoine

Re: bug in libnet-1.1 fix please

2008-11-08 Thread Stuart Henderson
On 2008/11/08 21:49, Mikko Tolmunen wrote: > it was so wrong, this one is much more elegant. ah, much better, thanks.

Problem with tkdvd

2008-11-08 Thread Brian
After having updated to the latest snapshots, I am having problems running tkdvd. I have tried rebuilding it without luck. Any tips for what I can to resolve this? Here's the error message I receive: Application initialization failed: Can't find a usable tk.tcl in the following directories:

[NEW] tuxkart-0.4.0

2008-11-08 Thread Gallon Sylvestre
Hi ports@ The files attached are the packages for tuxkart and plib (that is used by tuxkart). I tested them on i386 and the render is shiny with the inteldrm :) Cheers! -- Gallon sylvestre OpenBSD fan | Rathaxes Core Developper LSE researcher | kernel developer for adeneo http://devsyl.blogspot

Re: bug in libnet-1.1 fix please

2008-11-08 Thread Mikko Tolmunen
it was so wrong, this one is much more elegant. --- libnet_link_bpf.c-orig Sat Nov 8 21:40:37 2008 +++ libnet_link_bpf.c Sat Nov 8 21:42:18 2008 @@ -43,6 +43,7 @@ #include #include #include +#include #include "../include/gnuc.h" #include "../include/bpf.h" @@ -278,9 +279,13 @@