From eabda7c4c0776de5b5c6498c6eee98d64c41edbe Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 9 Jun 2026 14:21:46 +0000 Subject: [PATCH] set DPB_PROPERTIES=parallel, postfix/stable is built 8x after openssl updates (dpb won't run builds for multiple flavours in parallel) so at least in -stable parallelising them helps. --- mail/postfix/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mail/postfix/Makefile.inc b/mail/postfix/Makefile.inc index b12ec102377..fc91a080fd6 100644 --- a/mail/postfix/Makefile.inc +++ b/mail/postfix/Makefile.inc @@ -1,5 +1,7 @@ COMMENT= fast, secure sendmail replacement +DPB_PROPERTIES= parallel + DISTNAME= postfix-${VERSION} PKGNAME= postfix-${VERSION:S/-/./} CATEGORIES= mail