From owner-freebsd-java@FreeBSD.ORG Thu Aug 18 13:11:45 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 A4BF916A41F; Thu, 18 Aug 2005 13:11:45 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93B1C43D58; Thu, 18 Aug 2005 13:11:43 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.3/8.13.3/NinthNine) with SMTP id j7IDBfsm069294; Thu, 18 Aug 2005 22:11:41 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Thu, 18 Aug 2005 22:11:41 +0900 (JST) Message-Id: <200508181311.j7IDBfsm069294@sakura.ninth-nine.com> From: Norikatsu Shigemura To: Kirill Ponomarew In-Reply-To: <20050818075431.GI91858@voodoo.oberon.net> References: <20050818075431.GI91858@voodoo.oberon.net> X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (sakura.ninth-nine.com [219.127.74.121]); Thu, 18 Aug 2005 22:11:41 +0900 (JST) Cc: java@FreeBSD.org, nork@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:11:45 -0000 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 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