[Pkg-voip-commits] r5278 - in /wengophone/trunk/debian: changelog patches/generic/gcc-4_3.patch patches/series

cavedon-guest at alioth.debian.org cavedon-guest at alioth.debian.org
Sat Mar 8 23:42:44 UTC 2008


Author: cavedon-guest
Date: Sat Mar  8 23:42:44 2008
New Revision: 5278

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5278
Log:
Add patch generic/gcc-4_3.patch to make it compileable with GCC 4.3. Closes: #455654

Added:
    wengophone/trunk/debian/patches/generic/gcc-4_3.patch
Modified:
    wengophone/trunk/debian/changelog
    wengophone/trunk/debian/patches/series

Modified: wengophone/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/wengophone/trunk/debian/changelog?rev=5278&op=diff
==============================================================================
--- wengophone/trunk/debian/changelog (original)
+++ wengophone/trunk/debian/changelog Sat Mar  8 23:42:44 2008
@@ -1,3 +1,10 @@
+wengophone (2.1.2.dfsg0-3) unstable; urgency=low
+
+  * Add patch generic/gcc-4_3.patch to make it compileable with GCC 4.3
+    (thanks to Cyril Brulebois). Closes: #455654
+
+ -- Ludovico Cavedon <cavedon at sssup.it>  Sat, 08 Mar 2008 21:52:45 +0100
+
 wengophone (2.1.2.dfsg0-2) unstable; urgency=low
 
   * Documented video support status in README.Debian. Closes: #448307

Added: wengophone/trunk/debian/patches/generic/gcc-4_3.patch
URL: http://svn.debian.org/wsvn/pkg-voip/wengophone/trunk/debian/patches/generic/gcc-4_3.patch?rev=5278&op=file
==============================================================================
--- wengophone/trunk/debian/patches/generic/gcc-4_3.patch (added)
+++ wengophone/trunk/debian/patches/generic/gcc-4_3.patch Sat Mar  8 23:42:44 2008
@@ -1,0 +1,25 @@
+Index: wengophone-2.1.2.dfsg0/libs/owutil/system/src/unix/Processes.cpp
+===================================================================
+--- wengophone-2.1.2.dfsg0.orig/libs/owutil/system/src/unix/Processes.cpp	2008-03-08 22:16:29.000000000 +0000
++++ wengophone-2.1.2.dfsg0/libs/owutil/system/src/unix/Processes.cpp	2008-03-08 22:16:34.000000000 +0000
+@@ -22,6 +22,8 @@
+ #include <dirent.h>
+ #include <fcntl.h>
+ 
++#include <cstdlib>
++
+ #define BUFFERSIZE 1024
+ #define FILENAMESIZE 128
+ #define PROCESSNAMESIZE 512
+Index: wengophone-2.1.2.dfsg0/owbuild/owbuild/getcurrentdatetime.cpp
+===================================================================
+--- wengophone-2.1.2.dfsg0.orig/owbuild/owbuild/getcurrentdatetime.cpp	2008-03-08 22:17:04.000000000 +0000
++++ wengophone-2.1.2.dfsg0/owbuild/owbuild/getcurrentdatetime.cpp	2008-03-08 22:17:19.000000000 +0000
+@@ -7,6 +7,7 @@
+ 
+ #include <string>
+ #include <ctime>
++#include <cstdlib>
+ #include <iostream>
+ #include <sstream>
+ 

Modified: wengophone/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/wengophone/trunk/debian/patches/series?rev=5278&op=diff
==============================================================================
--- wengophone/trunk/debian/patches/series (original)
+++ wengophone/trunk/debian/patches/series Sat Mar  8 23:42:44 2008
@@ -9,6 +9,7 @@
 generic/def-enable-video-fix.patch
 generic/phapi-fix-crash-missing-codec.patch
 generic/curl-openssl-mt-fix.patch
+generic/gcc-4_3.patch
 debian/remove-extra-copying-file.patch
 debian/cmake-no-rpath_to_link_path.patch
 debian/cmake-rpath-shlibs.patch




More information about the Pkg-voip-commits mailing list