postfix: remove 100-fsstat.patch
authorW. Michael Petullo <redacted>
Fri, 29 Nov 2019 02:21:45 +0000 (21:21 -0500)
committerW. Michael Petullo <redacted>
Fri, 29 Nov 2019 04:42:55 +0000 (23:42 -0500)
Resolves #9970.

Signed-off-by: W. Michael Petullo <redacted>
mail/postfix/Makefile
mail/postfix/patches/100-fsstat.patch [deleted file]

index 82d7677c9b2efc22ae9f0b4d8afb2003fa254a05..df562be716d4e0b9fce6e03c9fbfc9e655b8dee5 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=postfix
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_VERSION:=3.4.6
 PKG_SOURCE_URL:= \
        https://cdn.postfix.johnriley.me/mirrors/postfix-release/official/ \
diff --git a/mail/postfix/patches/100-fsstat.patch b/mail/postfix/patches/100-fsstat.patch
deleted file mode 100644 (file)
index f1e4769..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/smtpd/smtpd_check.c
-+++ b/src/smtpd/smtpd_check.c
-@@ -5325,7 +5325,7 @@ char   *smtpd_check_queue(SMTPD_STATE *state)
-      */
- #define BLOCKS(x)     ((x) / fsbuf.block_size)
--    fsspace(".", &fsbuf);
-+    fsspace("/overlay", &fsbuf);
-     if (msg_verbose)
-       msg_info("%s: blocks %lu avail %lu min_free %lu msg_size_limit %lu",
-                myname,
git clone https://git.99rst.org/PROJECT