From owner-cvs-ports@FreeBSD.ORG Fri Oct 21 06:06:20 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C68DC16A41F; Fri, 21 Oct 2005 06:06:20 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from imf25aec.mail.bellsouth.net (imf25aec.mail.bellsouth.net [205.152.59.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05C7543D46; Fri, 21 Oct 2005 06:06:19 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from ibm69aec.bellsouth.net ([68.209.163.3]) by imf25aec.mail.bellsouth.net with ESMTP id <20051021060619.UJOT1975.imf25aec.mail.bellsouth.net@ibm69aec.bellsouth.net>; Fri, 21 Oct 2005 02:06:19 -0400 Received: from [192.168.1.5] (really [68.209.163.3]) by ibm69aec.bellsouth.net with ESMTP id <20051021060618.QBXN9927.ibm69aec.bellsouth.net@[192.168.1.5]>; Fri, 21 Oct 2005 02:06:18 -0400 In-Reply-To: <200510210604.j9L64RAb072397@repoman.freebsd.org> References: <200510210604.j9L64RAb072397@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <48A613AB-2157-4B43-A24A-317F2D9BDBF9@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Fri, 21 Oct 2005 02:06:13 -0400 To: Jean-Yves Lefort X-Mailer: Apple Mail (2.734) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/gamin Makefile ports/devel/gamin/files patch-server_gam_channel.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2005 06:06:20 -0000 On Oct 21, 2005, at 2:04 AM, Jean-Yves Lefort wrote: > jylefort 2005-10-21 06:04:27 UTC > > FreeBSD ports repository > > Modified files: > devel/gamin Makefile > devel/gamin/files patch-server_gam_channel.c > Log: > If there is a leftover socket when the server starts, delete it > (otherwise the bind() call will fail and the server will not start). thank you > > Revision Changes Path > 1.16 +1 -0 ports/devel/gamin/Makefile > 1.6 +108 -8 ports/devel/gamin/files/patch- > server_gam_channel.c >