Received: by mail.netbsd.org (Postfix, from userid 605) id C696984D85; Mon, 31 Dec 2018 23:03:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 53FFF84D82 for ; Mon, 31 Dec 2018 23:03:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 8EWJX_FP_ozi for ; Mon, 31 Dec 2018 23:03:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CB58384C85 for ; Mon, 31 Dec 2018 23:03:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C1047FB16; Mon, 31 Dec 2018 23:03:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1546297382118920" MIME-Version: 1.0 Date: Mon, 31 Dec 2018 23:03:02 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/net/py-grpcio To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20181231230302.C1047FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1546297382118920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Mon Dec 31 23:03:02 UTC 2018 Modified Files: pkgsrc/net/py-grpcio: distinfo pkgsrc/net/py-grpcio/patches: patch-src_core_lib_iomgr_port.h Log Message: py-grpcio: Add NetBSD support To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-grpcio/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/net/py-grpcio/patches/patch-src_core_lib_iomgr_port.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1546297382118920 Content-Disposition: inline Content-Length: 2371 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-grpcio/distinfo diff -u pkgsrc/net/py-grpcio/distinfo:1.3 pkgsrc/net/py-grpcio/distinfo:1.4 --- pkgsrc/net/py-grpcio/distinfo:1.3 Mon Oct 22 15:42:46 2018 +++ pkgsrc/net/py-grpcio/distinfo Mon Dec 31 23:03:02 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.3 2018/10/22 15:42:46 jperkin Exp $ +$NetBSD: distinfo,v 1.4 2018/12/31 23:03:02 leot Exp $ SHA1 (grpcio-1.13.0.tar.gz) = 4ea6933da54b1628c65e3907134c805fa9d2d640 RMD160 (grpcio-1.13.0.tar.gz) = 829e7b0a0004738a90852e7f4c67d617a51df6b7 SHA512 (grpcio-1.13.0.tar.gz) = 4263c027d123332967692df467f01cb3b84acb3721eab7ae421a8ad79850cf00d0abca306ad6ff16acc95f1599c9c219a6c137e934f07f91ef1a11ce66b04545 Size (grpcio-1.13.0.tar.gz) = 14320631 bytes SHA1 (patch-setup.py) = 383ea9fc9067b84a6eb08edd99cb9e9062724744 -SHA1 (patch-src_core_lib_iomgr_port.h) = 9711a12fee99d96510d6c03bc76c37f4f526f517 +SHA1 (patch-src_core_lib_iomgr_port.h) = 8f088cbf22110c03a684c24c9e17ef5fc64e925a SHA1 (patch-src_python_grpcio_commands.py) = e84c0ddb13d9d9a3d2c90fe93c9db72264176512 Index: pkgsrc/net/py-grpcio/patches/patch-src_core_lib_iomgr_port.h diff -u pkgsrc/net/py-grpcio/patches/patch-src_core_lib_iomgr_port.h:1.1 pkgsrc/net/py-grpcio/patches/patch-src_core_lib_iomgr_port.h:1.2 --- pkgsrc/net/py-grpcio/patches/patch-src_core_lib_iomgr_port.h:1.1 Mon Oct 22 15:42:46 2018 +++ pkgsrc/net/py-grpcio/patches/patch-src_core_lib_iomgr_port.h Mon Dec 31 23:03:02 2018 @@ -1,13 +1,25 @@ -$NetBSD: patch-src_core_lib_iomgr_port.h,v 1.1 2018/10/22 15:42:46 jperkin Exp $ +$NetBSD: patch-src_core_lib_iomgr_port.h,v 1.2 2018/12/31 23:03:02 leot Exp $ +Support NetBSD. Support SunOS. --- src/core/lib/iomgr/port.h.orig 2018-06-28 00:44:17.000000000 +0000 +++ src/core/lib/iomgr/port.h -@@ -139,6 +139,13 @@ +@@ -139,6 +139,24 @@ #define GRPC_POSIX_SOCKET 1 #define GRPC_POSIX_SOCKETUTILS 1 #define GRPC_POSIX_WAKEUP_FD 1 ++#elif defined(GPR_NETBSD) ++#define GRPC_HAVE_ARPA_NAMESER 1 ++#define GRPC_HAVE_IFADDRS 1 ++#define GRPC_HAVE_IPV6_RECVPKTINFO 1 ++#define GRPC_HAVE_SO_NOSIGPIPE 1 ++#define GRPC_HAVE_UNIX_SOCKET 1 ++#define GRPC_POSIX_FORK 1 ++#define GRPC_POSIX_NO_SPECIAL_WAKEUP_FD 1 ++#define GRPC_POSIX_SOCKET 1 ++#define GRPC_POSIX_SOCKETUTILS 1 ++#define GRPC_POSIX_WAKEUP_FD 1 +#elif defined(GPR_SUNOS) +#define GRPC_HAVE_UNIX_SOCKET 1 +#define GRPC_POSIX_FORK 1 --_----------=_1546297382118920--