Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2019 16:25:07 +0000 (UTC)
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514605 - in head/mail/dovecot: . files
Message-ID:  <201910161625.x9GGP7AO039003@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ler
Date: Wed Oct 16 16:25:07 2019
New Revision: 514605
URL: https://svnweb.freebsd.org/changeset/ports/514605

Log:
  mail/dovecot: revert removing patch that is still needed.
  
  PR:		240607

Added:
  head/mail/dovecot/files/patch-src_master_main.c   (contents, props changed)
Modified:
  head/mail/dovecot/Makefile

Modified: head/mail/dovecot/Makefile
==============================================================================
--- head/mail/dovecot/Makefile	Wed Oct 16 15:56:20 2019	(r514604)
+++ head/mail/dovecot/Makefile	Wed Oct 16 16:25:07 2019	(r514605)
@@ -9,7 +9,7 @@
 
 PORTNAME=	dovecot
 PORTVERSION=	2.3.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail
 MASTER_SITES=	https://dovecot.org/releases/2.3/
 

Added: head/mail/dovecot/files/patch-src_master_main.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/dovecot/files/patch-src_master_main.c	Wed Oct 16 16:25:07 2019	(r514605)
@@ -0,0 +1,11 @@
+--- src/master/main.c.orig	2018-11-23 11:06:45 UTC
++++ src/master/main.c
+@@ -862,6 +862,8 @@ int main(int argc, char *argv[])
+ 		i_fatal("dup2(dev_null_fd) failed: %m");
+ 	if (!foreground && dup2(dev_null_fd, STDOUT_FILENO) < 0)
+ 		i_fatal("dup2(dev_null_fd) failed: %m");
++	if (!foreground && dup2(dev_null_fd, STDERR_FILENO) < 0)
++		i_fatal("dup2(dev_null_fd) failed: %m");
+ 
+ 	pidfile_path =
+ 		i_strconcat(set->base_dir, "/"MASTER_PID_FILE_NAME, NULL);



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