Date: Wed, 17 Feb 1999 11:33:54 -0500 (EST) From: "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com> To: efinley@efinley.com Cc: cjclark@home.com, freebsd-questions@FreeBSD.ORG Subject: Re: Q: 3.1R, Net Install, Broken cvsup port, and other oddities Message-ID: <199902171633.LAA04593@cc942873-a.ewndsr1.nj.home.com> In-Reply-To: <36caec33.84257803@mail.afnetinc.com> from Elliot Finley at "Feb 17, 99 04:21:59 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Elliot Finley wrote,
> Yes, /usr/ports/lang/modula-3 exists on my system, I installed the
> ports collection along with 3.1R. When I go into
> /usr/ports/lang/modula-3 and do a 'make -DNO_X11 fetch' it doesn't
> fetch, but it also doesn't give me any errors, it just returns.
Be cause there is nothing to fetch. From the Makefile for modula-3,
DISTNAME= modula-3-3.6
CATEGORIES= lang
DISTFILES=
MAINTAINER= jdp@polstra.com
DEPENDS= ${PORTSDIR}/lang/modula-3-lib
We can see there are no DISTFILES for it. Look like this port is a
'front-end' of sorts for the modula-3-lib. If you type, 'make' rather
than just 'make fetch,' it will start to grab things,
% make
===> Extracting for modula-3-3.6
===> modula-3-3.6 depends on: /usr/ports/lang/modula-3-lib
===> Verifying install for /usr/ports/lang/modula-3-lib
>> m3-fbsd-src-3.6.tar.gz doesn't seem to exist on this system.
>> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/LOCAL_PORTS/.
--
Crist J. Clark cjclark@home.com
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902171633.LAA04593>
