svn commit: r322779 - head/games/tuxkart/files
Daniel Eischen
deischen at FreeBSD.org
Thu Jul 11 15:37:45 UTC 2013
Author: deischen
Date: Thu Jul 11 15:37:45 2013
New Revision: 322779
URL: http://svnweb.freebsd.org/changeset/ports/322779
Log:
Maintainer requests patch rename to conform with patch naming conventions.
PR: 180016
Added:
head/games/tuxkart/files/patch-src-gfx.cxx
- copied unchanged from r322768, head/games/tuxkart/files/patch-src::gfx.cxx
Deleted:
head/games/tuxkart/files/patch-src::gfx.cxx
Copied: head/games/tuxkart/files/patch-src-gfx.cxx (from r322768, head/games/tuxkart/files/patch-src::gfx.cxx)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/tuxkart/files/patch-src-gfx.cxx Thu Jul 11 15:37:45 2013 (r322779, copy of r322768, head/games/tuxkart/files/patch-src::gfx.cxx)
@@ -0,0 +1,31 @@
+--- 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 @@
+ #ifndef WIN32
+ #include <unistd.h>
+ #include <string.h>
++#if 0
+ #include <sys/io.h>
+ #include <sys/perm.h>
+ #endif
++#endif
+
+ static unsigned int lastGLUTKeystroke = 0 ;
+
+@@ -185,6 +187,7 @@
+ glEnd () ;
+ glFlush () ;
+
++#if 0
+ static int firsttime = TRUE ;
+
+ if ( firsttime )
+@@ -219,6 +222,8 @@
+ outb ( (stereo==-1) ? ~3 : ~2, LPBASE+2 ) ;
+ stereo = -stereo ;
+ }
++#endif
++ stereo = 0 ;
+ }
+
+
More information about the svn-ports-head
mailing list