FreeBSD Bugzilla – Attachment 62758 Details for
Bug 93731
[MAINTAINER UPDATE] games/quake2forge: fix mouse problems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
quake2forge.diff
quake2forge.diff (text/plain), 3.68 KB, created by
Alejandro Pulver
on 2006-02-22 23:50:06 UTC
(
hide
)
Description:
quake2forge.diff
Filename:
MIME Type:
Creator:
Alejandro Pulver
Created:
2006-02-22 23:50:06 UTC
Size:
3.68 KB
patch
obsolete
>diff -urNd /usr/ports/games/quake2forge/Makefile quake2forge/Makefile >--- /usr/ports/games/quake2forge/Makefile Thu Dec 22 14:27:08 2005 >+++ quake2forge/Makefile Wed Feb 22 20:35:01 2006 >@@ -9,8 +9,7 @@ > PORTVERSION= 0.3 > CATEGORIES= games > MASTER_SITES= http://www.galgenberg.net/distfiles/:qf \ >- ftp://ftp.idsoftware.com/idstuff/quake2/source/:id \ >- ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quake2/source/:id >+ ${MASTER_SITE_IDSOFTWARE:S|$|quake2/source/:id|} > DISTNAME= quake2-${PORTVERSION} > DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:qf > DIST_SUBDIR= ${PORTNAME} >@@ -19,12 +18,11 @@ > MAINTAINER= alejandro@varnet.biz > COMMENT= First Person Shooter with many addons available > >-USE_BZIP2= yes > USE_AUTOTOOLS= autoconf:259 libtool:15 >-USE_REINPLACE= yes >+USE_BZIP2= yes > WANT_SDL= yes > >-CONFIGURE_ARGS= --program-transform-name='s/^quake2$$/q2f/' >+CONFIGURE_ARGS= --program-transform-name='s/^quake2$$/${PORTNAME}/' > CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > > OPTIONS= AO "Enable libao support" off \ >diff -urNd /usr/ports/games/quake2forge/files/patch-src__gl_fxmesa.c quake2forge/files/patch-src__gl_fxmesa.c >--- /usr/ports/games/quake2forge/files/patch-src__gl_fxmesa.c Wed Dec 31 21:00:00 1969 >+++ quake2forge/files/patch-src__gl_fxmesa.c Wed Feb 22 20:31:55 2006 >@@ -0,0 +1,11 @@ >+--- src/gl_fxmesa.c.orig Sat Jul 20 01:30:46 2002 >++++ src/gl_fxmesa.c Wed Feb 22 20:24:51 2006 >+@@ -72,8 +72,6 @@ >+ extern cvar_t *vid_fullscreen; >+ extern cvar_t *vid_ref; >+ >+-#define GLAPI extern >+-#define GLAPIENTRY >+ >+ #define FXMESA_NONE 0 // to terminate attribList >+ #define FXMESA_DOUBLEBUFFER 10 >diff -urNd /usr/ports/games/quake2forge/files/patch-src__gl_glx.c quake2forge/files/patch-src__gl_glx.c >--- /usr/ports/games/quake2forge/files/patch-src__gl_glx.c Wed Dec 31 21:00:00 1969 >+++ quake2forge/files/patch-src__gl_glx.c Wed Feb 22 20:31:30 2006 >@@ -0,0 +1,11 @@ >+--- src/gl_glx.c.orig Sun Mar 14 23:25:43 2004 >++++ src/gl_glx.c Wed Feb 22 20:20:51 2006 >+@@ -797,8 +797,6 @@ >+ { >+ mx += ((int)event.xmotion.x - mwx) * 2; >+ my += ((int)event.xmotion.y - mwy) * 2; >+- mwx = event.xmotion.x; >+- mwy = event.xmotion.y; >+ >+ if (mx || my) >+ dowarp = true; >diff -urNd /usr/ports/games/quake2forge/pkg-message quake2forge/pkg-message >--- /usr/ports/games/quake2forge/pkg-message Tue Nov 22 02:15:42 2005 >+++ quake2forge/pkg-message Wed Feb 22 20:30:45 2006 >@@ -1,9 +1,15 @@ >-============================================================ >+============================================================================== > >-If you experience problems with mouse movements when running >-in GLX-Mode, try setting in_dgamouse to 1. >+Quake2Forge has been installed. > >-ATTENTION: The Quake2Forge binary now gets installed as q2f >-instead of quake2 to avoid conflicting with games/quake2lnx >+The Quake2Forge binary now gets installed as "quake2forge" instead of "quake2" >+to avoid conflicting with "games/quake2lnx". > >-============================================================ >+If you experience problems with mouse movements when running in GLX-Mode, try >+setting in_dgamouse to 1 (this is actually for people that use the DGA X11 >+extension). >+ >+You can not change the gamma in SDL-Mode, but you can use "xgamma" to adjust >+the gamma before and after running Quake2Forge. >+ >+============================================================================== >diff -urNd /usr/ports/games/quake2forge/pkg-plist quake2forge/pkg-plist >--- /usr/ports/games/quake2forge/pkg-plist Tue Nov 22 02:15:42 2005 >+++ quake2forge/pkg-plist Wed Feb 22 20:12:57 2006 >@@ -1,4 +1,4 @@ >-bin/q2f >+bin/quake2forge > lib/quake2forge/baseq2/game.so > lib/quake2forge/ctf/game.so > %%ROGUE%%lib/quake2forge/rogue/game.so
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 93731
: 62758