Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2020 17:44:15 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529996 - head/mail/opensmtpd
Message-ID:  <202003311744.02VHiFMu064945@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Tue Mar 31 17:44:14 2020
New Revision: 529996
URL: https://svnweb.freebsd.org/changeset/ports/529996

Log:
  mail/opensmtpd: We not need to care about OpenBSD here
  
  Make configure args for mbox path unconditional
  
  Noted by:	mat

Modified:
  head/mail/opensmtpd/Makefile

Modified: head/mail/opensmtpd/Makefile
==============================================================================
--- head/mail/opensmtpd/Makefile	Tue Mar 31 17:43:04 2020	(r529995)
+++ head/mail/opensmtpd/Makefile	Tue Mar 31 17:44:14 2020	(r529996)
@@ -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
@@ -62,10 +63,6 @@ CONFIGURE_ARGS+=	--with-libasr=${LOCALBASE} \
 .if ${OPSYS} == FreeBSD && \
     (${OSVERSION} < 1200084 && ${SSL_DEFAULT} == "base")
 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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003311744.02VHiFMu064945>