pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/vnstat
Module Name: pkgsrc
Committed By: nia
Date: Thu Oct 10 19:56:02 UTC 2024
Modified Files:
pkgsrc/net/vnstat: distinfo
Added Files:
pkgsrc/net/vnstat/patches: patch-src_common.h
Log Message:
vnstat: Include missing header
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/vnstat/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/vnstat/patches/patch-src_common.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/vnstat/distinfo
diff -u pkgsrc/net/vnstat/distinfo:1.6 pkgsrc/net/vnstat/distinfo:1.7
--- pkgsrc/net/vnstat/distinfo:1.6 Tue Oct 26 11:07:08 2021
+++ pkgsrc/net/vnstat/distinfo Thu Oct 10 19:56:01 2024
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:07:08 nia Exp $
+$NetBSD: distinfo,v 1.7 2024/10/10 19:56:01 nia Exp $
BLAKE2s (vnstat-1.14.tar.gz) = eacaf36bd1c84175e265d5879bc644a51db3c8d5bd643d8f2b013f4c34f989df
SHA512 (vnstat-1.14.tar.gz) = a2aebcdd0c4aa4a821579b751af587af44a5c3f14864d3022a05f65c4df2b9ddece0ed414097346d95124a3ea5fb89ea26bf44c68d3c7ca7237573dd5f1e8239
Size (vnstat-1.14.tar.gz) = 103281 bytes
+SHA1 (patch-src_common.h) = abd8b9f44cb7b5acc3a0952a7caddaf66a01d4bf
Added files:
Index: pkgsrc/net/vnstat/patches/patch-src_common.h
diff -u /dev/null pkgsrc/net/vnstat/patches/patch-src_common.h:1.1
--- /dev/null Thu Oct 10 19:56:02 2024
+++ pkgsrc/net/vnstat/patches/patch-src_common.h Thu Oct 10 19:56:02 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_common.h,v 1.1 2024/10/10 19:56:02 nia Exp $
+
+Include <fcntl.h> for open(2).
+
+--- src/common.h.orig 2024-10-10 19:54:21.793147584 +0000
++++ src/common.h
+@@ -5,6 +5,7 @@
+ #include <stdlib.h>
+ #include <stdint.h>
+ #include <unistd.h>
++#include <fcntl.h>
+ #include <locale.h>
+ #include <time.h>
+ #include <string.h>
Home |
Main Index |
Thread Index |
Old Index