From owner-freebsd-questions@FreeBSD.ORG Wed Apr 5 03:40:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35F0416A401 for ; Wed, 5 Apr 2006 03:40:21 +0000 (UTC) (envelope-from jcw@highperformance.net) Received: from mx1.highperformance.net (ip30.gte215.dsl-acs2.sea.iinet.com [209.20.215.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADB4A43D55 for ; Wed, 5 Apr 2006 03:40:18 +0000 (GMT) (envelope-from jcw@highperformance.net) Received: from [192.168.1.16] (w16.stradamotorsports.com [192.168.1.16]) by mx1.highperformance.net (8.13.4/8.13.4) with ESMTP id k353eXXW063016 for ; Tue, 4 Apr 2006 20:40:33 -0700 (PDT) (envelope-from jcw@highperformance.net) Message-ID: <44333C12.2070206@highperformance.net> Date: Tue, 04 Apr 2006 20:40:02 -0700 From: "Jason C. Wells" User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: freebsd general questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=2.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on s4.stradamotorsports.com Subject: Build Binary Packages from Installed 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: Wed, 05 Apr 2006 03:40:21 -0000 The new (to me) ports tools are pretty slick. Is there a way to build a binary package for each installed port without upgrading or rebuilding each installed port? As I read the man pages the only thing close to this is 'portupgrade -afp' which will give me the full set of packages, but insists on rebuilding everything first. Thanks, Jason