From owner-freebsd-questions@FreeBSD.ORG Sat Dec 3 22:07:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C19F416A420 for ; Sat, 3 Dec 2005 22:07:49 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC5E743D92 for ; Sat, 3 Dec 2005 22:07:32 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id i30so691513wra for ; Sat, 03 Dec 2005 14:07:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=Iua5ef4Hfbm46OTD50s/b4zGox8TKQPF0sB6wICVllzOtTS3mjwZDAOJletSJl+JiRSvrFHMQBkYCzhwSIerS14l8dlQ0SEZ4x4vEcnBAT8JgPdxv2OpfS733pn9PXdwix0quyd4niT88U8U1JNc2ZYKVTuMgoKPet1ae/d1XXo= Received: by 10.54.68.12 with SMTP id q12mr2225268wra; Sat, 03 Dec 2005 14:07:31 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id 45sm3982507wri.2005.12.03.14.07.30; Sat, 03 Dec 2005 14:07:31 -0800 (PST) From: "Michael C. Shultz" To: edward Date: Sat, 3 Dec 2005 14:07:27 -0800 User-Agent: KMail/1.8.3 References: <439093D2.3020905@wanadoo.fr> <200512030827.57766.ringworm01@gmail.com> <4392162C.5070509@wanadoo.fr> In-Reply-To: <4392162C.5070509@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512031407.28245.ringworm01@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Trouble upgrading ports collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2005 22:07:49 -0000 On Saturday 03 December 2005 14:03, edward wrote: > Michael C. Shultz wrote: > > It does help, the linux-sun-jdk14 port is flagging its self as ignore > > because you don't have J2SE SDK in distfiles. You'll have to build > > java/linux-sun-jdk14 manually and jump through the Sun hoops to get the > > distfiles, just follow the instructions that pop up when you make it. > > > > In this status report it looks like the kde ports updated successfully, > > so your just down to the java port correct? (java/linux-sun-jdk14) > > > > The compat3x-i386-5.0.20020925 missing can be ignored, one of the java > > build dependencies must have this listed as a dependency but java is > > a weird animal, it's build dependencies can be missing and it will still > > build so I would just ignore that for now. > > > > -Mike > > I did the following : > cd /usr/ports/java/linux-sun-jdk14 > make install > > I was then instructed to download j2sdk-1_4_2_10-linux-i586.bin from > http://javashoplm.sun.com > > Placed the file in /usr/ports/distfiles > > Ran make install again > > I was instructed to remove the previous version of j2sdk and install the > new version via a make deinstall / make reinstall sequence > > All of my ports are now up to date and everything seems to work fine. > Thanks Mike, I owe you one :-) > Edward Your welcome :) -Mike