From owner-freebsd-eclipse@FreeBSD.ORG Mon Apr 20 13:21:37 2009 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A36C9106566C for ; Mon, 20 Apr 2009 13:21:37 +0000 (UTC) (envelope-from sepotvin@FreeBSD.org) Received: from zerofail.com (gatekeeper1.zerofail.com [208.71.11.38]) by mx1.freebsd.org (Postfix) with ESMTP id 4A3368FC0C for ; Mon, 20 Apr 2009 13:21:36 +0000 (UTC) (envelope-from sepotvin@FreeBSD.org) Received: from telcobridges.com by freebsd.org (zerofail.com) (SecurityGateway 1.1.4) with SMTP id SG002727026.MSG for ; Mon, 20 Apr 2009 09:21:32 -0400 Received: from leia.telcobridges.lan ([208.94.105.59]) by telcobridges.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 20 Apr 2009 09:21:33 -0400 Message-ID: <49EC76DD.1030809@FreeBSD.org> Date: Mon, 20 Apr 2009 09:21:33 -0400 From: "Stephane E. Potvin" Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.21 (X11/20090409) MIME-Version: 1.0 To: Eugeny N Dzhurinsky , freebsd-eclipse@freebsd.org References: <49EA1485.7000001@videotron.ca> <20090419170309.GA21399@jdevelop.priv> <20090420.075451.29593248145856573.ken@tydfam.jp> <20090420062739.GA92354@jdevelop.priv> In-Reply-To: <20090420062739.GA92354@jdevelop.priv> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Apr 2009 13:21:33.0745 (UTC) FILETIME=[ECC91A10:01C9C1BA] X-SGHeloLookup-Result: hardfail smtp.helo=telcobridges.com (does not match 208.71.8.41) X-SGOP-RefID: str=0001.0A090208.49EC76DE.0066,ss=1,fgs=0 (_st=1 _vt=0 _iwf=0) Cc: Subject: Re: Eclipse 3.4.2 update X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2009 13:21:37 -0000 Eugeny N Dzhurinsky wrote: > On Mon, Apr 20, 2009 at 07:54:51AM +0900, ken wrote: >> Strange,,,, >> I could gpatch the most recent port/java/eclipse with given diff without any problem. And I am using new eclipse to see if it is OK or not. >> >> It may worth to update ports/java/eclipse and apply the patch. > > I did that but with no luck :( > Hi Eugeny, Could you try to revert your eclipse directory to a clean state (using csup or cvs depending on how you get your ports) and then re-apply the patch with the following: (cd /usr/ports/java/eclipse; gpatch -p0 < /path/to/patchfile) If your eclipse ports tree is clean this should work without generating any error. Steph