svn commit: r529996 - head/mail/opensmtpd

Dima Panov fluffy at FreeBSD.org
Tue Mar 31 17:44:24 UTC 2020


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:


More information about the svn-ports-head mailing list