From owner-freebsd-questions@FreeBSD.ORG Wed Jul 22 20:50:25 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48C00106564A for ; Wed, 22 Jul 2009 20:50:25 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-bw0-f219.google.com (mail-bw0-f219.google.com [209.85.218.219]) by mx1.freebsd.org (Postfix) with ESMTP id C69788FC23 for ; Wed, 22 Jul 2009 20:50:24 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by bwz19 with SMTP id 19so429973bwz.43 for ; Wed, 22 Jul 2009 13:50:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Dqxs0ZXNGsR4Ee7benFwQL6ubUlqSymDqHMIMlNtfRM=; b=XAGvwxiI7zjHWBlj4JPctJfdK5zLX3KLG9TvkZ7xKEy43frXOsLywsVxh2/A5Z9KFk qzxjjdeDJ5m1+7yPmYV6vysKKywx5r3RyeOG2CfaC+4U9MBZZb/1IF2E3y5SFrqBt7Gw etr1BAHs3tCBuq4u80ZayO3jg6T6e4DIVODGw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=x3Xh+3CnM+d0tITC6NfaEeGc+dkUVDQpSxBnOX82DSVSAvU7mNxITQWG+dptAi/KHR 9mDr4nKZQ7vlZoNygFKca2Rai4hfcogbmLhZXYK8BFblGGbgPfcYtniV5oJa3YHTmyS5 5a5GlvaMrqLtFqx+rq0lbk6thFNSusRaRqcfI= MIME-Version: 1.0 Received: by 10.223.125.144 with SMTP id y16mr752110far.93.1248295823486; Wed, 22 Jul 2009 13:50:23 -0700 (PDT) In-Reply-To: <11167f520907221348r5b2544f8t6eb7fad081d6b51c@mail.gmail.com> References: <11167f520907221348r5b2544f8t6eb7fad081d6b51c@mail.gmail.com> Date: Wed, 22 Jul 2009 16:50:23 -0400 Message-ID: <4ad871310907221350k3644dd40r85146b91010af214@mail.gmail.com> From: Glen Barber To: "Sam Fourman Jr." Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Ports and package creation Automation 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: Wed, 22 Jul 2009 20:50:25 -0000 On Wed, Jul 22, 2009 at 4:48 PM, Sam Fourman Jr. wrote: > hello list, > > After searching google for 5 minutes I cant find what I am looking for. > > I know that pkg_create command will create packages for the other 3 boxes. > if I am going to rebuild all of my ports from scratch, can I somehow > tell FreeBSD > to create a package all the time and store it in a directory? > > also what file do I modify to tell the other local machines where to > find the packages? > can this be a sftp url? it would be convenient cause sshd is installed in base. > > I want to install FreeBSD 8 BETA2 i386 on 4 computers, I want to install > gnome and firefox, k3b, compiz,openoffice etc... all in all it is like > a 975 port count. > > Hi, Sam. I believe you are looking for the following: make package make package-recursive -- Glen Barber