From owner-freebsd-questions@FreeBSD.ORG Wed Aug 25 03:40:23 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 2E0A816A4CF for ; Wed, 25 Aug 2004 03:40:23 +0000 (GMT) Received: from comsmtp2.singnet.com.sg (comsmtp2.singnet.com.sg [165.21.101.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B0BF43D46 for ; Wed, 25 Aug 2004 03:40:22 +0000 (GMT) (envelope-from pryan@singnet.com.sg) Received: from flounder.singnet.com.sg (flounder.singnet.com.sg [165.21.101.116])i7P3eK5H013866; Wed, 25 Aug 2004 11:40:20 +0800 Received: (from cooluser@localhost) by flounder.singnet.com.sg (8.11.6/8.11.2) id i7P3eIj09629; Wed, 25 Aug 2004 11:40:18 +0800 X-Authentication-Warning: flounder.singnet.com.sg: cooluser set sender to pryan@singnet.com.sg using -f To: FreeBSD Message-ID: <1093405218.412c0a22165ac@flounder.singnet.com.sg> Date: Wed, 25 Aug 2004 11:40:18 +0800 (SGT) From: Peter Ryan MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: SingNet WebMail Subject: 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 03:40:23 -0000 Hi Matthew, I am trying to find out which files a port will try to download. 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 Peter