svn commit: r391008 - head/mail/maildrop/files

Guido Falsi madpilot at FreeBSD.org
Tue Jun 30 21:25:25 UTC 2015


Author: madpilot
Date: Tue Jun 30 21:25:24 2015
New Revision: 391008
URL: https://svnweb.freebsd.org/changeset/ports/391008

Log:
  Fix build when AUTHLIB is enabled by partly reverting an upstream
  change which depends on a newer courier-authlib verison.

Added:
  head/mail/maildrop/files/patch-libs_maildrop_main.C   (contents, props changed)

Added: head/mail/maildrop/files/patch-libs_maildrop_main.C
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/maildrop/files/patch-libs_maildrop_main.C	Tue Jun 30 21:25:24 2015	(r391008)
@@ -0,0 +1,18 @@
+--- libs/maildrop/main.C.orig	2015-06-20 13:01:36 UTC
++++ libs/maildrop/main.C
+@@ -264,13 +264,13 @@ static int callback_authlib(struct authi
+ 			    void *void_arg)
+ {
+ 	Maildrop &maildrop=*(Maildrop *)void_arg;
+-
++/*
+ 	if (auth_mkhomedir(auth))
+ 	{
+ 		perror(auth->homedir);
+ 		exit(1);
+ 	}
+-
++*/
+ 	if (VerboseLevel() > 1)
+ 	{
+ 		Buffer b;


More information about the svn-ports-head mailing list