From owner-freebsd-questions Wed Aug 23 10:39:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtpproxy1.mitre.org (mb-20-100.mitre.org [129.83.20.100]) by hub.freebsd.org (Postfix) with ESMTP id 4995D37B446 for ; Wed, 23 Aug 2000 10:39:11 -0700 (PDT) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.9.3/8.9.3) with ESMTP id JAA20770 for ; Tue, 22 Aug 2000 09:03:57 -0400 (EDT) Received: from mailsrv2.mitre.org (mailsrv2.mitre.org [129.83.221.17]) by smtpsrv1.mitre.org (8.9.3/8.9.3) with ESMTP id JAA13080 for ; Tue, 22 Aug 2000 09:01:28 -0400 (EDT) Received: from mitre.org ([128.29.145.140]) by mailsrv2.mitre.org (Netscape Messaging Server 4.1) with ESMTP id FZP2YJ00.U8N; Tue, 22 Aug 2000 09:03:55 -0400 Message-ID: <39A2795C.73520EBA@mitre.org> Date: Tue, 22 Aug 2000 09:00:12 -0400 From: "Andresen,Jason R." Organization: The MITRE Corporation X-Mailer: Mozilla 4.73 [en]C-20000509M (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Christian Burger Cc: questions@FreeBSD.ORG Subject: Re: problem installing ports - Newbie Alert! References: <39A2262E.369C7E8A@raxel.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Christian Burger wrote: > > Hi > > I've been trying to install ports from the FreeBSD 4.0 CD set, and have > run into some problems: > > when i run 'make' from the ports directory /usr/ports/whatever/ (i did > untar the ports.tgz file from the 1st cdrom) it says that it did not > find whatever.tgz on the system and will try to get it from > http://whatever.com. According to the documentation, when you have the > cdrom mounted in /cdrom it will install from the cdrom. When i look at > the Makefile it has a list of ftp or http servers, where it could try > install from, but it does not reference the /cdrom anywhere? Do i need > to issue a special flag to the 'make' command for it to go look in the > /cdrom? I've also noticed that the actual package tar file name does not > match the package tar file name on the cdrom, (XFree86-4.0.tgz on the > cd, but in the Makefile it looks for X400.... for instance). As of FreeBSD 4.0, tarballs (.tar.gz) files for the ports are no longer shipped on the CD. What you are looking at are the packages. You can install a package directly using pkg_add or /stand/sysinstall. If you want a port to get a package, simply start up your network connection and type make, it will fetch the (hopefully) latest version and build it from source. -- _ _ _ ___ ____ ___ ______________________________________ / \/ \ | ||_ _|| _ \|___| | Jason Andresen -- jandrese@mitre.org / /\/\ \ | | | | | |/ /|_|_ | Views expressed may not reflect those /_/ \_\|_| |_| |_|\_\|___| | of the Mitre Corporation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message