svn commit: r514605 - in head/mail/dovecot: . files

Larry Rosenman ler at FreeBSD.org
Wed Oct 16 16:25:08 UTC 2019


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);


More information about the svn-ports-head mailing list