From owner-freebsd-questions@FreeBSD.ORG Tue Nov 13 06:24:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27BFC16A419 for ; Tue, 13 Nov 2007 06:24:37 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from exhub015-1.exch015.msoutlookonline.net (exhub015-1.exch015.msoutlookonline.net [207.5.72.93]) by mx1.freebsd.org (Postfix) with ESMTP id 12F9513C491 for ; Tue, 13 Nov 2007 06:24:36 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from [192.168.0.109] (68.33.62.187) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.744.0; Mon, 12 Nov 2007 22:24:27 -0800 Message-ID: <47394284.70306@ridecharge.com> Date: Tue, 13 Nov 2007 01:21:56 -0500 From: "Philip M. Gollucci" Organization: Riderway Inc. User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Daniel Marsh References: <000301c8259f$aceead50$0200a8c0@satellite> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: Dave , "freebsd-questions@freebsd.org" Subject: Re: making packages from ports 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: Tue, 13 Nov 2007 06:24:37 -0000 Daniel Marsh wrote: > On Nov 13, 2007 11:48 AM, Dave wrote: >> Hello, >> I've got a box i'd like to build packages from ports on, and deploy >> those packages to other machines. I'll use postfix as an example. I did make >> package from postfix's directory and selected pcre and mysql support. I got >> the postfix tarball package, but when i tried to install it on another box >> it needed pcre and mysql-client packages. I had to run make package in each >> of their directories. I was wondering if there was a recursive way of >> package making? >> Thanks. >> Dave. > > Have a look at pkg_create(1) make package-recursive