From owner-freebsd-questions@FreeBSD.ORG Tue Nov 11 14:06:51 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53E7A16A4CE for ; Tue, 11 Nov 2003 14:06:51 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DC5B43F75 for ; Tue, 11 Nov 2003 14:06:50 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Tue, 11 Nov 2003 16:09:36 -0600 Message-ID: <3FB15D6E.4000107@daleco.biz> Date: Tue, 11 Nov 2003 16:06:38 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Valerian Galeru References: <20031111190156.69172.qmail@web12504.mail.yahoo.com> In-Reply-To: <20031111190156.69172.qmail@web12504.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Nov 2003 22:09:37.0000 (UTC) FILETIME=[7EACE680:01C3A8A0] cc: freebsd-questions@freebsd.org Subject: Re: What should i do? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2003 22:06:51 -0000 Valerian Galeru wrote: >i installed blackbox, a simple window manager. > Cool. >It doesnt have any web browser in it. > That's because it's a 'window manager'. AFAIK, the only way to install a 'window manager' and get a browser in the process is to install a complete environment such as Gnome or KDE...which is a lot more than just a Window Manager.... >But i have installed dillo, a fast web browser, but i cant >login to my email with it (perhaps it doesnt support a lot of things). > That's too bad :( >I want to install opera. When run make install command in >ports/www/opera i get the next error: couldnt fetch it(a file), >please try to retrieve ityourself .... > What file is it looking for? If you have an outdated version of the ports tree, it may be looking for something that no longer exists --- at least, not in the place that it did when the port Makefile was written.... As for browsers, I'm really liking the FBSD native Mozilla.... better CSS rendering than Opera (IMHO) and that M$ product (not that hard, that, really ;-) and their tabbed browsing is way cool, perhaps even better than Opera's.... > I even dont know how to download a file(with what program??? my dillo cant do this...), > Fetch is available from the CLI or terminal in FBSD, natively. For example: $cd /usr/ports/distfiles $fetch ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/somebrowser-1.0.tar.gz > where to take that file from????? and when i wanted to install netscape7 i got the same error... > > In the event that the normal sources of a file aren't available (read the Makefile to see what they are....) there are a lot of the ports distfiles at the path I gave you above. But not, generally, the outdated ones. It might be a good idea to install cvsup and get your ports up to date before installing a browser. I do realize that might take a while. HTH, Kevin Kinsey DaleCo, S.P.