From owner-freebsd-questions Tue May 28 18:10:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.poddle.net (ninja.fdisk.org.uk [212.42.1.195]) by hub.freebsd.org (Postfix) with ESMTP id 8E4BC37B400 for ; Tue, 28 May 2002 18:10:08 -0700 (PDT) Received: from dave by mail.poddle.net with local (Exim 3.34 #1) id 17CryV-0000cf-00 for freebsd-questions@freebsd.org; Wed, 29 May 2002 02:10:03 +0100 Date: Wed, 29 May 2002 02:10:03 +0100 From: David Groves To: freebsd-questions@freebsd.org Subject: Building packages for dependencies with 'make package' Message-ID: <20020529021003.A2135@mail.poddle.net> Reply-To: David Groves Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to make some packages built with some custom flags, to run on various different systems. I've setup the PACKAGES variable, so all my packages go into a single place, but my trouble is with the dependenices. I want to build, for example, mod_php4 with various options (which I'm happy to answer in the interactive installer once), but this builds various dependencies, and I don't get packages for them (just one for mod_php4 itself, ie. no apache package). I imagine I missed something obvious here, and if someone could point it out I can go away and slap myself for being dumb. -- Dave dave@poddle.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message