forked from Lainports/freebsd-ports
This fix can be traced back to patch-src_core_lib_tsi_ssl__transport__security.c in r439428 [1]. It is not needed anymore. from src/core/tsi/ssl_transport_security.cc: 26 /* TODO(jboeuf): refactor inet_ntop into a portability header. */ 27 /* Note: for whomever reads this and tries to refactor this, this 28 can't be in grpc, it has to be in gpr. */ 29 #ifdef GPR_WINDOWS 30 #include <ws2tcpip.h> 31 #else 32 #include <arpa/inet.h> 33 #include <sys/socket.h> 34 #endif [1] https://svnweb.freebsd.org/ports/head/devel/grpc/files/patch-src_core_lib_tsi_ssl__transport__security.c?view=markup&pathrev=439428 |
||
|---|---|---|
| .. | ||
| files | ||
| distinfo | ||
| Makefile | ||
| pkg-descr | ||
| pkg-plist | ||