From owner-freebsd-questions@FreeBSD.ORG Tue Nov 13 03:32: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 38BDA16A417 for ; Tue, 13 Nov 2007 03:32:37 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-03.ohiordc.rr.com (ms-smtp-03.ohiordc.rr.com [65.24.5.137]) by mx1.freebsd.org (Postfix) with ESMTP id DF55F13C481 for ; Tue, 13 Nov 2007 03:32:36 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-42-110.woh.res.rr.com [65.31.42.110]) by ms-smtp-03.ohiordc.rr.com (8.13.6/8.13.6) with SMTP id lAD2mUsG011771 for ; Mon, 12 Nov 2007 21:48:31 -0500 (EST) Message-ID: <000301c8259f$aceead50$0200a8c0@satellite> From: "Dave" To: Date: Mon, 12 Nov 2007 21:48:30 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: making packages from ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Nov 2007 03:32:37 -0000 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.