[med-svn] r261 - in trunk/packages/treeviewx/trunk/debian: . patches

Charles Plessy charles-guest at alioth.debian.org
Mon Apr 9 00:21:30 UTC 2007


Author: charles-guest
Date: 2007-04-09 00:21:30 +0000 (Mon, 09 Apr 2007)
New Revision: 261

Added:
   trunk/packages/treeviewx/trunk/debian/patches/45_gcc4.3.dpatch
Modified:
   trunk/packages/treeviewx/trunk/debian/changelog
   trunk/packages/treeviewx/trunk/debian/patches/00list
Log:
Fixing FTBFS with gcc4.3

Modified: trunk/packages/treeviewx/trunk/debian/changelog
===================================================================
--- trunk/packages/treeviewx/trunk/debian/changelog	2007-04-08 11:34:48 UTC (rev 260)
+++ trunk/packages/treeviewx/trunk/debian/changelog	2007-04-09 00:21:30 UTC (rev 261)
@@ -2,6 +2,8 @@
 
   * Add Subversion repository URL to debian/control.
   * Including /usr/share/dpatch/dpatch.make in debian/rules.
+  * Including a patch from Martin Michlmayr to build TreeView X
+    with gcc 4.3 (Closes #417729).
 
  -- Charles Plessy <charles-debian-nospam at plessy.org>  Sat, 10 Mar 2007 14:27:51 +0900
 

Modified: trunk/packages/treeviewx/trunk/debian/patches/00list
===================================================================
--- trunk/packages/treeviewx/trunk/debian/patches/00list	2007-04-08 11:34:48 UTC (rev 260)
+++ trunk/packages/treeviewx/trunk/debian/patches/00list	2007-04-09 00:21:30 UTC (rev 261)
@@ -1,3 +1,4 @@
+45_gcc4.3.dpatch
 50_wxT_tv.cpp.dpatch
 51_wxT_tview.cpp.dpatch
 60_LGPLtoGPL.dpatch

Added: trunk/packages/treeviewx/trunk/debian/patches/45_gcc4.3.dpatch
===================================================================
--- trunk/packages/treeviewx/trunk/debian/patches/45_gcc4.3.dpatch	2007-04-08 11:34:48 UTC (rev 260)
+++ trunk/packages/treeviewx/trunk/debian/patches/45_gcc4.3.dpatch	2007-04-09 00:21:30 UTC (rev 261)
@@ -0,0 +1,28 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 45_gcc4.3.dpatch by Charles Plessy <charles-debian-nospam at plessy.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Makes TreeView X buildable with gcc 4.3
+
+ at DPATCH@
+
+--- ./TreeLib/TreeLib.cpp~	2007-04-04 12:30:13.000000000 +0000
++++ ./TreeLib/TreeLib.cpp	2007-04-04 12:30:19.000000000 +0000
+@@ -23,6 +23,7 @@
+ #include "TreeLib.h"
+ #include "Parse.h"
+ 
++#include <cstdlib>
+ #include <vector>
+ 
+ 
+--- ./TreeLib/treereader.cpp~	2007-04-04 12:33:15.000000000 +0000
++++ ./TreeLib/treereader.cpp	2007-04-04 12:33:27.000000000 +0000
+@@ -21,6 +21,7 @@
+  // $Id: treereader.cpp,v 1.5 2003/09/10 12:58:16 rdmp1c Exp $
+ 
+ #include "treereader.h"
++#include <cstdlib>
+ 
+ #if __MWERKS__
+ 	#include <string.h>


Property changes on: trunk/packages/treeviewx/trunk/debian/patches/45_gcc4.3.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the debian-med-commit mailing list