Re: how to install samba with outdated port

2005-01-15 Thread Kris Maglione
Marty Landman wrote:
I gather that my samba port is too old. How can I do the make build && 
make install using the latest version.
You have three decent options:
1: CVSup your entire ports tree
2: CVS checkout just that port
3: Download that port as a tarball
For three, you can find if at http://www.freebsd.org/ports
Search for Samba and click the "download" link. Then, unzip in place of 
the previous samba directory.

You can also try to cheat by editing the distinfo file and renaming the 
file to the version that you have, and editing the Makefile to that 
version too, but that's a bad idea, since any patches to the port are 
for the previous version. Sometimes, though, things like this are 
necessary for certain abandoned ports.


signature.asc
Description: OpenPGP digital signature


Re: how to install samba with outdated port

2005-01-15 Thread Frank Staals
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 
"[EMAIL PROTECTED]"

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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: how to install samba with outdated port

2005-01-15 Thread Daniel S. Haischt
Did you update your ports collection? For example did
you update them using CVSup? Take a look at ...
 -> http://tinyurl.com/2t4vg
... for more infos.
Marty Landman schrieb:
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 
"[EMAIL PROTECTED]"

!DSPAM:41e96e1a134362258173384!

--
Mit freundlichen Gruessen / With kind regards
Daniel S. Haischt
Wan't a complete signature??? Type at a shell prompt:
$ > finger -l [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"