Monday, January 06, 2025

Re: [NEW]: net/hopm - open-proxy monitor irc bot

On 2025/01/05 15:12, Chaz Kettleson wrote:
>
> Good to commit?

I think so, here it is as a ports diff, with the patch re-generated with
"make patch" and "make update-patches" because there was some offset,
does that look right to you?

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/hopm/Makefile,v
diff -u -p -r1.3 Makefile
--- Makefile 4 Sep 2024 13:32:04 -0000 1.3
+++ Makefile 6 Jan 2025 09:32:54 -0000
@@ -1,7 +1,7 @@
COMMENT= open-proxy monitor irc bot

DIST_TUPLE= github ircd-hybrid hopm 1.1.10 .
-REVISION= 1
+REVISION= 2

CATEGORIES= net

Index: patches/patch-src_main_c
===================================================================
RCS file: patches/patch-src_main_c
diff -N patches/patch-src_main_c
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_main_c 6 Jan 2025 09:32:54 -0000
@@ -0,0 +1,103 @@
+add pledge/unveil
+
+Index: src/main.c
+--- src/main.c.orig
++++ src/main.c
+@@ -30,6 +30,9 @@
+ #include <fcntl.h>
+ #include <stdlib.h>
+ #include <string.h>
++#if defined(__OpenBSD__)
++#include <err.h>
++

No comments:

Post a Comment