From owner-freebsd-questions Mon May 28 7:10:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 0AD0D37B422 for ; Mon, 28 May 2001 07:10:11 -0700 (PDT) (envelope-from wmoran@iowna.com) Received: from iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f4SE70k23919; Mon, 28 May 2001 10:07:00 -0400 (EDT) Message-ID: <3B125BF2.3B82B0EA@iowna.com> Date: Mon, 28 May 2001 10:08:50 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Gina1642@aol.com Cc: questions@FreeBSD.ORG Subject: Re: I can't get port to make. References: <7a.157d85f5.284354e7@aol.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Gina1642@aol.com wrote: > > I have freebsd 4.2. The packages are installed. Do you mean the ports? Packages are ready-to-run software that you use either sysinstall, or the pkg_add command to quickly add to your system. The ports system is a tree of configuration information that allows you to quickly install sofware from the source code. > On page 116 of the third > edition > The complete FreeBDS book,it explains how to get the distfiles, I tried the > examples > but no results. The system was trying to make an internet connection. What > am I doing wrong? Probably nothing. First, make sure the CD-ROM is in the drive before trying to make the port. Before starting the build, make sure the CD-ROM is mounted to the directory /cdrom If your using IDE, a command like this should suffice: mount_cd9660 /dev/acd0 /cdrom (make sure to umount it when you're done) Then try to make the port. Keep in mind that if the port software is not on the CD (and not all ports are, for various reasons) the make command will automatically try to look on the internet for you. This can be frustrating if you have a slow internet link. Another alternative is to download the required files manually. If you put the files in /usr/ports/distfiles, the make program will find them there before checking the CD-ROM or the internet. Also, read this section of the handbook, which has an excellent explanation on how ports and packages work: http://www.freebsd.org/doc/en_US.ISO_8859-1/books/handbook/ports.html -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message