View | Details | Raw Unified | Return to bug 229652
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	rspamd
3
PORTNAME=	rspamd
4
PORTVERSION=	1.7.7
4
PORTVERSION=	1.7.7
5
PORTREVISION=	1
5
CATEGORIES=	mail
6
CATEGORIES=	mail
6
7
7
MAINTAINER=	vsevolod@FreeBSD.org
8
MAINTAINER=	vsevolod@FreeBSD.org
(-)files/patch-worker__util.c (+18 lines)
Line 0 Link Here
1
--- src/libserver/worker_util.c.orig	2018-07-10 01:07:33 UTC
2
+++ src/libserver/worker_util.c
3
@@ -24,7 +24,7 @@
4
 #include "libutil/map.h"
5
 #include "libutil/map_private.h"
6
 #include "libutil/http_private.h"
7
-
8
+#include <ucontext.h>
9
 #ifdef WITH_GPERF_TOOLS
10
 #include <gperftools/profiler.h>
11
 #endif
12
@@ -1053,4 +1053,4 @@ rspamd_set_crash_handler (struct rspamd_
13
 	sigaction (SIGFPE, &sa, NULL);
14
 	sigaction (SIGSYS, &sa, NULL);
15
 #endif
16
-}
17
\ No newline at end of file
18
+}

Return to bug 229652