summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2015-08-03 23:06:25 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2015-08-03 23:06:25 +0000
commit7a67daa383fe7b6c7a8be6323bbe613281e6c8c3 (patch)
treeb0f7a12d57c279f3c33f0c7a8b0226ef21040249 /math
parent- Update to 1.2.0. (diff)
- Update to 3.0.2.
Notes
Notes: svn path=/head/; revision=393506
Diffstat (limited to 'math')
-rw-r--r--math/octave-forge-parallel/Makefile2
-rw-r--r--math/octave-forge-parallel/distinfo4
-rw-r--r--math/octave-forge-parallel/files/patch-parallel-gnutls.h11
-rw-r--r--math/octave-forge-parallel/files/patch-pserver.cc19
-rw-r--r--math/octave-forge-parallel/files/patch-recv.c14
-rw-r--r--math/octave-forge-parallel/files/patch-send.cc15
6 files changed, 3 insertions, 62 deletions
diff --git a/math/octave-forge-parallel/Makefile b/math/octave-forge-parallel/Makefile
index a73e26396696..553a9afd2786 100644
--- a/math/octave-forge-parallel/Makefile
+++ b/math/octave-forge-parallel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= octave-forge-parallel
-PORTVERSION= 3.0.0
+PORTVERSION= 3.0.2
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
diff --git a/math/octave-forge-parallel/distinfo b/math/octave-forge-parallel/distinfo
index 2c1c6703e2bf..123b862e979d 100644
--- a/math/octave-forge-parallel/distinfo
+++ b/math/octave-forge-parallel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (octave-forge/parallel-3.0.0.tar.gz) = 7ba3105da8e0fab71554bfd50a0b34832d5f12aca3760f7395115083499cb7e1
-SIZE (octave-forge/parallel-3.0.0.tar.gz) = 113702
+SHA256 (octave-forge/parallel-3.0.2.tar.gz) = 02dd5123fd2ae97a2f17a6a9ea595e5829f28e41ca114af70327a12033225f81
+SIZE (octave-forge/parallel-3.0.2.tar.gz) = 114232
diff --git a/math/octave-forge-parallel/files/patch-parallel-gnutls.h b/math/octave-forge-parallel/files/patch-parallel-gnutls.h
deleted file mode 100644
index a9981f2f8e28..000000000000
--- a/math/octave-forge-parallel/files/patch-parallel-gnutls.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- parallel-gnutls.h.orig 2015-07-12 11:10:04 UTC
-+++ parallel-gnutls.h
-@@ -41,7 +41,7 @@ along with this program; If not, see <ht
-
- #include <stdio.h>
-
--#include <malloc.h>
-+#include <stdlib.h>
-
- /*
- not necessary with current Octave
diff --git a/math/octave-forge-parallel/files/patch-pserver.cc b/math/octave-forge-parallel/files/patch-pserver.cc
deleted file mode 100644
index 5bd612a60d48..000000000000
--- a/math/octave-forge-parallel/files/patch-pserver.cc
+++ /dev/null
@@ -1,19 +0,0 @@
---- pserver.cc.orig 2015-07-12 11:10:04 UTC
-+++ pserver.cc
-@@ -32,6 +32,7 @@ along with this program; If not, see <ht
- #include <cmd-edit.h>
- #include <toplev.h>
-
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <sys/types.h>
- #include <sys/wait.h>
-@@ -42,6 +43,8 @@ along with this program; If not, see <ht
- #include <netdb.h>
- #include <sys/utsname.h>
- #include <netinet/in.h> // reported necessary for FreeBSD-8
-+#include <unistd.h>
-+#include <stdlib.h>
-
- #if HAVE_UNISTD_H
- #include <unistd.h>
diff --git a/math/octave-forge-parallel/files/patch-recv.c b/math/octave-forge-parallel/files/patch-recv.c
deleted file mode 100644
index b3ee1a91e0b9..000000000000
--- a/math/octave-forge-parallel/files/patch-recv.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- recv.cc.orig 2013-11-16 22:29:55.000000000 +0100
-+++ recv.cc 2013-11-16 22:30:24.000000000 +0100
-@@ -22,9 +22,11 @@
- #include <octave/oct-stream.h>
- #include <octave/oct-map.h>
-
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <sys/poll.h>
- #include <netinet/in.h>
-+#include <unistd.h>
- #include <netdb.h>
-
-
diff --git a/math/octave-forge-parallel/files/patch-send.cc b/math/octave-forge-parallel/files/patch-send.cc
deleted file mode 100644
index 0bffe80263bc..000000000000
--- a/math/octave-forge-parallel/files/patch-send.cc
+++ /dev/null
@@ -1,15 +0,0 @@
---- send.cc.orig 2015-07-12 11:10:04 UTC
-+++ send.cc
-@@ -25,10 +25,12 @@
-
- #include "parallel-gnutls.h"
-
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <sys/poll.h>
- #include <netinet/in.h>
- #include <netdb.h>
-+#include <unistd.h>
-
- #if HAVE_UNISTD_H
- #include <unistd.h>