From owner-freebsd-java@FreeBSD.ORG Thu Aug 18 13:21:29 2005 Return-Path: X-Original-To: java@FreeBSD.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 283C916A41F; Thu, 18 Aug 2005 13:21:29 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE19A43D45; Thu, 18 Aug 2005 13:21:28 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.52 (FreeBSD)) id 1E5kKi-000PBG-0R; Thu, 18 Aug 2005 15:21:24 +0200 Date: Thu, 18 Aug 2005 15:21:23 +0200 From: Kirill Ponomarew To: Norikatsu Shigemura Message-ID: <20050818132123.GA96253@voodoo.oberon.net> References: <20050818075431.GI91858@voodoo.oberon.net> <200508181311.j7IDBfsm069294@sakura.ninth-nine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508181311.j7IDBfsm069294@sakura.ninth-nine.com> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE Cc: java@FreeBSD.org Subject: Re: [ports-i386@FreeBSD.org: eclipse-viPlugin-1.12.1 failed on i386 6] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 13:21:29 -0000 On Thu, Aug 18, 2005 at 10:11:41PM +0900, Norikatsu Shigemura wrote: > On Thu, 18 Aug 2005 09:54:31 +0200 > Kirill Ponomarew wrote: > > FYI; can you please investigate and/or report to the developers? If > > you are already aware of this problem but do not yet have a fix, > > please mark the port BROKEN in the appropriate case, so that users > > do not unexpectedly encounter it. > > See http://pointyhat.freebsd.org for the full log. > > In this, there are 2 patches. > > Did you drop a silver patch? or I would suggest to use the first patch. > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/java/eclipse-viplugin/Makefile,v > retrieving revision 1.1 > diff -u -r1.1 Makefile > --- Makefile 1 Aug 2005 10:36:13 -0000 1.1 > +++ Makefile 18 Aug 2005 12:55:56 -0000 > @@ -9,6 +9,8 @@ > PORTVERSION= 1.12.1 > CATEGORIES= java devel editors > MASTER_SITES= http://www.satokar.com/viplugin/files/ > +MASTER_SITES+= ${MASTER_SITE_LOCAL} > +MASTER_SITE_SUBDIR= nork > PKGNAMEPREFIX= eclipse- > DISTNAME= ${PORTNAME}_${PORTVERSION}_E30_trial > DIST_SUBDIR= eclipse > > > Did you drop a gold patch? > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/java/eclipse-viplugin/Makefile,v > retrieving revision 1.1 > diff -u -r1.1 Makefile > --- Makefile 1 Aug 2005 10:36:13 -0000 1.1 > +++ Makefile 18 Aug 2005 12:58:21 -0000 > @@ -6,11 +6,11 @@ > # > > PORTNAME= viPlugin > -PORTVERSION= 1.12.1 > +PORTVERSION= 1.12.2 > CATEGORIES= java devel editors > MASTER_SITES= http://www.satokar.com/viplugin/files/ > PKGNAMEPREFIX= eclipse- > -DISTNAME= ${PORTNAME}_${PORTVERSION}_E30_trial > +DISTNAME= ${PORTNAME}_${PORTVERSION}_E30 > DIST_SUBDIR= eclipse > > MAINTAINER= java@freebsd.org > Index: distinfo > =================================================================== > RCS file: /home/ncvs/ports/java/eclipse-viplugin/distinfo,v > retrieving revision 1.1 > diff -u -r1.1 distinfo > --- distinfo 1 Aug 2005 10:36:13 -0000 1.1 > +++ distinfo 18 Aug 2005 12:58:29 -0000 > @@ -1,2 +1,2 @@ > -MD5 (eclipse/viPlugin_1.12.1_E30_trial.zip) = ebabc1f7a0225f2a572d381f57127e80 > -SIZE (eclipse/viPlugin_1.12.1_E30_trial.zip) = 378730 > +MD5 (eclipse/viPlugin_1.12.2_E30.zip) = 70668ea519db19399a9ee973ccb11a31 > +SIZE (eclipse/viPlugin_1.12.2_E30.zip) = 413487 -Kirill