diff --git a/net/samba416/Makefile b/net/samba416/Makefile --- a/net/samba416/Makefile +++ b/net/samba416/Makefile @@ -1,6 +1,6 @@ PORTNAME= ${SAMBA4_BASENAME}416 PORTVERSION= ${SAMBA4_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} diff --git a/net/samba416/files/patch-lib_util_time.h b/net/samba416/files/patch-lib_util_time.h new file mode 100644 --- /dev/null +++ b/net/samba416/files/patch-lib_util_time.h @@ -0,0 +1,10 @@ +--- lib/util/time.h.orig 2022-01-24 10:26:58 UTC ++++ lib/util/time.h +@@ -27,6 +27,7 @@ + #include + #include + #include ++#include + + #ifndef TIME_T_MIN + /* we use 0 here, because (time_t)-1 means error */ diff --git a/net/samba416/files/patch-source4_torture_ndr_ndr.h b/net/samba416/files/patch-source4_torture_ndr_ndr.h new file mode 100644 --- /dev/null +++ b/net/samba416/files/patch-source4_torture_ndr_ndr.h @@ -0,0 +1,11 @@ +--- source4/torture/ndr/ndr.h.orig 2022-01-24 10:27:00 UTC ++++ source4/torture/ndr/ndr.h +@@ -20,6 +20,8 @@ + #ifndef __TORTURE_NDR_H__ + #define __TORTURE_NDR_H__ + ++#include ++ + #include "torture/torture.h" + #include "librpc/ndr/libndr.h" + #include "libcli/security/security.h"