From owner-freebsd-questions@FreeBSD.ORG Sun Jul 19 07:52:25 2009 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 928F6106566C for ; Sun, 19 Jul 2009 07:52:25 +0000 (UTC) (envelope-from s0x7c0@netspace.net.au) Received: from smtp.netspace.net.au (mail-out3.netspace.net.au [203.10.110.76]) by mx1.freebsd.org (Postfix) with ESMTP id 5673E8FC13 for ; Sun, 19 Jul 2009 07:52:25 +0000 (UTC) (envelope-from s0x7c0@netspace.net.au) Received: from [192.168.1.65] (220-253-45-171.VIC.netspace.net.au [220.253.45.171]) by smtp.netspace.net.au (Postfix) with ESMTPA id 6D26545332; Sun, 19 Jul 2009 17:52:24 +1000 (EST) From: Brett Wiggins To: Polytropon In-Reply-To: <20090719090619.643dc1a5.freebsd@edvax.de> References: <1247986035.5271.5.camel@synack-laptop> <20090719090619.643dc1a5.freebsd@edvax.de> Content-Type: text/plain Date: Sun, 19 Jul 2009 17:52:22 +1000 Message-Id: <1247989942.6481.5.camel@synack-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: scontrib 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: Sun, 19 Jul 2009 07:52:25 -0000 Hi, > > Depending on what you want to do with "accessing the source code", > it may be valid to say that you can leave out scontrib, but as > far as I remember, it will be needed for building things from the > source code (make vuildworld and buildkernel). I want to be able to read and compile the source. I have looked at ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/ but am unable to find an iso and am not sure how to make a iso or install cd from what is provided. I have installed the system minus scontrib and it boots ok. Would I be able to get the full source from the ftp-archive, exctract it to my FreeBSD system and then re-build and install the system? thanks, Brett.