Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2000 09:18:16 -0400 (EDT)
From:      Trevor Johnson <trevor@jpj.net>
To:        rromeral@it.uc3m.es
Cc:        ports@FreeBSD.ORG
Subject:   Re: your mail
Message-ID:  <Pine.BSI.4.21.0004130904450.17033-100000@blues.jpj.net>
In-Reply-To: <14581.48568.807365.483553@mantis.it.uc3m.es>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.4.21.0004130904450.17033-100000>