From owner-freebsd-ports@FreeBSD.ORG Tue Nov 20 10:18:20 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4A2916A419 for ; Tue, 20 Nov 2007 10:18:20 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 3636813C457; Tue, 20 Nov 2007 10:18:20 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4742B470.7040001@FreeBSD.org> Date: Tue, 20 Nov 2007 11:18:24 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: "Jason C. Wells" References: <474262D5.3010603@highperformance.net> In-Reply-To: <474262D5.3010603@highperformance.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Package Building in the Large X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2007 10:18:20 -0000 Jason C. Wells wrote: > I have been toying with a variety of package building methods lately. > My latest effort involves looking into the "Third Party Release > Engineering" documented here: > http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng-packages/index.html. > > > Where do I start if I am looking for package building tools that the > FreeBSD project uses for burning onto ROMs? Is > ports/Tools/scripts/release the right place? The dates on the files > there seem stale. ports/Tools/portbuild/scripts/ > What I am trying to do is to build 30 or so packages including the big > ones like X, kde, gnome, plus all of their dependencies on a build host > and then use pkg_add on various machines. I have had a variety of > difficulties with all of the methods I have used thus far (portmaster, > portupgrade, homegrown). Probably you want the tinderbox port though, unless you need to distribute across many build hosts. Kris