[quake2] New Release (v r0.10)

Vincent Cojot coyote at step.polymtl.ca
Tue Apr 2 01:41:10 EST 2002


Hello again Brendan,

	I have some good news: r0.10 compiles out of the box on my
Solaris8 sparc box and all clients + all refs work out of the box.. :)
Many thanks.

I'm sending you a small diff.. it's really non-urgent but it would be nice
if you could apply it.. It cleans things up a bit..

I have noticed while browsing the Quake2 CVS that
"quake2/Makefile.Solaris"  is missing.. (it is present in r0.10 but
doesn't show up in CVS) You can also remove
"quake2/src/solaris/Makefile.Solaris" as this is the old Makefile and is
obsoleted by mine.. I first tried to produce one makefile but this lead to
an #ifeq/#endif nightmare and I forked the makefile.. If we move to
autoconf, this will get merged, I guess.. I'll try to work on autoconf
later this spring..

Many thanks for this release, brendan.. I'll advertise it on
comp.os.unix.solaris today...

,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,
Vincent S. Cojot, Computer Engineering. STEP project. _.,-*~'`^`'~*-,._.,-*~
Ecole Polytechnique de Montreal, Comite Micro-Informatique. _.,-*~'`^`'~*-,.
Linux Xview/OpenLook resources page _.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'
http://step.polymtl.ca/~coyote  _.,-*~'`^`'~*-,._ coyote at step.polymtl.ca

They cannot scare me with their empty spaces
Between stars - on stars where no human race is
I have it in me so much nearer home
To scare myself with my own desert places.       - Robert Frost


-------------- next part --------------
diff -bur quake2-r0.10.orig/Makefile.Solaris quake2-r0.10/Makefile.Solaris
--- quake2-r0.10.orig/Makefile.Solaris	Tue Apr  2 03:46:02 2002
+++ quake2-r0.10/Makefile.Solaris	Tue Apr  2 08:30:19 2002
@@ -64,7 +64,7 @@
 	-malign-jumps=2 -malign-functions=2 -g
 endif
 
-VERSION=3.21+r0.9
+VERSION=3.21+rCVS
 
 MOUNT_DIR=src
 
diff -bur quake2-r0.10.orig/src/solaris/qgl_solaris.c quake2-r0.10/src/solaris/qgl_solaris.c
--- quake2-r0.10.orig/src/solaris/qgl_solaris.c	Tue Apr  2 03:46:02 2002
+++ quake2-r0.10/src/solaris/qgl_solaris.c	Sun Mar 31 09:52:39 2002
@@ -30,8 +30,8 @@
 */
 
 #include "../ref_gl/gl_local.h"
-#include "glw_solaris.h"
-#include "qgl_solaris.h"
+#include "../solaris/glw_solaris.h"
+#include "../solaris/qgl_solaris.h"
 
 #include <dlfcn.h>
 
diff -bur quake2-r0.10.orig/src/solaris/rw_corona.c quake2-r0.10/src/solaris/rw_corona.c
--- quake2-r0.10.orig/src/solaris/rw_corona.c	Tue Apr  2 03:46:02 2002
+++ quake2-r0.10/src/solaris/rw_corona.c	Sun Mar 31 09:51:25 2002
@@ -23,7 +23,7 @@
 
 #include "../ref_soft/r_local.h"
 #include "../client/keys.h"
-#include "rw_solaris.h"
+#include "../solaris/rw_solaris.h"
 #include "newt.h"
 
 #include "q2.xbm"
diff -bur quake2-r0.10.orig/src/solaris/rw_xil.c quake2-r0.10/src/solaris/rw_xil.c
--- quake2-r0.10.orig/src/solaris/rw_xil.c	Tue Apr  2 03:46:02 2002
+++ quake2-r0.10/src/solaris/rw_xil.c	Sun Mar 31 09:51:40 2002
@@ -23,7 +23,7 @@
 
 #include "../ref_soft/r_local.h"
 #include "../client/keys.h"
-#include "rw_solaris.h"
+#include "../solaris/rw_solaris.h"
 
 #include "q2.xbm"
 
diff -bur quake2-r0.10.orig/src/solaris/sys_solaris.c quake2-r0.10/src/solaris/sys_solaris.c
--- quake2-r0.10.orig/src/solaris/sys_solaris.c	Tue Apr  2 03:46:02 2002
+++ quake2-r0.10/src/solaris/sys_solaris.c	Sun Mar 31 09:52:04 2002
@@ -39,7 +39,7 @@
 #include <dlfcn.h>
 
 #include "../qcommon/qcommon.h"
-#include "rw_solaris.h"
+#include "../solaris/rw_solaris.h"
 
 #if defined(SOL8_XIL_WORKAROUND)
 #include <xil/xil.h>


More information about the quake2 mailing list