From owner-freebsd-newbies@FreeBSD.ORG Fri Feb 11 13:21:39 2005 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37D1216A4CE for ; Fri, 11 Feb 2005 13:21:39 +0000 (GMT) Received: from helium.webpack.hosteurope.de (helium.webpack.hosteurope.de [217.115.142.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id E720A43D3F for ; Fri, 11 Feb 2005 13:21:38 +0000 (GMT) (envelope-from me@hexren.net) Received: by helium.webpack.hosteurope.de running Exim 4.34 using asmtp helo=hexren.steenbuck.net) id 1Czajq-0003S4-4O; Fri, 11 Feb 2005 14:21:38 +0100 Date: Fri, 11 Feb 2005 14:21:37 +0100 From: Hexren X-Mailer: The Bat! (v1.62i) Business X-Priority: 3 (Normal) Message-ID: <1225949715.20050211142137@hexren.net> To: ? ? In-Reply-To: <3d92e23305021104571acce3b7@mail.gmail.com> References: <3d92e23305021104571acce3b7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-newbies@freebsd.org Subject: Re: How to install ports from CD-ROM X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hexren List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 13:21:39 -0000 > Hi.every one. > When I was installing Freebsd 5.3, I found it downloaded ports from > the internet although I select CD-ROM as my install media.How to stop > that? Since I did not use a high-speed internet connect, it cost me a > lot of time. > BTW: Could someone tell me how to change the site from which FreeBSD > ports to download the source cod. > Because English is not my native language, maybe there is some > mistakes in my letter. I have to sorry for my bad english. > Thank you. --------------------------------------------- Never midn there are some people here who are not natural speakers :-) Anyway I do not really know if this will help you ut I would try running /stand/sysinstall -->options --> Media Type option I do not exactly know if this is only the location that an installation will be performed from or if it is what you search. On the other hand you can simply put port files (for example "samba-3.0.7.tar.gz" for samba3) into /usr/ports/distfiles. The ports install proces alway looks there first if the file he needs is already there and if it is uses it. Regards Hexren