pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/openbfdd
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 4 11:52:20 UTC 2026
Modified Files:
pkgsrc/net/openbfdd: distinfo
Added Files:
pkgsrc/net/openbfdd/patches: patch-Logger.h
Log Message:
openbfdd: fix build on NetBSD-current
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/openbfdd/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/openbfdd/patches/patch-Logger.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/openbfdd/distinfo
diff -u pkgsrc/net/openbfdd/distinfo:1.1 pkgsrc/net/openbfdd/distinfo:1.2
--- pkgsrc/net/openbfdd/distinfo:1.1 Wed Jan 15 13:28:29 2025
+++ pkgsrc/net/openbfdd/distinfo Sun Jan 4 11:52:20 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2025/01/15 13:28:29 manu Exp $
+$NetBSD: distinfo,v 1.2 2026/01/04 11:52:20 wiz Exp $
BLAKE2s (OpenBFDD-0.5.3.tar.gz) = 58e8844ba8ca4714677a6b967e13a25a229833771c8d9e95b6764760883c822e
SHA512 (OpenBFDD-0.5.3.tar.gz) = 9cdd82da8132a1d829c77de76299e1ba966af955c4e1161fff92caa58a94a98e14463048de0953c286bc851700daf24b51def88fb9e2db4570d1eae57af90cbe
Size (OpenBFDD-0.5.3.tar.gz) = 129817 bytes
+SHA1 (patch-Logger.h) = 543fc7286b05f3887b89b7b39c9f75e694d36e73
Added files:
Index: pkgsrc/net/openbfdd/patches/patch-Logger.h
diff -u /dev/null pkgsrc/net/openbfdd/patches/patch-Logger.h:1.1
--- /dev/null Sun Jan 4 11:52:20 2026
+++ pkgsrc/net/openbfdd/patches/patch-Logger.h Sun Jan 4 11:52:20 2026
@@ -0,0 +1,15 @@
+$NetBSD: patch-Logger.h,v 1.1 2026/01/04 11:52:20 wiz Exp $
+
+Add missing headers for time and pthread functions.
+
+--- Logger.h.orig 2026-01-04 11:50:09.479246044 +0000
++++ Logger.h
+@@ -6,6 +6,8 @@
+ #pragma once
+ #include <string>
+ #include <stdio.h>
++#include <sys/time.h>
++#include <pthread.h>
+ #include <cstdarg>
+ #include "LogTypes.h"
+
Home |
Main Index |
Thread Index |
Old Index