From owner-freebsd-java@FreeBSD.ORG Sat May 28 18:02:56 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 7183816A41C for ; Sat, 28 May 2005 18:02:56 +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 574A143D49 for ; Sat, 28 May 2005 18:02:54 +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 j4SI2pAB051584; Sat, 28 May 2005 21:02:51 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.13.3/8.12.11) with ESMTP id j4SI2mFV087143; Sat, 28 May 2005 21:02:49 +0300 (EEST) (envelope-from past@ebs.gr) Received: from 127.0.0.1 (AVG SMTP 7.0.322 [266.11.16]); Sat, 28 May 2005 21:02:42 +0300 Message-ID: <4298B242.5000309@ebs.gr> Date: Sat, 28 May 2005 21:02:42 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <200505280130.j4S1U6oE050868@8ball.rtp.FreeBSD.org> In-Reply-To: <200505280130.j4S1U6oE050868@8ball.rtp.FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: java@freebsd.org, freebsd-ports@varju.ca Subject: Re: Ports with duplicate LATEST_LINKS 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: Sat, 28 May 2005 18:02:56 -0000 Kris Kennaway wrote: > Dear port maintainers, > > The following list includes ports maintained by you that have duplicate > LATEST_LINK values. They should either be modified to use a unique > LATEST_LINK or suppressed using NO_LATEST_LINK, to avoid overwriting > each other in the packages/Latest directory. If your ports conflict with > ports maintained by another person, please coordinate your efforts with > them. > > > Thanks, > Kris "Annoying Reminder Guy II" Kennaway > LATEST_LINK PORTNAME MAINTAINER > ========================================================================== > eclipse java/eclipse-devel freebsd-ports@varju.ca > eclipse java/eclipse java@FreeBSD.ORG I suppose another way to solve this would be to modify the eclipse-devel port to have a proper PORTNAME (PORTNAME=eclipse-devel) and explicitly set the DISTNAME (DISTNAME=eclipse-sourceBuild-srcIncluded-${PORTVERSION}). Cheers, Panagiotis