Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 2021 19:36:44 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564904 - head/misc/adios2/files
Message-ID:  <202102101936.11AJaiba038403@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102101936.11AJaiba038403>