pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/lua-posix
Module Name: pkgsrc
Committed By: maya
Date: Tue Sep 18 03:37:03 UTC 2018
Modified Files:
pkgsrc/devel/lua-posix: distinfo
Added Files:
pkgsrc/devel/lua-posix/patches: patch-ext_posix_sys_socket.c
Log Message:
lua-posix: add missing include.
>From Edgar Fuß in PR pkg/53580, also committed upstream.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/lua-posix/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/devel/lua-posix/patches/patch-ext_posix_sys_socket.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/lua-posix/distinfo
diff -u pkgsrc/devel/lua-posix/distinfo:1.5 pkgsrc/devel/lua-posix/distinfo:1.6
--- pkgsrc/devel/lua-posix/distinfo:1.5 Mon Mar 5 12:46:02 2018
+++ pkgsrc/devel/lua-posix/distinfo Tue Sep 18 03:37:03 2018
@@ -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
Added files:
Index: pkgsrc/devel/lua-posix/patches/patch-ext_posix_sys_socket.c
diff -u /dev/null pkgsrc/devel/lua-posix/patches/patch-ext_posix_sys_socket.c:1.1
--- /dev/null Tue Sep 18 03:37:03 2018
+++ pkgsrc/devel/lua-posix/patches/patch-ext_posix_sys_socket.c Tue Sep 18 03:37:03 2018
@@ -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