From owner-freebsd-questions Thu Oct 8 21:19:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14601 for freebsd-questions-outgoing; Thu, 8 Oct 1998 21:19:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason03.u.washington.edu (jason03.u.washington.edu [140.142.77.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA14490 for ; Thu, 8 Oct 1998 21:19:05 -0700 (PDT) (envelope-from jcwells@u.washington.edu) Received: from saul9.u.washington.edu (root@saul9.u.washington.edu [140.142.82.7]) by jason03.u.washington.edu (8.8.4+UW97.07/8.8.4+UW98.06) with ESMTP id VAA18864; Thu, 8 Oct 1998 21:18:52 -0700 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul9.u.washington.edu (8.8.4+UW97.07/8.8.4+UW98.06) with SMTP id VAA30423; Thu, 8 Oct 1998 21:18:52 -0700 (PDT) Date: Thu, 8 Oct 1998 21:18:45 -0700 (PDT) From: "Jason C. Wells" X-Sender: jason@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: larry_nilsen cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: installing port? In-Reply-To: <361C54F9.F8B58AF3@eee.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 7 Oct 1998, larry_nilsen wrote: >Hi Im running FREEBSD 2.2.7! >1st)i have the 4cd set >2nd)my cd-rom isnt supported I'll bet it is. Is it an IDE CDROM? >3rd)how do i install a port from my msdos partition I assume the file is already on your dos partition. First, copy the file over to the FreeBSD side. # mount -t /dev/dos_disc_device_name_here /mnt # cd /mnt/place_where_file_is # cp name_of_portfile.tar.gz /usr/ports/distfiles Then do a normal port installation like any other. # cd /usr/ports/place_where_port_is # make # make install >4th)how do i run the program once it is installed Just type the name at the command line. $ netscape >5th)please tell me step by step how to put the netscape port on my msdos You put netscape on your msdos according to the dos instructions. We don't teach msdos here. :) >partition.Have freebsd retrieve it ! then install ! then finally what >command do i use at the prompt. To run the program. Catchya Later, | UW Mechanical Engineering Jason Wells | http://weber.u.washington.edu/~jcwells/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message