From owner-freebsd-questions@FreeBSD.ORG Wed Aug 25 05:47:29 2004 Return-Path: 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 3F52916A4CE for ; Wed, 25 Aug 2004 05:47:29 +0000 (GMT) Received: from comsmtp1.singnet.com.sg (comsmtp1.singnet.com.sg [165.21.101.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AAE243D5E for ; Wed, 25 Aug 2004 05:47:28 +0000 (GMT) (envelope-from pryan@singnet.com.sg) Received: from arrowana.singnet.com.sg (arrowana.singnet.com.sg [165.21.101.120])i7P5l6YH022362; Wed, 25 Aug 2004 13:47:06 +0800 Received: from arrowana.singnet.com.sg (localhost.localdomain [127.0.0.1]) i7P5l1Q7019405; Wed, 25 Aug 2004 13:47:01 +0800 Received: (from cooluser@localhost) by arrowana.singnet.com.sg (8.12.8/8.12.8/Submit) id i7P5krxw019235; Wed, 25 Aug 2004 13:46:53 +0800 X-Authentication-Warning: arrowana.singnet.com.sg: cooluser set sender to pryan@singnet.com.sg using -f To: Will Message-ID: <1093412813.412c27cd2e3ae@arrowana.singnet.com.sg> Date: Wed, 25 Aug 2004 13:46:53 +0800 (SGT) From: Peter Ryan References: <1093405218.412c0a22165ac@flounder.singnet.com.sg> <412C1B4D.70003@crime.ctf.edu> In-Reply-To: <412C1B4D.70003@crime.ctf.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: SingNet WebMail cc: FreeBSD Subject: Re: where to find what a port will try to download X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pryan@singnet.com.sg List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2004 05:47:29 -0000 > | I am trying to find out which files a port will try to download. > > So umm your trying to figure out the dependencies of a package? > > > | E.g. JDK14. The Makefile has parameterised distfiles and I cant > see > | where the parameters are resolved. I have looked in the other > package > | files and cant see anything. > | > | I while back, when I knew less than nothing about cvsup, you > | mentioned that the JDK14 port now used a newer file from Sun. > (the > | '_05' instead of the '_04' I was looking for) > | > | How did you know the port wanted the newer file ? > | > | And how did you find out the exact name ? > | > | Thanks > > Well if you look at freshports and the jdk14 port: > http://www.freshports.org/java/jdk14/ you can see that packages > dependencies, and if you look at the linux-jdk package it depends on > you > can see: > > "IGNORE: You must manually fetch the J2SE SDK self-extracting > file for the Linux platform (j2sdk-1_4_2_05-linux-i586.bin)" > > In the freshports site it details the differnt versions and when > they > were changed/updated. Is this what you were looking for? Hi Will - thanks. I can see the _05 file easily, but looking at freshports for jdk14, I cant see the other files that are downloaded into distfiles (eg, there are 3 more j2sdk* files required as well). Taking one as an example - j2sdk-1_4_2-src-scsl.zip. It is not at all clear to me where this file is named as part of the jdk14 download, or even where it appears in the Makefile. Any other clues ? Many thanks Peter are defined as part of jdk14.