From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 08:28:24 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 5D8E916A46D for ; Tue, 22 Jan 2008 08:28:24 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id EC30013C455 for ; Tue, 22 Jan 2008 08:28:23 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JHEUW-0000HL-77 for freebsd-questions@freebsd.org; Tue, 22 Jan 2008 08:28:20 +0000 Received: from 78-107-204-103.broadband.corbina.ru ([78.107.204.103]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jan 2008 08:28:20 +0000 Received: from swell.k by 78-107-204-103.broadband.corbina.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jan 2008 08:28:20 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: swell.k@gmail.com Date: Tue, 22 Jan 2008 11:28:06 +0300 Lines: 12 Message-ID: <86sl0qs1rd.fsf@gmail.com> References: <000301c85cad$3b3b78b0$0200a8c0@satellite> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 78-107-204-103.broadband.corbina.ru User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (berkeley-unix) Cancel-Lock: sha1:LVMvonoBa1DmTfvxdbcB292usmc= Sender: news Subject: Re: packaging a metaport 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, 22 Jan 2008 08:28:24 -0000 "Dave" writes: > 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. like `pkg_create -xRb xorg-proto' ?