Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 1998 15:30:25 -0500
From:      David Kelly <dkelly@hiwaay.net>
To:        Daniel Hawton <daniel@cooltime.simplenet.com>, freebsd-stable@FreeBSD.ORG
Subject:   Re: Netscape 
Message-ID:  <199809302030.PAA23733@nospam.hiwaay.net>
In-Reply-To: Message from Jerry Hicks <jhicks@glenatl.glenayre.com>  of "Tue, 29 Sep 1998 23:31:16 EDT." <199809300331.XAA00804@jhicks.glenatl.glenayre.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Jerry Hicks writes:
> > On ftp.netscape.com there is no netscape for FREEBSD 2.2.7 (none for FreeBS
> D at all)
> 
> Yes there is...

You could be a little more helpful. There are 5 different netscape 
versions in /usr/ports/www:

% ls -dCF netscape*
netscape3/                      netscape4-navigator/
netscape4-communicator/         netscape45-communicator/
netscape4-communicator.us/

And one Mozilla:
% ls -dCF moz*
mozilla/

If for some reason one doesn't want to use the falling-out-of-bed simple 
ports mechanism (I can't imagine why) then you could either read the 
Makefile(s) to know where the raw files could be downloaded, else you 
could do something like:

% cd /usr/ports/www/netscape4-communicator
% make fetch

And let the port fetch it for you. Better yet, "make install" will 
fetch, patch, compile, and install. When it finishes, "make clean" to 
clean up the mess made in the port's directory. You can cd to 
/usr/ports and "make clean" there too, to find all the ports you forgot 
to clean in the past.

Communicator 4.06 can be found at ftp://ftp.netscape.com/pub/communicator/4.06/development/english/unix/freebsd/professional_edition/communicator-pro-v406-export.x86-unknown-freebsd.tar.gz

Reading the makefile further indicates you can

% setenv USE_128BIT
% setenv USA_RESIDENT NO

and "make install" will patch your native FreeBSD Communicator for 128
bits. Otherwise you have to download the Linux version in
netscape4-communicator.us manually and make sure you have Linux
emulation running.


--
David Kelly N4HHE, dkelly@nospam.hiwaay.net
=====================================================================
The human mind ordinarily operates at only ten percent of its
capacity -- the rest is overhead for the operating system.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809302030.PAA23733>