[Pkg-ace-commits] [pkg-ace] r725 - in trunk/debian: . patches

Thomas Girard tgg at alioth.debian.org
Mon Dec 27 14:19:00 UTC 2010


Author: tgg
Date: 2010-12-27 14:18:57 +0000 (Mon, 27 Dec 2010)
New Revision: 725

Removed:
   trunk/debian/patches/19-gcc43.dpatch
Modified:
   trunk/debian/changelog
   trunk/debian/patches/00list
Log:
Drop patch 19, as per Johnny recommendation


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-12-26 17:40:23 UTC (rev 724)
+++ trunk/debian/changelog	2010-12-27 14:18:57 UTC (rev 725)
@@ -24,6 +24,7 @@
       - 48-fix-doxygen-cross-links.dpatch
     o remove useless patches:
       - 10-fix-prj-install.dpatch
+      - 19-gcc43.dpatch
     o rework existing patches:
       - 20-versioned_libs.dpatch, for versioned_so=2
       - 34-bts386713.dpatch

Modified: trunk/debian/patches/00list
===================================================================
--- trunk/debian/patches/00list	2010-12-26 17:40:23 UTC (rev 724)
+++ trunk/debian/patches/00list	2010-12-27 14:18:57 UTC (rev 725)
@@ -2,7 +2,6 @@
 12-add-DESTDIR-to-MPC.dpatch
 14-fix-tcl-flags.dpatch
 15-fix-lzo-flags.dpatch
-19-gcc43.dpatch
 20-versioned_libs.dpatch
 34-bts386713.dpatch
 49-reduce-doxygen-doc.dpatch

Deleted: trunk/debian/patches/19-gcc43.dpatch
===================================================================
--- trunk/debian/patches/19-gcc43.dpatch	2010-12-26 17:40:23 UTC (rev 724)
+++ trunk/debian/patches/19-gcc43.dpatch	2010-12-27 14:18:57 UTC (rev 725)
@@ -1,22 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 19-gcc43.dpatch by Thomas Girard <thomas.g.girard at free.fr>,
-## updated for ACE 5.7.4 by Pau Garcia i Quiles <pgquiles at elpauer.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: fix failures and warnings with g++ 4.3. See 
-## DP: http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=3270
-
- at DPATCH@
-
-diff -rupd ACE_wrappers.orig/ace/config-macros.h ACE_wrappers/ace/config-macros.h
---- ACE_wrappers.orig/ace/config-macros.h	2009-11-23 01:19:57.000000000 +0100
-+++ ACE_wrappers/ace/config-macros.h	2009-11-24 00:01:54.000000000 +0100
-@@ -385,7 +385,7 @@
- // This eliminates the warnings, and no code is generated for the null
- // conditional statement.  @note that may only be true if -O is enabled,
- // such as with GreenHills (ghs) 1.8.8.
--#  define ACE_UNUSED_ARG(a) do {/* null */} while (&a == 0)
-+#  define ACE_UNUSED_ARG(a) do {/* null */} while (&a < 0)
- # elif defined (__DMC__)
-    #define ACE_UNUSED_ID(identifier)
-    template <class T>




More information about the Pkg-ace-commits mailing list