From owner-freebsd-questions@FreeBSD.ORG Sat Jan 15 19:41:15 2005 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 52BAA16A4CE for ; Sat, 15 Jan 2005 19:41:15 +0000 (GMT) Received: from smtp2.versatel.nl (smtp2.versatel.nl [62.58.50.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 285A243D79 for ; Sat, 15 Jan 2005 19:41:14 +0000 (GMT) (envelope-from f.staals@zonnet.nl) Received: (qmail 21120 invoked by uid 10); 15 Jan 2005 19:41:12 -0000 Received: (vexira-qq 21099-DD74D1E8 invoked from network) 15 Jan 2005 20:41:12 +0100 Received: from unknown (HELO [192.168.2.2]) ([62.59.173.176]) (envelope-sender ) by smtp2.versatel.nl (qmail-ldap-1.03) with SMTP for < >; 15 Jan 2005 19:41:12 -0000 Message-ID: <41E97FD6.5060207@zonnet.nl> Date: Sat, 15 Jan 2005 20:40:54 +0000 From: Frank Staals User-Agent: Mozilla Thunderbird 0.9 (X11/20041109) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marty Landman References: <6.2.0.14.0.20050115142405.04432a48@mail.ulster.net> In-Reply-To: <6.2.0.14.0.20050115142405.04432a48@mail.ulster.net> X-AntiVirus: checked by Vexira MailArmor (version: 2.0.1.16; VAE: 6.29.0.5; VDF: 6.29.0.52; host: postbode02.zonnet.nl) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-questions@freebsd.org Subject: Re: how to install samba with outdated port 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: Sat, 15 Jan 2005 19:41:15 -0000 Marty Landman wrote: > I'm running a fresh install of 4.8 from the mini-iso and would like to > install samba. Have d/l'd samba-3.0.10 > which is the uncompressed samba-latest.tar.gz and copied this into my > /usr/ports/distfiles. > > When I go to /usr/ports/net/samba and make build I get: > > # make build > >> samba-2.2.8.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. > >> Attempting to fetch from http://us3.samba.org/samba/ftp/./. > fetch: http://us3.samba.org/samba/ftp/./samba-2.2.8.tar.bz2: Operation > timed out > >> Attempting to fetch from http://us3.samba.org/samba/ftp/old-versions/. > fetch: > http://us3.samba.org/samba/ftp/old-versions/samba-2.2.8.tar.bz2: > Operation timed out > > I gather that my samba port is too old. How can I do the make build && > make install using the latest version. > > Marty > > Marty Landman, Face 2 Interface Inc. 845-679-9387 > Search & Sort Easily: http://face2interface.com/Products/FormATable.shtml > Web Installed Formmail: http://face2interface.com/formINSTal > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > You have to use cvsup to get the latest ports, therefor you need /net/cvsup then you need to use a cvsup file to download the ports here's mine: / *default tag=. *default host=cvsup.nl.freebsd.org *default prefix=/usr *default base=/var/db *default release=cvs delete use-rel-suffix compress ports-all release=cv/ than just run: cvsup -l 2 -g for more info: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and when it's done just run a make install clean again. An other option is using net/portupgrade but I'm not a fan of that ... Frank Staals