From owner-svn-ports-head@freebsd.org Tue Jun 30 21:25:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98EC3991FE0; Tue, 30 Jun 2015 21:25:25 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89B9318A8; Tue, 30 Jun 2015 21:25:25 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5ULPPQA040077; Tue, 30 Jun 2015 21:25:25 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5ULPPL0040076; Tue, 30 Jun 2015 21:25:25 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201506302125.t5ULPPL0040076@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 30 Jun 2015 21:25:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391008 - head/mail/maildrop/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 21:25:25 -0000 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;