From owner-freebsd-ports Thu Apr 13 6:19:36 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id 29D4237B52E for ; Thu, 13 Apr 2000 06:19:33 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e3DDIHV18144; Thu, 13 Apr 2000 09:18:17 -0400 (EDT) Date: Thu, 13 Apr 2000 09:18:16 -0400 (EDT) From: Trevor Johnson To: rromeral@it.uc3m.es Cc: ports@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <14581.48568.807365.483553@mantis.it.uc3m.es> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I need install in my machine ntp. My distribution of FreeBSD is 3.2 in a > pack of CDROM's. The source of the port ntp for this distribution there > isn't in the CD's. I get in the net de new port ntp-4.0.99g and I put > this in /usr/ports/net/ntp directory. I get the sources > ntp-4.0.99g.tar.gz an put it in /usr/port/distfiles. Then I exec make > command in /usr/ports/net/ntp a appears the next errors, why? > > > >> .tar.gz doesn't seem to exist on this system. Hi, Richi. Your system could be having problems with the PORTNAME/PORTVERSION stuff. A "make fetch" works for me. If you update your /usr/ports/Mk/bsd.port.mk (it's in the ports-base collection, I think), you might be fine. Alternatively, try checking out version 1.11 of the port's Makefile. That was before the PORTNAME/PORTVERSION change. If you have trouble doing that, here's a patch to take you back in time. :-) __ Trevor Johnson Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/ntp/Makefile,v retrieving revision 1.12 retrieving revision 1.11 diff -u -r1.12 -r1.11 --- Makefile 2000/04/09 18:12:42 1.12 +++ Makefile 2000/04/01 04:27:57 1.11 @@ -1,12 +1,12 @@ # New ports collection makefile for: ntp +# Version required: 4.0.99g # Date created: Di 5 Mai 1998 21:31:03 CEST # Whom: andreas # -# $FreeBSD: ports/net/ntp/Makefile,v 1.12 2000/04/09 18:12:42 cpiazza Exp $ +# $FreeBSD: ports/net/ntp/Makefile,v 1.11 2000/04/01 04:27:57 mharo Exp $ # -PORTNAME= ntp -PORTVERSION= 4.0.99g +DISTNAME= ntp-4.0.99g CATEGORIES= net MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message