pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/lua-posix lua-posix: add missing include.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3ceb2276a775
branches: trunk
changeset: 312891:3ceb2276a775
user: maya <maya%pkgsrc.org@localhost>
date: Tue Sep 18 03:37:03 2018 +0000
description:
lua-posix: add missing include.
>From Edgar Fu? in PR pkg/53580, also committed upstream.
diffstat:
devel/lua-posix/distinfo | 3 ++-
devel/lua-posix/patches/patch-ext_posix_sys_socket.c | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r 5a30653f7141 -r 3ceb2276a775 devel/lua-posix/distinfo
--- a/devel/lua-posix/distinfo Tue Sep 18 03:33:20 2018 +0000
+++ b/devel/lua-posix/distinfo Tue Sep 18 03:37:03 2018 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.5 2018/03/05 12:46:02 ryoon Exp $
+$NetBSD: distinfo,v 1.6 2018/09/18 03:37:03 maya Exp $
SHA1 (luaposix-34.0.4.tar.gz) = 848b18807f7906386354e0be74079c0ccc56aab9
RMD160 (luaposix-34.0.4.tar.gz) = 6aa8c5a57b1df85c00ffa3f24c5e6cecf28169c0
SHA512 (luaposix-34.0.4.tar.gz) = c6399d87d490ab5bc3e220183dc181121fe3ac0d802b6f6400dbe71c491d810b4e705ab098242ac195a0b179b9b22c098072c05b7f8e534a6a60a12931ee1585
Size (luaposix-34.0.4.tar.gz) = 175194 bytes
SHA1 (patch-ext_posix_stdlib.c) = 1ab4263d3578288ef54649ec6c91115019e664ce
+SHA1 (patch-ext_posix_sys_socket.c) = 665f96727cee1aa4a4841b83be5b7ff270a0b505
SHA1 (patch-lukefile) = 41773ee71524080a35c924bd623a250c44791a2b
diff -r 5a30653f7141 -r 3ceb2276a775 devel/lua-posix/patches/patch-ext_posix_sys_socket.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/lua-posix/patches/patch-ext_posix_sys_socket.c Tue Sep 18 03:37:03 2018 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ext_posix_sys_socket.c,v 1.1 2018/09/18 03:37:03 maya Exp $
+
+Missing include. Committed upstream:
+https://github.com/luaposix/luaposix/commit/29c1eb56c32c84c87835201c4dd9c0883521b8d8
+
+--- ext/posix/sys/socket.c.orig 2018-02-21 02:29:31.000000000 +0000
++++ ext/posix/sys/socket.c
+@@ -36,6 +36,7 @@
+ #include <netinet/in.h>
+ #include <netinet/tcp.h>
+ #include <netinet/udp.h>
++#include <sys/time.h>
+ #include <sys/un.h>
+
+
Home |
Main Index |
Thread Index |
Old Index