From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 04:14:41 2008 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 1641D16A417 for ; Tue, 22 Jan 2008 04:14:41 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.122]) by mx1.freebsd.org (Postfix) with ESMTP id B2F3713C45A for ; Tue, 22 Jan 2008 04:14:40 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from satellite ([24.166.217.200]) by hrndva-omta04.mail.rr.com with SMTP id <20080122041440.DFLV17975.hrndva-omta04.mail.rr.com@satellite> for ; Tue, 22 Jan 2008 04:14:40 +0000 Message-ID: <000301c85cad$3b3b78b0$0200a8c0@satellite> From: "Dave" To: Date: Mon, 21 Jan 2008 23:14:06 -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 Subject: packaging a metaport 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, 22 Jan 2008 04:14:41 -0000 Hello, I'd like to compile and install xorg and gnome via metaports on a machine, making packages out of the entire process, including dependencies. My goal is to have a tarball that i can take to other machines, extract it and do a pkg_add * and have xorg and gnome installed via packages vs. recompiling the port. I tried a make package but that doesn't work with metaports, and make package-recursive doesn't happen either. Thanks. Dave.