Index: Makefile =================================================================== --- Makefile (revision 474314) +++ Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= rspamd PORTVERSION= 1.7.7 +PORTREVISION= 1 CATEGORIES= mail MAINTAINER= vsevolod@FreeBSD.org Index: files/patch-worker__util.c =================================================================== --- files/patch-worker__util.c (nonexistent) +++ files/patch-worker__util.c (working copy) @@ -0,0 +1,18 @@ +--- src/libserver/worker_util.c.orig 2018-07-10 01:07:33 UTC ++++ src/libserver/worker_util.c +@@ -24,7 +24,7 @@ + #include "libutil/map.h" + #include "libutil/map_private.h" + #include "libutil/http_private.h" +- ++#include + #ifdef WITH_GPERF_TOOLS + #include + #endif +@@ -1053,4 +1053,4 @@ rspamd_set_crash_handler (struct rspamd_ + sigaction (SIGFPE, &sa, NULL); + sigaction (SIGSYS, &sa, NULL); + #endif +-} +\ No newline at end of file ++} Property changes on: files/patch-worker__util.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property