pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/libotr chat/libotr: fix build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52b5ce5c94ee
branches:  trunk
changeset: 391188:52b5ce5c94ee
user:      vins <vins%pkgsrc.org@localhost>
date:      Wed Jan 04 18:46:09 2023 +0000

description:
chat/libotr: fix build.

diffstat:

 chat/libotr/distinfo               |   3 ++-
 chat/libotr/patches/patch-client.c |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r d63ea0220772 -r 52b5ce5c94ee chat/libotr/distinfo
--- a/chat/libotr/distinfo      Wed Jan 04 18:36:34 2023 +0000
+++ b/chat/libotr/distinfo      Wed Jan 04 18:46:09 2023 +0000
@@ -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
diff -r d63ea0220772 -r 52b5ce5c94ee chat/libotr/patches/patch-client.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/libotr/patches/patch-client.c        Wed Jan 04 18:46:09 2023 +0000
@@ -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 <stdlib.h>
+ #include <syscall.h>
+ #include <sys/epoll.h>
++#include <sys/socket.h> 
+ #include <sys/types.h>
+ #include <sys/un.h>
+ #include <unistd.h>



Home | Main Index | Thread Index | Old Index