From b49be27ea0831ef15ad474f6b76b1d2cc88b74a8 Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Tue, 31 Mar 2020 17:44:14 +0000 Subject: [PATCH] mail/opensmtpd: We not need to care about OpenBSD here Make configure args for mbox path unconditional Noted by: mat --- mail/opensmtpd/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index 1a9af0f7ef0c..82779d0f7e91 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -53,6 +53,7 @@ TABLE_DB_CONFIGURE_WITH= table-db CONFIGURE_ARGS+= --with-libasr=${LOCALBASE} \ --with-libevent=${LOCALBASE} \ --sysconfdir=${PREFIX}/etc/mail/ \ + --with-path-mbox=/var/mail --with-user-smtpd=_smtpd \ --with-user-queue=_smtpq \ --with-group-queue=_smtpq @@ -64,10 +65,6 @@ CONFIGURE_ARGS+= --with-libasr=${LOCALBASE} \ BROKEN= Openssl 1.0 API is EoL, upgrade to FreeBSD 12.x/13.x or add DEFAULT_VERSIONS+=ssl=[openssl|libressl*] to /etc/make.conf .endif -.if ${OPSYS} != OpenBSD -CONFIGURE_ARGS+= --with-path-mbox=/var/mail -.endif - post-install-TABLE_DB-on: @${LN} -sf ${PREFIX}/sbin/smtpctl ${STAGEDIR}${PREFIX}/libexec/opensmtpd/makemap