r8793 - packages/trunk/openarena/debian/patches

Gonéri Le Bouder goneri at alioth.debian.org
Sat Feb 14 15:02:44 UTC 2009


Author: goneri
Date: 2009-02-14 15:02:44 +0000 (Sat, 14 Feb 2009)
New Revision: 8793

Removed:
   packages/trunk/openarena/debian/patches/10_fix_build_and_binary_on_alpha.dpatch
   packages/trunk/openarena/debian/patches/10_remove_upstream_build_flags.dpatch
Log:
remove the old dpatch patches

Deleted: packages/trunk/openarena/debian/patches/10_fix_build_and_binary_on_alpha.dpatch
===================================================================
--- packages/trunk/openarena/debian/patches/10_fix_build_and_binary_on_alpha.dpatch	2009-02-14 14:46:18 UTC (rev 8792)
+++ packages/trunk/openarena/debian/patches/10_fix_build_and_binary_on_alpha.dpatch	2009-02-14 15:02:44 UTC (rev 8793)
@@ -1,48 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10_fix_build_and_binary_on_alpha.dpatch by Bruno "Fuddl" Kleinert <fuddl at tauware.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix compile options to make oa build and run on alpha.
-
- at DPATCH@
-diff -urNad openarena-0.7.6~/Makefile openarena-0.7.6/Makefile
---- openarena-0.7.6~/Makefile	2008-04-06 01:56:55.000000000 +0200
-+++ openarena-0.7.6/Makefile	2008-04-23 23:22:50.484924113 +0200
-@@ -180,7 +180,7 @@
- ifeq ($(PLATFORM),linux)
- 
-   ifeq ($(ARCH),alpha)
--    ARCH=axp
-+    ARCH=alpha
-   else
-   ifeq ($(ARCH),x86_64)
-     LIB=lib64
-@@ -255,6 +255,10 @@
-     ifneq ($(USE_OPENAL_DLOPEN),1)
-       CLIENT_LDFLAGS += -lopenal
-     endif
-+  else
-+  ifeq ($(ARCH),alpha)
-+    OPTIMIZE = -O3 -funroll-loops -fomit-frame-pointer
-+  endif
-   endif
- 
-   ifeq ($(USE_CURL),1)
-@@ -455,7 +459,7 @@
- ifeq ($(PLATFORM),freebsd)
- 
-   ifneq (,$(findstring alpha,$(shell uname -m)))
--    ARCH=axp
-+    ARCH=alpha
-   else #default to i386
-     ARCH=i386
-   endif #alpha test
-@@ -475,7 +479,7 @@
-     BASE_CFLAGS += -DUSE_CODEC_VORBIS
-   endif
- 
--  ifeq ($(ARCH),axp)
-+  ifeq ($(ARCH),alpha)
-     BASE_CFLAGS += -DNO_VM_COMPILED
-     RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG -O3 -ffast-math -funroll-loops \
-       -fomit-frame-pointer -fexpensive-optimizations

Deleted: packages/trunk/openarena/debian/patches/10_remove_upstream_build_flags.dpatch
===================================================================
--- packages/trunk/openarena/debian/patches/10_remove_upstream_build_flags.dpatch	2009-02-14 14:46:18 UTC (rev 8792)
+++ packages/trunk/openarena/debian/patches/10_remove_upstream_build_flags.dpatch	2009-02-14 15:02:44 UTC (rev 8793)
@@ -1,20 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_remove-upstream-build-flags.dpatch by Bruno "Fuddl" Kleinert <fuddl at tauware.de
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Remove upstream's Makefile.local to avoid hard wirde build flags.
-
- at DPATCH@
-diff -urNad openarena-0.7.6~/Makefile.local openarena-0.7.6/Makefile.local
---- openarena-0.7.6~/Makefile.local	2008-04-05 16:39:46.000000000 +0200
-+++ openarena-0.7.6/Makefile.local	1970-01-01 01:00:00.000000000 +0100
-@@ -1,9 +0,0 @@
--
--COPYDIR="/usr/local/games/openarena"
--
--USE_OPENAL=1
--
--#Next we want to bind openAL on runtime.
--USE_OPENAL_DLOPEN=1
--
--USE_CODEC_VORBIS=1




More information about the Pkg-games-commits mailing list