aboutsummaryrefslogtreecommitdiffstats
path: root/games/quake2lnx/files
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2006-03-22 00:52:50 +0800
committerdanfe <danfe@FreeBSD.org>2006-03-22 00:52:50 +0800
commitc804b0de82f0fd001ea3c4a74a5e2b6b5db03aa7 (patch)
treea2a2c9cde67a7f82be2daa810c30e691c79407a6 /games/quake2lnx/files
parent53e8a099cb45c00150c2f878fdf1bec7957c9be6 (diff)
downloadfreebsd-ports-gnome-c804b0de82f0fd001ea3c4a74a5e2b6b5db03aa7.tar.gz
freebsd-ports-gnome-c804b0de82f0fd001ea3c4a74a5e2b6b5db03aa7.tar.zst
freebsd-ports-gnome-c804b0de82f0fd001ea3c4a74a5e2b6b5db03aa7.zip
- Remove trivial patches, use REINPLACE_CMD instead
- Mute extraction of mission packs sources
Diffstat (limited to 'games/quake2lnx/files')
-rw-r--r--games/quake2lnx/files/extra-patch-src_rogue_g__local.h10
-rw-r--r--games/quake2lnx/files/extra-patch-src_rogue_q__shared.c11
-rw-r--r--games/quake2lnx/files/extra-patch-src_xatrix_q__shared.c11
-rw-r--r--games/quake2lnx/files/patch-src_linux_joystick.c11
4 files changed, 0 insertions, 43 deletions
diff --git a/games/quake2lnx/files/extra-patch-src_rogue_g__local.h b/games/quake2lnx/files/extra-patch-src_rogue_g__local.h
deleted file mode 100644
index 6b43c988effc..000000000000
--- a/games/quake2lnx/files/extra-patch-src_rogue_g__local.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/rogue/g_local.h.orig Mon Nov 30 17:53:20 1998
-+++ src/rogue/g_local.h Tue Sep 27 20:20:27 2005
-@@ -22,7 +22,6 @@
- //==================================================================
-
- #ifndef _WIN32
--#include <nan.h>
- #define min(a,b) ((a) < (b) ? (a) : (b))
- #define max(a,b) ((a) > (b) ? (a) : (b))
- #ifdef __sun__
diff --git a/games/quake2lnx/files/extra-patch-src_rogue_q__shared.c b/games/quake2lnx/files/extra-patch-src_rogue_q__shared.c
deleted file mode 100644
index 25ffc42c24b4..000000000000
--- a/games/quake2lnx/files/extra-patch-src_rogue_q__shared.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/rogue/q_shared.c.orig Mon Nov 30 17:53:34 1998
-+++ src/rogue/q_shared.c Tue Sep 27 20:03:24 2005
-@@ -329,7 +329,7 @@
- Returns 1, 2, or 1 + 2
- ==================
- */
--#if !id386 || defined __linux__
-+#if !id386 || defined __linux__ || defined __FreeBSD__
- int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct cplane_s *p)
- {
- float dist1, dist2;
diff --git a/games/quake2lnx/files/extra-patch-src_xatrix_q__shared.c b/games/quake2lnx/files/extra-patch-src_xatrix_q__shared.c
deleted file mode 100644
index 917934b400b9..000000000000
--- a/games/quake2lnx/files/extra-patch-src_xatrix_q__shared.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/xatrix/q_shared.c.orig Mon Nov 30 17:55:36 1998
-+++ src/xatrix/q_shared.c Tue Sep 27 20:04:53 2005
-@@ -326,7 +326,7 @@
- Returns 1, 2, or 1 + 2
- ==================
- */
--#if !id386 || defined __linux__
-+#if !id386 || defined __linux__ || defined __FreeBSD__
- int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct cplane_s *p)
- {
- float dist1, dist2;
diff --git a/games/quake2lnx/files/patch-src_linux_joystick.c b/games/quake2lnx/files/patch-src_linux_joystick.c
deleted file mode 100644
index f06b903a5aef..000000000000
--- a/games/quake2lnx/files/patch-src_linux_joystick.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/linux/joystick.c.orig Thu Jan 27 19:35:20 2005
-+++ src/linux/joystick.c Tue Sep 27 20:21:45 2005
-@@ -75,7 +75,7 @@
- in_joystick = ri.Cvar_Get ("in_joystick", "1", CVAR_ARCHIVE);
- if (in_joystick->value) {
- joy_name = ri.Cvar_Get ("joy_name", "joystick", 0);
-- joy_dev = ri.Cvar_Get ("joy_dev","/dev/js*",CVAR_ARCHIVE);
-+ joy_dev = ri.Cvar_Get ("joy_dev","/dev/joy*",CVAR_ARCHIVE);
- joy_advanced = ri.Cvar_Get ("joy_advanced","0",0);
- joy_advaxisx = ri.Cvar_Get ("joy_advaxisx","4",0);
- joy_advaxisy = ri.Cvar_Get ("joy_advaxisy","2",0);