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

(-)quake3.new/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	quake3
8
PORTNAME=	quake3
9
PORTVERSION=	1.32b
9
PORTVERSION=	1.32b
10
PORTREVISION=	2
10
PORTREVISION=	3
11
CATEGORIES=	games
11
CATEGORIES=	games
12
MASTER_SITES=	ftp://ftp.idsoftware.com/idstuff/source/ \
12
MASTER_SITES=	ftp://ftp.idsoftware.com/idstuff/source/ \
13
		http://www.proarena.com/p/ftpx/x8524/quake_3_arena/ \
13
		http://www.proarena.com/p/ftpx/x8524/quake_3_arena/ \
(-)quake3.new/files/patch-code-Construct (-3 / +3 lines)
Lines 1-5 Link Here
1
--- /work/a/ports/games/quake3/work/quake3-1.32b/code/Construct.orig	Mon Aug 15 20:56:27 2005
1
--- code/Construct.orig	Sat Nov 26 22:27:56 2005
2
+++ /work/a/ports/games/quake3/work/quake3-1.32b/code/Construct	Wed Nov 23 10:37:04 2005
2
+++ code/Construct	Sat Nov 26 22:29:33 2005
3
@@ -19,8 +19,8 @@
3
@@ -19,8 +19,8 @@
4
 use Cons_gcc;
4
 use Cons_gcc;
5
 
5
 
Lines 49-55 Link Here
49
 else
49
 else
50
 {
50
 {
51
-  $BASE_CFLAGS = $COMMON_CFLAGS . '-DNDEBUG -O6 -mcpu=pentiumpro -march=pentium -fomit-frame-pointer -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2 -fno-strict-aliasing -fstrength-reduce ';
51
-  $BASE_CFLAGS = $COMMON_CFLAGS . '-DNDEBUG -O6 -mcpu=pentiumpro -march=pentium -fomit-frame-pointer -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2 -fno-strict-aliasing -fstrength-reduce ';
52
+  $BASE_CFLAGS = $COMMON_CFLAGS . '-DNDEBUG -O6 -march=pentiumpro -march=pentium -fomit-frame-pointer -ffast-math -falign-loops=2 -falign-jumps=2 -falign-functions=2 -fno-strict-aliasing -fstrength-reduce ';
52
+  $BASE_CFLAGS = $COMMON_CFLAGS . '-DNDEBUG -O6 -fomit-frame-pointer -ffast-math -falign-loops=2 -falign-jumps=2 -falign-functions=2 -fno-strict-aliasing -fstrength-reduce ';
53
 	$BSPC_BASE_CFLAGS = $BASE_CFLAGS . '-DLINUX -DBSPC -Dstricmp=strcasecmp ';
53
 	$BSPC_BASE_CFLAGS = $BASE_CFLAGS . '-DLINUX -DBSPC -Dstricmp=strcasecmp ';
54
 }
54
 }
55
 
55
 
(-)quake3.new/files/patch-code-unix-Makefile (-4 / +4 lines)
Lines 1-5 Link Here
1
--- code/unix/Makefile.orig	Sun May  5 07:21:10 2002
1
--- code/unix/Makefile.orig	Sat Nov 26 22:27:53 2005
2
+++ code/unix/Makefile	Sun Nov 20 18:48:48 2005
2
+++ code/unix/Makefile	Sat Nov 26 22:30:31 2005
3
@@ -136,7 +136,7 @@
3
@@ -136,7 +136,7 @@
4
     ifeq ($(ARCH),ppc)
4
     ifeq ($(ARCH),ppc)
5
       NEWPGCC=/loki/global/ppc/bin/gcc
5
       NEWPGCC=/loki/global/ppc/bin/gcc
Lines 14-20 Link Here
14
 # NOTE: the -fomit-frame-pointer option leads to an unstable binary on my test box if it was built on the main box
14
 # NOTE: the -fomit-frame-pointer option leads to an unstable binary on my test box if it was built on the main box
15
 #   but building on the Mdk 7.2 baseline seems to work
15
 #   but building on the Mdk 7.2 baseline seems to work
16
-      RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG -O6 -mcpu=pentiumpro -march=pentium -fomit-frame-pointer -pipe -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2 -fno-strict-aliasing -fstrength-reduce
16
-      RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG -O6 -mcpu=pentiumpro -march=pentium -fomit-frame-pointer -pipe -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2 -fno-strict-aliasing -fstrength-reduce
17
+      RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG -O6 -march=pentiumpro -march=pentium -fomit-frame-pointer -pipe -ffast-math -falign-loops=2 -falign-jumps=2 -falign-functions=2 -fno-strict-aliasing -fstrength-reduce
17
+      RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG -O6 -fomit-frame-pointer -pipe -ffast-math -falign-loops=2 -falign-jumps=2 -falign-functions=2 -fno-strict-aliasing -fstrength-reduce
18
 # TTimo: use this for building on P3 gcc 2.95.3 libc2.2 for all targets (experimental! -fomit-fram-pointer removed)
18
 # TTimo: use this for building on P3 gcc 2.95.3 libc2.2 for all targets (experimental! -fomit-fram-pointer removed)
19
-#      RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG -O6 -mcpu=pentiumpro -march=pentium -pipe -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2 -fno-strict-aliasing -fstrength-reduce
19
-#      RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG -O6 -mcpu=pentiumpro -march=pentium -pipe -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2 -fno-strict-aliasing -fstrength-reduce
20
+#      RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG -O6 -march=pentiumpro -march=pentium -pipe -ffast-math -falign-loops=2 -falign-jumps=2 -falign-functions=2 -fno-strict-aliasing -fstrength-reduce
20
+#      RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG -O6 -march=pentiumpro -march=pentium -pipe -ffast-math -falign-loops=2 -falign-jumps=2 -falign-functions=2 -fno-strict-aliasing -fstrength-reduce
Lines 35-41 Link Here
35
 NEWPGCC=/home/raistllin/src/gcc/build/install/bin/gcc
35
 NEWPGCC=/home/raistllin/src/gcc/build/install/bin/gcc
36
 CC=$(shell if [ -f $(NEWPGCC) ]; then echo $(NEWPGCC); else echo pgcc; fi )
36
 CC=$(shell if [ -f $(NEWPGCC) ]; then echo $(NEWPGCC); else echo pgcc; fi )
37
-RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG -O6 -mcpu=pentiumpro -march=pentium -fomit-frame-pointer -pipe -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2 -fno-strict-aliasing - fstrength-reduce
37
-RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG -O6 -mcpu=pentiumpro -march=pentium -fomit-frame-pointer -pipe -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2 -fno-strict-aliasing - fstrength-reduce
38
+RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG -O6 -march=pentiumpro -march=pentium -fomit-frame-pointer -pipe -ffast-math -falign-loops=2 -falign-jumps=2 -falign-functions=2 -fno-strict-aliasing - fstrength-reduce
38
+RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG -O6 -fomit-frame-pointer -pipe -ffast-math -falign-loops=2 -falign-jumps=2 -falign-functions=2 -fno-strict-aliasing - fstrength-reduce
39
 endif
39
 endif
40
 
40
 
41
 LIBEXT=a
41
 LIBEXT=a
(-)quake3.new/files/patch-code-unix-cons (-2 / +2 lines)
Lines 1-5 Link Here
1
--- /work/a/ports/games/quake3/work/quake3-1.32b/code/unix/cons.orig	Fri Jun 14 13:01:32 2002
1
--- code/unix/cons.orig	Fri Jun 14 13:01:32 2002
2
+++ /work/a/ports/games/quake3/work/quake3-1.32b/code/unix/cons	Wed Nov 23 10:32:49 2005
2
+++ code/unix/cons	Wed Nov 23 10:32:49 2005
3
@@ -271,11 +271,11 @@
3
@@ -271,11 +271,11 @@
4
      # Defaults for a typical (?) UNIX platform.
4
      # Defaults for a typical (?) UNIX platform.
5
      # Your mileage may vary.
5
      # Your mileage may vary.

Return to bug 89603