forked from Lainports/freebsd-ports
misc/ecflow: Update 5.9.0 → 5.11.3
Reported by: portscout
This commit is contained in:
parent
9f5f456d0c
commit
2beecfb8ee
4 changed files with 7 additions and 18 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= ecflow
|
||||
DISTVERSION= 5.9.0
|
||||
DISTVERSION= 5.11.3
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= https://confluence.ecmwf.int/download/attachments/8650755/
|
||||
DISTNAME= ecFlow-${DISTVERSION}-Source
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1665547913
|
||||
SHA256 (ecFlow-5.9.0-Source.tar.gz) = 20c1f457a21aebf7c49f06a4709a6216c6a92ca1899caa2c27d1aab4df53cacd
|
||||
SIZE (ecFlow-5.9.0-Source.tar.gz) = 3605948
|
||||
TIMESTAMP = 1691030657
|
||||
SHA256 (ecFlow-5.11.3-Source.tar.gz) = 66f4959e88b94dfecb7901a9370916bb57fa8b2cdaa2889099a907a706b655ec
|
||||
SIZE (ecFlow-5.11.3-Source.tar.gz) = 16713592
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
- fixes failure: error: use of undeclared identifier 'time' on FreeBSD 12
|
||||
- This seems to be a general problem that this header isn't included.
|
||||
- it's unclear how to report bugs: emails to Software.Software@ecmwf.int bounce, and linked JIRA account has no such project.
|
||||
|
||||
--- ACore/src/Passwd.cpp.orig 2022-09-04 16:37:50 UTC
|
||||
+++ ACore/src/Passwd.cpp
|
||||
@@ -13,6 +13,7 @@
|
||||
// Description :
|
||||
//============================================================================
|
||||
|
||||
+#include <time.h> // for time(3)
|
||||
#include <unistd.h>
|
||||
|
||||
#include "Passwd.hpp"
|
||||
|
|
@ -1,11 +1,14 @@
|
|||
bin/ecflow_client
|
||||
bin/ecflow_fuse.py
|
||||
bin/ecflow_http
|
||||
bin/ecflow_logserver.sh
|
||||
bin/ecflow_logsvr.pl
|
||||
bin/ecflow_server
|
||||
bin/ecflow_standalone
|
||||
bin/ecflow_start.sh
|
||||
bin/ecflow_stop.sh
|
||||
bin/ecflow_udp
|
||||
bin/ecflow_udp_client
|
||||
bin/ecflow_ui
|
||||
bin/ecflow_ui.x
|
||||
lib/cmake/ecflow/ecflow-config-version.cmake
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue