svn commit: r322780 - head/games/tuxkart/files
Daniel Eischen
deischen at FreeBSD.org
Thu Jul 11 15:39:16 UTC 2013
Author: deischen
Date: Thu Jul 11 15:39:15 2013
New Revision: 322780
URL: http://svnweb.freebsd.org/changeset/ports/322780
Log:
From maintainer, trim trailing spaces.
PR: 180016
Modified:
head/games/tuxkart/files/patch-src-gfx.cxx
Modified: head/games/tuxkart/files/patch-src-gfx.cxx
==============================================================================
--- head/games/tuxkart/files/patch-src-gfx.cxx Thu Jul 11 15:37:45 2013 (r322779)
+++ head/games/tuxkart/files/patch-src-gfx.cxx Thu Jul 11 15:39:15 2013 (r322780)
@@ -1,18 +1,18 @@
---- src/gfx.cxx.orig Sat Nov 10 08:32:52 2001
-+++ src/gfx.cxx Wed Jul 3 04:03:27 2002
-@@ -4,9 +4,11 @@
+--- src/gfx.cxx.orig 2004-03-18 17:21:44.000000000 +0100
++++ src/gfx.cxx 2013-06-27 01:40:14.000000000 +0200
+@@ -4,8 +4,10 @@
#ifndef WIN32
#include <unistd.h>
#include <string.h>
+#if 0
#include <sys/io.h>
- #include <sys/perm.h>
- #endif
+-#include <sys/perm.h>
++#include <sys/perm.h>
+#endif
+ #endif
- static unsigned int lastGLUTKeystroke = 0 ;
-
-@@ -185,6 +187,7 @@
+ static unsigned int lastKeystroke = 0 ;
+@@ -137,6 +139,7 @@
glEnd () ;
glFlush () ;
@@ -20,7 +20,7 @@
static int firsttime = TRUE ;
if ( firsttime )
-@@ -219,6 +222,8 @@
+@@ -171,6 +174,8 @@
outb ( (stereo==-1) ? ~3 : ~2, LPBASE+2 ) ;
stereo = -stereo ;
}
More information about the svn-ports-head
mailing list