Received: by mail.netbsd.org (Postfix, from userid 605) id 47F9284F89; Wed, 4 Jan 2023 18:46:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 75FE584F87 for ; Wed, 4 Jan 2023 18:46:10 +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 dqeuF4CqyaXu for ; Wed, 4 Jan 2023 18:46:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BE97584D05 for ; Wed, 4 Jan 2023 18:46:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B8099FA90; Wed, 4 Jan 2023 18:46:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1672857969155650" MIME-Version: 1.0 Date: Wed, 4 Jan 2023 18:46:09 +0000 From: "Paolo Vincenzo Olivo" Subject: CVS commit: pkgsrc/chat/libotr To: pkgsrc-changes@NetBSD.org Reply-To: vins@netbsd.org X-Mailer: log_accum Message-Id: <20230104184609.B8099FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1672857969155650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: vins Date: Wed Jan 4 18:46:09 UTC 2023 Modified Files: pkgsrc/chat/libotr: distinfo Added Files: pkgsrc/chat/libotr/patches: patch-client.c Log Message: chat/libotr: fix build. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/chat/libotr/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/chat/libotr/patches/patch-client.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1672857969155650 Content-Disposition: inline Content-Length: 1403 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/libotr/distinfo diff -u pkgsrc/chat/libotr/distinfo:1.14 pkgsrc/chat/libotr/distinfo:1.15 --- pkgsrc/chat/libotr/distinfo:1.14 Tue Oct 26 10:05:19 2021 +++ pkgsrc/chat/libotr/distinfo Wed Jan 4 18:46:09 2023 @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.14 2021/10/26 10:05:19 nia Exp $ +$NetBSD: distinfo,v 1.15 2023/01/04 18:46:09 vins Exp $ BLAKE2s (libotr-4.1.1.tar.gz) = c0da7ccb7e5c28d02d6295668b63f3551e9dd840662f8f0e91e70bf9b0a4e483 SHA512 (libotr-4.1.1.tar.gz) = c957206235b9f627542f23a645c822ea1b318d83fa655f41ed8d9a3c0dddf30b88f0ca82060026af155e48ecb13969dc9270831f20304669794151f666ae5cb0 Size (libotr-4.1.1.tar.gz) = 655791 bytes +SHA1 (patch-client.c) = 3effb1ec33c3ef91c34b4e72437371a2743f3f44 Added files: Index: pkgsrc/chat/libotr/patches/patch-client.c diff -u /dev/null pkgsrc/chat/libotr/patches/patch-client.c:1.1 --- /dev/null Wed Jan 4 18:46:09 2023 +++ pkgsrc/chat/libotr/patches/patch-client.c Wed Jan 4 18:46:09 2023 @@ -0,0 +1,14 @@ +$NetBSD: patch-client.c,v 1.1 2023/01/04 18:46:09 vins Exp $ + +Provide a declaration of listen() + +--- tests/regression/client/client.c.orig 2015-12-25 17:39:45.000000000 +0000 ++++ tests/regression/client/client.c +@@ -26,6 +26,7 @@ + #include + #include + #include ++#include + #include + #include + #include --_----------=_1672857969155650--