From owner-freebsd-current@FreeBSD.ORG Sat Nov 27 02:47:10 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 646D716A4CE for ; Sat, 27 Nov 2004 02:47:10 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 117B443D5E for ; Sat, 27 Nov 2004 02:47:10 +0000 (GMT) (envelope-from matt.thyer@gmail.com) Received: by wproxy.gmail.com with SMTP id 57so438045wri for ; Fri, 26 Nov 2004 18:47:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=o9PyCbsP1wf9IzbeMFW8bGS1zQvv60jSOaIiBlqk56uhaHSO8Xmrr5ijhTqeeGQM7GOCU3LV2qFidMQtTwD3bsh8nT6eA9LHxfB0R6mREHzl2XOnZe0hXR5jMkJw0WEtvxWanWuUuCwd/7kMlMa+DRpUn5K0h1fLQp9jGs5v/aI= Received: by 10.54.23.3 with SMTP id 3mr1456014wrw; Fri, 26 Nov 2004 18:47:09 -0800 (PST) Received: by 10.54.18.37 with HTTP; Fri, 26 Nov 2004 18:47:09 -0800 (PST) Message-ID: Date: Sat, 27 Nov 2004 13:17:09 +1030 From: Matt Thyer To: current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sat, 27 Nov 2004 12:56:27 +0000 Subject: Why don't the packages get built for the runtime dependencies of the package I am building ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matt Thyer List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Nov 2004 02:47:10 -0000 I have been messing around with making releases and packages. I've been making packages with an alias which expands to the below: (sudo make clean; sudo make BATCH=YES PACKAGES=/home/me/Packages package clean && make describe >> ~/Packages/INDEX) The problem is that packages for the runtime dependencies of what I am building do not get made. Surely there is a simple way to have the runtime dependency packages built as well. Is this possible, or do I have to write my own script to recursively determine the runtime dependencies and build those packages first ?