Date: Thu, 11 Jul 2013 15:37:45 +0000 (UTC) From: Daniel Eischen <deischen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322779 - head/games/tuxkart/files Message-ID: <201307111537.r6BFbjms019694@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 ; + } + +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307111537.r6BFbjms019694>