From owner-freebsd-questions Wed Oct 4 6:52:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtpproxy1.mitre.org (mb-20-100.mitre.org [129.83.20.100]) by hub.freebsd.org (Postfix) with ESMTP id D069237B502 for ; Wed, 4 Oct 2000 06:52:18 -0700 (PDT) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.9.3/8.9.3) with ESMTP id JAA22166 for ; Wed, 4 Oct 2000 09:52:16 -0400 (EDT) Received: from mailsrv2.mitre.org (mailsrv2.mitre.org [129.83.221.17]) by smtpsrv1.mitre.org (8.9.3/8.9.3) with ESMTP id JAA23943 for ; Wed, 4 Oct 2000 09:52:03 -0400 (EDT) Received: from mitre.org ([128.29.145.140]) by mailsrv2.mitre.org (Netscape Messaging Server 4.1) with ESMTP id G1WRV200.ENV; Wed, 4 Oct 2000 09:52:14 -0400 Message-ID: <39DB360A.E2ED6630@mitre.org> Date: Wed, 04 Oct 2000 09:52:10 -0400 From: "Andresen,Jason R." Organization: The MITRE Corporation X-Mailer: Mozilla 4.75 [en]C-20000818M (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: rshea@opendoor.co.nz Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Upgrading Ports References: <200010040617.e946HEC20267@deborah.paradise.net.nz> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rshea@opendoor.co.nz wrote: > > Hi - Hope someone can help with a problem I've got upgrading a port. > > When I try to do "make all" I get the message ... > > >> .tar.gz doesn't seem to exist on this system > > ... but I can't see why. Here's what happens. > > I currently run Samba 2.0.6 under 3.4-RELEASE. I got my copy of 3.4 off the > CD's and I have never cv'supped although I have installed ports off the net > and dragged in new stuff in the process. > > I would now like to go to Samba 2.0.7 (I need to have a W2K machine on the > lan [you know like people need a hole in the head ;-). So ... > > I got samba-2.0.7.tar.gz and put it in /usr/ports/distfiles. > > I got the port skeleton samba.tar, untarred it and put it in > /usr/ports/net/samba (moved the old contents out somewhere else). > > I then did > > make clean > make all > > The "make all" generates the message > > >> .tar.gz doesn't seem to exist on this system > >> Attempting to fetch from ... > > it then tries to fetch something (although it's never quite clear what) from > a whole bunch of systems none of which have it. Finally suggest I get "it" > (whatever "it" is, I thought at first it was samba-2.0.7.tar.gz) and put it > in /usr/ports/distfiles - well I've done that and I still get the same > message. > > Does any of this sound familiar to anyone ? Has anyone else upgraded samba in > the way I am and been succesful ? I'd appreciate any help. > You're trying to use a newer version of the ports tree than you bsd.mk and friends can support. I think there is a package that upgrades your ports makefiles to -STABLE if you look around the website. Alternativly you can always just upgrade your entire system to 4-STABLE or 4.1.1-RELEASE. If you're REALLY lazy, you can just edit the ports Makefile directly and change the PORTNAME=foo and PORTVERSION=0.0.0 into DISTNAME=foo-0.0.0, although this definatly not supported. -- _ _ _ ___ ____ ___ ______________________________________ / \/ \ | ||_ _|| _ \|___| | Jason Andresen -- jandrese@mitre.org / /\/\ \ | | | | | |/ /|_|_ | Views expressed may not reflect those /_/ \_\|_| |_| |_|\_\|___| | of the Mitre Corporation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message