svn commit: r391944 - in head/math/octave-forge-parallel: . files

Stephen Montgomery-Smith stephen at FreeBSD.org
Mon Jul 13 20:00:13 UTC 2015


Author: stephen
Date: Mon Jul 13 20:00:10 2015
New Revision: 391944
URL: https://svnweb.freebsd.org/changeset/ports/391944

Log:
  - Update to 3.0.0.

Added:
  head/math/octave-forge-parallel/files/patch-parallel-gnutls.h   (contents, props changed)
Deleted:
  head/math/octave-forge-parallel/files/patch-configure
  head/math/octave-forge-parallel/files/patch-connect.cc
  head/math/octave-forge-parallel/files/patch-sock-stream.h
Modified:
  head/math/octave-forge-parallel/Makefile
  head/math/octave-forge-parallel/distinfo
  head/math/octave-forge-parallel/files/patch-pserver.cc
  head/math/octave-forge-parallel/files/patch-send.cc

Modified: head/math/octave-forge-parallel/Makefile
==============================================================================
--- head/math/octave-forge-parallel/Makefile	Mon Jul 13 19:57:59 2015	(r391943)
+++ head/math/octave-forge-parallel/Makefile	Mon Jul 13 20:00:10 2015	(r391944)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	octave-forge-parallel
-PORTVERSION=	2.2.1
+PORTVERSION=	3.0.0
 CATEGORIES=	math
 
 MAINTAINER=	stephen at FreeBSD.org
@@ -17,8 +17,6 @@ OCTSRC=		${DISTNAME}
 
 WRKSRC=		${WRKDIR}/${OCTSRC}/src
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV+=	HOME=${WRKSRC}
-MAKE_JOBS_UNSAFE=	yes
 
 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
 

Modified: head/math/octave-forge-parallel/distinfo
==============================================================================
--- head/math/octave-forge-parallel/distinfo	Mon Jul 13 19:57:59 2015	(r391943)
+++ head/math/octave-forge-parallel/distinfo	Mon Jul 13 20:00:10 2015	(r391944)
@@ -1,2 +1,2 @@
-SHA256 (octave-forge/parallel-2.2.1.tar.gz) = 1faf36a7c1750c364ec8089c78cdecbcdbf47c40410c2463e8f3e44dc4d92f33
-SIZE (octave-forge/parallel-2.2.1.tar.gz) = 85110
+SHA256 (octave-forge/parallel-3.0.0.tar.gz) = 7ba3105da8e0fab71554bfd50a0b34832d5f12aca3760f7395115083499cb7e1
+SIZE (octave-forge/parallel-3.0.0.tar.gz) = 113702

Added: head/math/octave-forge-parallel/files/patch-parallel-gnutls.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-parallel/files/patch-parallel-gnutls.h	Mon Jul 13 20:00:10 2015	(r391944)
@@ -0,0 +1,11 @@
+--- 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

Modified: head/math/octave-forge-parallel/files/patch-pserver.cc
==============================================================================
--- head/math/octave-forge-parallel/files/patch-pserver.cc	Mon Jul 13 19:57:59 2015	(r391943)
+++ head/math/octave-forge-parallel/files/patch-pserver.cc	Mon Jul 13 20:00:10 2015	(r391944)
@@ -1,19 +1,19 @@
---- pserver.cc.orig	2013-11-16 22:30:37.000000000 +0100
-+++ pserver.cc	2013-11-16 22:31:47.000000000 +0100
-@@ -27,6 +27,7 @@
+--- 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 <iostream>
- #include <sys/stat.h>
-@@ -34,6 +35,8 @@
- #include <errno.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>
  
- #include "sock-stream.h"
- 
+ #if HAVE_UNISTD_H
+ #include <unistd.h>

Modified: head/math/octave-forge-parallel/files/patch-send.cc
==============================================================================
--- head/math/octave-forge-parallel/files/patch-send.cc	Mon Jul 13 19:57:59 2015	(r391943)
+++ head/math/octave-forge-parallel/files/patch-send.cc	Mon Jul 13 20:00:10 2015	(r391944)
@@ -1,8 +1,8 @@
---- send.cc.orig	2013-11-16 22:35:29.000000000 +0100
-+++ send.cc	2013-11-16 22:35:56.000000000 +0100
-@@ -21,10 +21,12 @@
- #include <octave/ls-oct-binary.h>
- #include <octave/oct-stream.h>
+--- 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>
@@ -11,5 +11,5 @@
  #include <netdb.h>
 +#include <unistd.h>
  
- 
- DEFUN_DLD (send, args, , "send (X, sockets)\n\
+ #if HAVE_UNISTD_H
+ #include <unistd.h>


More information about the svn-ports-all mailing list