svn commit: r564904 - head/misc/adios2/files

Yuri Victorovich yuri at FreeBSD.org
Wed Feb 10 19:36:44 UTC 2021


Author: yuri
Date: Wed Feb 10 19:36:44 2021
New Revision: 564904
URL: https://svnweb.freebsd.org/changeset/ports/564904

Log:
  misc/adios2: Add missing patch fixing build

Added:
  head/misc/adios2/files/patch-source_adios2_helper_adiosNetwork.cpp   (contents, props changed)

Added: head/misc/adios2/files/patch-source_adios2_helper_adiosNetwork.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/adios2/files/patch-source_adios2_helper_adiosNetwork.cpp	Wed Feb 10 19:36:44 2021	(r564904)
@@ -0,0 +1,12 @@
+- workaround for https://github.com/ornladios/ADIOS2/issues/2615
+
+--- source/adios2/helper/adiosNetwork.cpp.orig	2021-02-10 18:38:17 UTC
++++ source/adios2/helper/adiosNetwork.cpp
+@@ -23,6 +23,7 @@
+ #include <string.h>    //AvailableIpAddresses() strncp
+ #include <sys/ioctl.h> //AvailableIpAddresses() ioctl
+ #include <unistd.h>    //AvailableIpAddresses() close
++#include <netinet/in.h>
+ 
+ #include <nlohmann/json.hpp>
+ 


More information about the svn-ports-all mailing list