From 9ab41ffb0ed7fe5b80ada841b19b709a527be516 Mon Sep 17 00:00:00 2001 From: Dominic Fandrey Date: Mon, 25 Apr 2016 22:43:23 +0000 Subject: Update and clean up the ioquake3 family of ports. The following maintenance operations were performed: - Recreate all patches with `make makepatch` - Add LICENSE - Update MAINTAINER to kami@freebsd.org - games/ioquake3 - Replace a lot of `.if ${PORT_OPTIONS:MFOO}` with `bsd.options.mk` fu - Add support for slaves using different SDL versions - games/ioquake3-devel - Update to GIT revision 2808 - Use SDL2 - games/iourbanterror - Change treatment of patches so `make makepatch` doesn't screw the patches in ${MASTERDIR}/files over - Update 4.2.018 to 4.2.023 - games/urbanterror-data - Update 4.2.018 to 4.2.023 - Fix install without DOCS Reviewed by: cs Approved by: cs Differential Revision: https://reviews.freebsd.org/D5816 --- games/ioquake3/files/patch-code-qcommon-vm_x86_64.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/ioquake3/files/patch-code-qcommon-vm_x86_64.c') diff --git a/games/ioquake3/files/patch-code-qcommon-vm_x86_64.c b/games/ioquake3/files/patch-code-qcommon-vm_x86_64.c index 89cbf7ff670c..084bc76729b2 100644 --- a/games/ioquake3/files/patch-code-qcommon-vm_x86_64.c +++ b/games/ioquake3/files/patch-code-qcommon-vm_x86_64.c @@ -1,6 +1,6 @@ ---- code/qcommon/vm_x86_64.c.orig 2009-08-30 20:50:41.000000000 +0200 -+++ code/qcommon/vm_x86_64.c 2009-08-30 20:51:43.000000000 +0200 -@@ -246,7 +246,7 @@ +--- code/qcommon/vm_x86_64.c.orig 2008-08-06 16:09:29 UTC ++++ code/qcommon/vm_x86_64.c +@@ -246,7 +246,7 @@ void emit(const char* fmt, ...) #else #define JMPIARG \ emit("movq $%lu, %%rax", vm->codeBase+vm->instructionPointers[iarg]); \ -- cgit v1.2.3