mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
- Update to 2.0.4
PR: ports/149977 Submitted by: Stephen Montgomery-Smith <stephen at missouri dot edu> (maintainer) Approved by: beat (co-mentor)
This commit is contained in:
parent
abaeb41b8c
commit
7311a4c539
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261130
3 changed files with 17 additions and 6 deletions
|
@ -6,17 +6,17 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= octave-forge-parallel
|
PORTNAME= octave-forge-parallel
|
||||||
PORTVERSION= 2.0.1
|
PORTVERSION= 2.0.4
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
|
|
||||||
MAINTAINER= stephen@missouri.edu
|
MAINTAINER= stephen@missouri.edu
|
||||||
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
.include "${PORTSDIR}/Mk/bsd.octave.mk"
|
.include "${PORTSDIR}/Mk/bsd.octave.mk"
|
||||||
post-build:
|
post-build:
|
||||||
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME}
|
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME}
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (octave-forge/parallel-2.0.1.tar.gz) = 09c2cebc6169a627d4cca26a2bb5e86f
|
MD5 (octave-forge/parallel-2.0.4.tar.gz) = d54e15fe626c28acd6963ec6bc83599b
|
||||||
SHA256 (octave-forge/parallel-2.0.1.tar.gz) = e260326f8b3f094da5499968dcfcc5caba225a57df43e48d86109fdd4f863e3f
|
SHA256 (octave-forge/parallel-2.0.4.tar.gz) = 683bff9a3affb3815570c9334f6168d9c601e4fd669c38f62cc285a63acffa96
|
||||||
SIZE (octave-forge/parallel-2.0.1.tar.gz) = 40625
|
SIZE (octave-forge/parallel-2.0.4.tar.gz) = 42070
|
||||||
|
|
11
math/octave-forge-parallel/files/patch-sock-stream.h
Normal file
11
math/octave-forge-parallel/files/patch-sock-stream.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- sock-stream.h-orig 2010-08-25 20:47:40.000000000 -0500
|
||||||
|
+++ sock-stream.h 2010-08-25 20:48:19.000000000 -0500
|
||||||
|
@@ -25,6 +25,8 @@
|
||||||
|
|
||||||
|
int socket_to_oct_iostream (int sd);
|
||||||
|
|
||||||
|
+#include <netinet/in.h>
|
||||||
|
+
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/*
|
Loading…
Add table
Reference in a new issue