1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

misc/ecflow: update 5.12.4 → 5.13.0

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2024-06-20 18:51:35 -07:00
parent 32ed89cc56
commit 8f72064dae
3 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= ecflow
DISTVERSION= 5.12.4
DISTVERSION= 5.13.0
CATEGORIES= misc
MASTER_SITES= https://confluence.ecmwf.int/download/attachments/8650755/
DISTNAME= ecFlow-${DISTVERSION}-Source

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1714124637
SHA256 (ecFlow-5.12.4-Source.tar.gz) = 4ff11e420105ffcff6fa2f9d54682ac9e7f0007b6a7c52d1ce3cd6cd81cebfe5
SIZE (ecFlow-5.12.4-Source.tar.gz) = 16863928
TIMESTAMP = 1718929677
SHA256 (ecFlow-5.13.0-Source.tar.gz) = a14f4e97cc9123bc6cadfb3ecbf3899e27b6deb53058590bba7a4dae12f3e029
SIZE (ecFlow-5.13.0-Source.tar.gz) = 16918829

View File

@ -1,11 +1,11 @@
--- tools/ecflow_standalone.c.orig 2022-08-25 05:28:39 UTC
--- tools/ecflow_standalone.c.orig 2024-06-19 10:20:26 UTC
+++ tools/ecflow_standalone.c
@@ -183,7 +183,7 @@ int main(argc,argv) int argc; char **argv;
for (n=3; n<65535 ;n++) fclose(n); */
@@ -85,7 +85,7 @@ pid_t do_setsid(void) {
}
/* create a new session from the child process */
-#if defined(linux) || defined(__APPLE__) || defined(__MACH__) || defined(hpux) || defined(solaris) || defined(SGI) || defined(SVR4) || defined(AIX) || defined(SYG) || defined(alpha)
+#if defined(linux) || defined(__FreeBSD__) || defined(__APPLE__) || defined(__MACH__) || defined(hpux) || defined(solaris) || defined(SGI) || defined(SVR4) || defined(AIX) || defined(SYG) || defined(alpha)
if( setsid() == -1 )
pid_t do_setsid(void) {
-#if defined(linux) || defined(__APPLE__) || defined(__MACH__) || defined(hpux) || defined(solaris) || defined(SGI) || \
+#if defined(linux) || defined(__FreeBSD__) || defined(__APPLE__) || defined(__MACH__) || defined(hpux) || defined(solaris) || defined(SGI) || \
defined(SVR4) || defined(AIX) || defined(SYG) || defined(alpha) || defined(__NVCOMPILER)
return setsid();
#else
if( setsid(0) == -1 )