1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/grpc
Sunpoet Po-Chuan Hsieh 210a87844f Clean up patch
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
2021-02-06 20:43:37 +00:00
..
files Clean up patch 2021-02-06 20:43:37 +00:00
distinfo
Makefile Bump PORTREVISION for devel/re2 shlib change 2021-02-03 19:46:35 +00:00
pkg-descr
pkg-plist