pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/libotr



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.

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 <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