Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2021 13:07:00 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r563806 - in branches/2021Q1/mail/dma: . files
Message-ID:  <202102021307.112D70Jc073079@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Tue Feb  2 13:07:00 2021
New Revision: 563806
URL: https://svnweb.freebsd.org/changeset/ports/563806

Log:
  MFH: r563805
  
  mail/dma: Fix build and improve pkg-message
  
  - Replace deprecated NO_WERROR by MK_WERROR=no
  - Tweak pkg-message to mention that dma is also in base [1]
  
  PR:		252045 [1]
  Submitted by:	Dan Mahoney <freebsd@gushi.org>
  Sponsored by:	Rubicon Communications, LLC ("Netgate")

Modified:
  branches/2021Q1/mail/dma/Makefile
  branches/2021Q1/mail/dma/files/pkg-message.in
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/mail/dma/Makefile
==============================================================================
--- branches/2021Q1/mail/dma/Makefile	Tue Feb  2 13:05:41 2021	(r563805)
+++ branches/2021Q1/mail/dma/Makefile	Tue Feb  2 13:07:00 2021	(r563806)
@@ -4,6 +4,7 @@
 PORTNAME=	dma
 PORTVERSION=	0.13
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	mail
 
@@ -25,7 +26,7 @@ CFLAGS+=	-I${OPENSSLINC} \
 		-DDMA_GROUP='\"mail\"'
 LDFLAGS+=	-L${OPENSSLLIB}
 
-MAKE_ENV=	__MAKE_CONF=/dev/null SRCCONF=/dev/null NO_WERROR=defined \
+MAKE_ENV=	__MAKE_CONF=/dev/null SRCCONF=/dev/null MK_WERROR=no \
 		MANDIR=${PREFIX}/share/man/man
 
 USE_RC_SUBR=	dma_flushq

Modified: branches/2021Q1/mail/dma/files/pkg-message.in
==============================================================================
--- branches/2021Q1/mail/dma/files/pkg-message.in	Tue Feb  2 13:05:41 2021	(r563805)
+++ branches/2021Q1/mail/dma/files/pkg-message.in	Tue Feb  2 13:07:00 2021	(r563806)
@@ -1,6 +1,15 @@
 [
 { type: install
   message: <<EOM
+
+Please note that dma is now also available in FreeBSD's base, currently under 
+/usr/libexec/dma, and with config files in /etc/mail/dma.
+
+These may not track the same version of dma.  Users are encouraged to check
+releases notes to see which best suits their needs.
+
+===
+
 To enable dma please edit /etc/mail/mailer.conf to replace all lines
 referring to another MTA with the following:
 
@@ -8,7 +17,11 @@ sendmail	%%PREFIX%%/libexec/dma
 send-mail	%%PREFIX%%/libexec/dma
 mailq		%%PREFIX%%/libexec/dma
 
-If you not need sendmail anymore, please add in your rc.conf:
+If you do not need sendmail anymore, please add in your rc.conf:
+
+sendmail_enable="NONE"
+
+or, for more granular control:
 
 sendmail_enable="NO"
 sendmail_submit_enable="NO"



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