[Pkg-octave-commit] [octave-parallel] 03/08: build-with-g++-4.7.patch: drop patch, no longer needed.

Sébastien Villemot sebastien at debian.org
Wed Feb 5 18:35:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository octave-parallel.

commit 56cd79ea51ca99ef0ff6633b27b7d17dcd4a6bb8
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed Feb 5 18:49:39 2014 +0100

    build-with-g++-4.7.patch: drop patch, no longer needed.
---
 debian/patches/build-with-g++-4.7.patch | 48 ---------------------------------
 debian/patches/series                   |  1 -
 2 files changed, 49 deletions(-)

diff --git a/debian/patches/build-with-g++-4.7.patch b/debian/patches/build-with-g++-4.7.patch
deleted file mode 100644
index 4ee81a6..0000000
--- a/debian/patches/build-with-g++-4.7.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-Description: Compile with g++-4.7
- Include unistd.h and avoid the error about non declared functions like
- read, write, usleep, etc.
-Author: Rafael Laboissiere <rafael at laboissiere.net>
-Last-Update: 2012-03-04
-
---- octave-parallel-2.0.5.orig/src/connect.cc
-+++ octave-parallel-2.0.5/src/connect.cc
-@@ -32,6 +32,8 @@ along with this program; If not, see <ht
- 
- #include "sock-stream.h"
- 
-+#include <unistd.h>
-+
- // COMM
- 
- static
---- octave-parallel-2.0.5.orig/src/pserver.cc
-+++ octave-parallel-2.0.5/src/pserver.cc
-@@ -39,6 +39,8 @@ along with this program; If not, see <ht
- 
- #include "config.h"
- 
-+#include <unistd.h>
-+
- #ifndef OCTAVE_LE_3_2_4
- 
- // Octave > 3.2.4 does not have these in a header file, but in
---- octave-parallel-2.0.5.orig/src/recv.cc
-+++ octave-parallel-2.0.5/src/recv.cc
-@@ -27,6 +27,7 @@
- #include <netinet/in.h>
- #include <netdb.h>
- 
-+#include <unistd.h>
- 
- DEFUN_DLD (recv, args, nargout, "recv (socket)\n\
- \n\
---- octave-parallel-2.0.5.orig/src/send.cc
-+++ octave-parallel-2.0.5/src/send.cc
-@@ -26,6 +26,7 @@
- #include <netinet/in.h>
- #include <netdb.h>
- 
-+#include <unistd.h>
- 
- DEFUN_DLD (send, args, , "send (X, sockets)\n\
- \n\
diff --git a/debian/patches/series b/debian/patches/series
index f96efac..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-build-with-g++-4.7.patch

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-parallel.git



More information about the Pkg-octave-commit mailing list