View | Details | Raw Unified | Return to bug 93731
Collapse All | Expand All

(-)quake2forge/Makefile (-5 / +3 lines)
Lines 9-16 Link Here
9
PORTVERSION=	0.3
9
PORTVERSION=	0.3
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	http://www.galgenberg.net/distfiles/:qf \
11
MASTER_SITES=	http://www.galgenberg.net/distfiles/:qf \
12
		ftp://ftp.idsoftware.com/idstuff/quake2/source/:id \
12
		${MASTER_SITE_IDSOFTWARE:S|$|quake2/source/:id|}
13
		ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quake2/source/:id
14
DISTNAME=	quake2-${PORTVERSION}
13
DISTNAME=	quake2-${PORTVERSION}
15
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:qf
14
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:qf
16
DIST_SUBDIR=	${PORTNAME}
15
DIST_SUBDIR=	${PORTNAME}
Lines 19-30 Link Here
19
MAINTAINER=	alejandro@varnet.biz
18
MAINTAINER=	alejandro@varnet.biz
20
COMMENT=	First Person Shooter with many addons available
19
COMMENT=	First Person Shooter with many addons available
21
20
22
USE_BZIP2=	yes
23
USE_AUTOTOOLS=	autoconf:259 libtool:15
21
USE_AUTOTOOLS=	autoconf:259 libtool:15
24
USE_REINPLACE=	yes
22
USE_BZIP2=	yes
25
WANT_SDL=	yes
23
WANT_SDL=	yes
26
24
27
CONFIGURE_ARGS=	--program-transform-name='s/^quake2$$/q2f/'
25
CONFIGURE_ARGS=	--program-transform-name='s/^quake2$$/${PORTNAME}/'
28
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
26
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
29
27
30
OPTIONS=	AO "Enable libao support" off \
28
OPTIONS=	AO "Enable libao support" off \
(-)quake2forge/files/patch-src__gl_fxmesa.c (+11 lines)
Line 0 Link Here
1
--- src/gl_fxmesa.c.orig	Sat Jul 20 01:30:46 2002
2
+++ src/gl_fxmesa.c	Wed Feb 22 20:24:51 2006
3
@@ -72,8 +72,6 @@
4
 extern cvar_t *vid_fullscreen;
5
 extern cvar_t *vid_ref;
6
 
7
-#define GLAPI extern
8
-#define GLAPIENTRY
9
 
10
 #define FXMESA_NONE		0               // to terminate attribList
11
 #define FXMESA_DOUBLEBUFFER     10
(-)quake2forge/files/patch-src__gl_glx.c (+11 lines)
Line 0 Link Here
1
--- src/gl_glx.c.orig	Sun Mar 14 23:25:43 2004
2
+++ src/gl_glx.c	Wed Feb 22 20:20:51 2006
3
@@ -797,8 +797,6 @@
4
 				{
5
 					mx += ((int)event.xmotion.x - mwx) * 2;
6
 					my += ((int)event.xmotion.y - mwy) * 2;
7
-					mwx = event.xmotion.x;
8
-					mwy = event.xmotion.y;
9
 
10
 					if (mx || my)
11
 						dowarp = true;
(-)quake2forge/pkg-message (-6 / +12 lines)
Lines 1-9 Link Here
1
============================================================
1
==============================================================================
2
2
3
If you experience problems with mouse movements when running
3
Quake2Forge has been installed.
4
in GLX-Mode, try setting in_dgamouse to 1.
5
4
6
ATTENTION: The Quake2Forge binary now gets installed as q2f
5
The Quake2Forge binary now gets installed as "quake2forge" instead of "quake2"
7
instead of quake2 to avoid conflicting with games/quake2lnx
6
to avoid conflicting with "games/quake2lnx".
8
7
9
============================================================
8
If you experience problems with mouse movements when running in GLX-Mode, try
9
setting in_dgamouse to 1 (this is actually for people that use the DGA X11
10
extension).
11
12
You can not change the gamma in SDL-Mode, but you can use "xgamma" to adjust
13
the gamma before and after running Quake2Forge.
14
15
==============================================================================
(-)quake2forge/pkg-plist (-1 / +1 lines)
Lines 1-4 Link Here
1
bin/q2f
1
bin/quake2forge
2
lib/quake2forge/baseq2/game.so
2
lib/quake2forge/baseq2/game.so
3
lib/quake2forge/ctf/game.so
3
lib/quake2forge/ctf/game.so
4
%%ROGUE%%lib/quake2forge/rogue/game.so
4
%%ROGUE%%lib/quake2forge/rogue/game.so

Return to bug 93731