Date: Mon, 10 Jan 2000 01:28:29 -0500 (EST) From: "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com> To: francis@usls.edu (Francis A. Vidal) Cc: freebsd-questions@FreeBSD.ORG (FreeBSD Questions) Subject: Re: installing XFree86 3.3.5 from ports Message-ID: <200001100628.BAA02759@cc942873-a.ewndsr1.nj.home.com> In-Reply-To: <Pine.BSF.4.10.10001101103310.52150-100000@atlas.usls.edu> from "Francis A. Vidal" at "Jan 10, 2000 11:08:40 am"
next in thread | previous in thread | raw e-mail | index | archive | help
Francis A. Vidal wrote,
> hi all,
>
> i'm trying to install XFree86 3.3.5 from the ports but i keep getting the
> following message even if the source files are already in the distfiles
> folder:
>
> >> X335src-2.tgz doesn't seem to exist on this system.
>
> `ls -ol' of the distfiles folder gives:
>
> -rw-r--r-- 1 root 17161723 Sep 1 01:32 /usr/ports/distfiles/X335src-1.tgz
> -rw-r--r-- 1 root 14834754 Aug 26 23:48 /usr/ports/distfiles/X335src-2.tgz
> -rw-r--r-- 1 root 12661966 Aug 26 23:48 /usr/ports/distfiles/X335src-3.tgz
The Makefile expects them to be in,
/usr/ports/distfiles/xc
So,
# cd /usr/ports/disfiles
# mkdir xc
# mv X335src-?.tgz xc/
And you'll be fine... except did you get Wraphelp.c (if you want it)?
--
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?200001100628.BAA02759>
