From owner-freebsd-newbies@FreeBSD.ORG Fri Feb 11 17:56:05 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 98B7716A4CE for ; Fri, 11 Feb 2005 17:56:05 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CBBF43D2F for ; Fri, 11 Feb 2005 17:56:05 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 11 Feb 2005 11:56:01 -0600 Message-ID: <420CF1B1.7070906@daleco.biz> Date: Fri, 11 Feb 2005 11:56:01 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Hexren References: <3d92e23305021104571acce3b7@mail.gmail.com> <1225949715.20050211142137@hexren.net> In-Reply-To: <1225949715.20050211142137@hexren.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Feb 2005 17:56:01.0950 (UTC) FILETIME=[F2FE03E0:01C51062] cc: freebsd-newbies@freebsd.org cc: ? ? Subject: Re: How to install ports from CD-ROM X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list 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 17:56:05 -0000 Hexren wrote: >>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. >> >> >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 > > Concur. Move the tarballs (foo.gz, bar.bz2, whatever) to /usr/ports/distfiles and then try "make install clean" in the port's "skeleton directory". Kevin Kinsey