From owner-freebsd-eclipse@FreeBSD.ORG Mon Oct 28 16:55:12 2013 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 38FD1C03 for ; Mon, 28 Oct 2013 16:55:12 +0000 (UTC) (envelope-from ljboiler@gmail.com) Received: from mail-oa0-x231.google.com (mail-oa0-x231.google.com [IPv6:2607:f8b0:4003:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 02EC12D1A for ; Mon, 28 Oct 2013 16:55:11 +0000 (UTC) Received: by mail-oa0-f49.google.com with SMTP id j10so3869198oah.36 for ; Mon, 28 Oct 2013 09:55:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=3GjsOn+42AyNbsFsDpHffB9D0xzncyzqpasvWzZbIpQ=; b=LzTc4AJ4uMBndIgzvnGe3MawrE2M9nuRb016LPo/Hrw1xKvrjapXwSJkJnE/MNvTsg Dh/dAaGuPlFZ+nFkvWgIOloQi00VXfrV3H6avvxxKqbBPdC6cBOKiaQ3nBG7q9EQ69lx hkA4+NrL8ROjvhkaB4UwauyhDC8zn/Lfq1tJnKy9H+nD01e+iZ8N4Zgz6w2v3TCBhVH6 wNJRTIkb815UsOs7YijstBwKly+7XbVEBoNmVXpby0c2K+3hEVSQFMLqNzrJxXse5KU8 g+EhVqQ45vrOZLXFfUsjvvcBv6hmh2B+DPIqbWAmbFPJSFJk+xo1PCPlppP4ToLCsYv0 6Cfg== X-Received: by 10.182.44.134 with SMTP id e6mr11692145obm.14.1382979311226; Mon, 28 Oct 2013 09:55:11 -0700 (PDT) Received: from jmobile.jimmy.local (71-81-196-43.dhcp.stls.mo.charter.com. [71.81.196.43]) by mx.google.com with ESMTPSA id z5sm22313774obg.13.2013.10.28.09.55.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 28 Oct 2013 09:55:10 -0700 (PDT) Received: by jmobile.jimmy.local (sSMTP sendmail emulation); Mon, 28 Oct 2013 11:55:08 -0500 Date: Mon, 28 Oct 2013 11:55:08 -0500 From: Jimmy Kelley To: freebsd-eclipse@freebsd.org Subject: Re: java/eclipse port Message-ID: <20131028165508.GA1341@jmobile.jimmy.localnet> References: <20131028155319.GU52889@glebius.int.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131028155319.GU52889@glebius.int.ru> User-Agent: Mutt/1.5.22 (2013-10-16) X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.14 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, 28 Oct 2013 16:55:12 -0000 On Mon, Oct 28, 2013 at 07:53:19PM +0400, Gleb Smirnoff wrote: > Hi! > > What's the current status of the port? > > There is no package on pkg.freebsd.org, and probably that > is due to distfile no longer available: > > make > ===> Found saved configuration for eclipse-3.7.1_3 > ===> eclipse-3.7.1_4 depends on file: /usr/local/sbin/pkg - found > => com.ibm.icu_4.4.2.v20110208.jar doesn't seem to exist in /usr/ports/distfiles/eclipse. > => Attempting to fetch http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/plugins/com.ibm.icu_4.4.2.v20110208.jar > fetch: http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/plugins/com.ibm.icu_4.4.2.v20110208.jar: Not Found > > Anyone maintaining it? > > -- > Totus tuus, Glebius. I just built the eclipse and eclipse-devel ports yesterday with no problem (on a clean virtual Freebsd 9.1 machine) as part of what I've been working on to get Eclipse Kepler (v4.3) ported. I see the same thing ( : Not found) for all those files from the eclipse Orbit repo, but the build for me goes and gets what it needs from ftp.freebsd.org. Jimmy