git: 8f72064dae76 - main - misc/ecflow: update 5.12.4 → 5.13.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Jun 2024 01:53:28 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f72064dae764aa4a0a2b20f8e32434adc15fe10 commit 8f72064dae764aa4a0a2b20f8e32434adc15fe10 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-21 01:51:35 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-21 01:53:01 +0000 misc/ecflow: update 5.12.4 → 5.13.0 Reported by: portscout --- misc/ecflow/Makefile | 2 +- misc/ecflow/distinfo | 6 +++--- misc/ecflow/files/patch-tools_ecflow__standalone.c | 16 ++++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/misc/ecflow/Makefile b/misc/ecflow/Makefile index 5f0a036a251d..06213cac698e 100644 --- a/misc/ecflow/Makefile +++ b/misc/ecflow/Makefile @@ -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 diff --git a/misc/ecflow/distinfo b/misc/ecflow/distinfo index 9c7930782ede..257596474106 100644 --- a/misc/ecflow/distinfo +++ b/misc/ecflow/distinfo @@ -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 diff --git a/misc/ecflow/files/patch-tools_ecflow__standalone.c b/misc/ecflow/files/patch-tools_ecflow__standalone.c index 65046b4361e9..105c3f053894 100644 --- a/misc/ecflow/files/patch-tools_ecflow__standalone.c +++ b/misc/ecflow/files/patch-tools_ecflow__standalone.c @@ -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 )