From owner-freebsd-eclipse@FreeBSD.ORG Thu Sep 15 06:36:42 2005 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D879D16A41F for ; Thu, 15 Sep 2005 06:36:42 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id F375D43D58 for ; Thu, 15 Sep 2005 06:36:41 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j8F6ac9V009090; Thu, 15 Sep 2005 09:36:38 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.158] (pc158.ebs.gr [10.1.1.158]) by ebs.gr (8.13.3/8.12.11) with ESMTP id j8F6amtM083185; Thu, 15 Sep 2005 09:36:48 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <4329166F.30106@ebs.gr> Date: Thu, 15 Sep 2005 09:36:31 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050830) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "barbara.xxx1975" References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse Subject: Re: java/eclipse: error building WITH_MOZILLA=mozilla 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: Thu, 15 Sep 2005 06:36:43 -0000 barbara.xxx1975 wrote: > port version: > # $FreeBSD: ports/java/eclipse/Makefile,v 1.38 2005/09/14 14:46:36 nork Exp $ > > I keep getting an error if I try to upgrade(from eclipse-3.1_1) or build eclipse with WITH_MOZILLA=mozilla. > This doesn't happen if I use the WITH_MOZILLA=firefox. > > *UPDATE* (this happened while I was writing): > When I tryed to build eclipse WITH_MOZILLA=mozilla these ports where not installed: > nspr-4.6_1 > nss-3.10 > firefox-1.0.6_5,1 > I had them installed to try with WITH_MOZILLA=firefox. > Now it builds also with WITH_MOZILLA=mozilla. > As eclipse does not run-depends on them, could I safely pkg_delete them? > Or should I keep them to avoid to install them again on the next eclipse upgrade? You are not supposed to ever use WITH_MOZILLA=mozilla. If you don't specify it at all, you get the mozilla dependency. If you want to override it, you have to set WITH_MOZILLA=firefox (or mozilla-devel). If you don't want any browser integration at all, you may set WITHOUT_MOZILLA=true. Cheers, Panagiotis