From owner-freebsd-ports@FreeBSD.ORG Thu Apr 5 14:04:11 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 43B8916A412 for ; Thu, 5 Apr 2007 14:04:10 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from utahime.as.wakwak.ne.jp (utahime.as.wakwak.ne.jp [61.205.238.40]) by mx1.freebsd.org (Postfix) with ESMTP id 030FA13C46C for ; Thu, 5 Apr 2007 14:04:09 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by utahime.as.wakwak.ne.jp (Postfix) with ESMTP id 6A4131704C; Thu, 5 Apr 2007 23:04:08 +0900 (JST) Received: from eastasia.home.utahime.org (localhost.home.utahime.org [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 3921520; Thu, 5 Apr 2007 23:04:08 +0900 (JST) Received: from localhost (angel.home.utahime.org [192.168.174.4]) by eastasia.home.utahime.org (Postfix) with ESMTP id EF4911E; Thu, 5 Apr 2007 23:04:07 +0900 (JST) Date: Thu, 05 Apr 2007 23:03:51 +0900 (JST) Message-Id: <20070405.230351.111845360.yasu@utahime.org> To: freebsd-ports@freebsd.org From: KIMURA Yasuhiro In-Reply-To: <200704050307.36088.david@vizion2000.net> References: <200704050307.36088.david@vizion2000.net> X-Mailer: Mew version 5.2.50 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: Maildrop -- any news - is this broken permanently? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2007 14:04:11 -0000 From: David Southwell Subject: Maildrop -- any news - is this broken permanently? Date: Thu, 5 Apr 2007 03:07:35 -0700 > I raised a query about maildrop a couple of weeks ago howver we still have: > > ** Port marked as IGNORE: mail/maildrop: > is marked as broken: FAM system mismatch: gamin is installed and > desired FAM system is fam > > Any news yet? Because mail/courier-imap crashes if compiled with gamin, I was unable to confirm whether or not "WANT_FAM_SYSTEM=fam" is necessary on mail mail server. So would you please try attached patch and check instead of me if latest maildrop works with gamin? When no problem happens for a few days, I will send PR. Index: mail/maildrop/Makefile =================================================================== RCS file: /usr1/freebsd/cvsroot/ports/mail/maildrop/Makefile,v retrieving revision 1.46 diff -u -r1.46 Makefile --- mail/maildrop/Makefile 21 Mar 2007 17:01:15 -0000 1.46 +++ mail/maildrop/Makefile 5 Apr 2007 13:40:10 -0000 @@ -72,7 +72,6 @@ .if defined(WITH_FAM) || exists(${LOCALBASE}/lib/libfam.so.0) USE_FAM= yes -WANT_FAM_SYSTEM= fam .endif .if defined(MAILDROP_TRUSTED_USERS) --- KIMURA Yasuhiro