On Wed, Aug 25, 2004 at 12:35:20PM +0100, Graham Bentley wrote: > > Hi All, > > I wanted to upgrade my Firebord 0.7 to the latest > Firefox (0.9.3?) > <snip> > > I cvsuped port-all but still cant see any > > /usr/ports/www/firefox directory. > > This is my supfile > > *default host=cvsup.freebsd.org > *default base=/usr > *default prefix=/usr > *default release=cvs > *default tag=RELENG_5_2 > *default delete use-rel-suffix > *default compress > ports-all > > Am I doing something wrong ? > > How do I get the latest ports folders / make files etc ?
I'm afraid you effectively deleted your ports collection; try using "tag=." for ports-all instead of "tag=RELENG_5_2". Notice this section in the supfile: ############################################################################### # # DANGER! WARNING! LOOK OUT! VORSICHT! # # If you add any of the ports collections to this file, be sure to # specify them like this: # # ports-all tag=. # # If you leave out the "tag=." portion, CVSup will delete all of # the files in your ports tree. That is because the ports collections # do not use the same tags as the main part of the FreeBSD source tree. # ############################################################################### Good luck, Karel. _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"