From owner-freebsd-questions@FreeBSD.ORG Wed Oct 27 11:45:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D716A16A4CE for ; Wed, 27 Oct 2004 11:45:10 +0000 (GMT) Received: from postfix4-1.free.fr (postfix4-1.free.fr [213.228.0.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA9843D4C for ; Wed, 27 Oct 2004 11:45:10 +0000 (GMT) (envelope-from rabusier@free.fr) Received: from ASTASEADRFIX (lns-vlq-23-82-255-107-246.adsl.proxad.net [82.255.107.246]) by postfix4-1.free.fr (Postfix) with ESMTP id E6B551F23CB; Wed, 27 Oct 2004 13:45:08 +0200 (CEST) Message-ID: <008e01c4bc1a$6a0ac9c0$0200a8c0@ASTASEADRFIX> From: "Adrien REBOISSON" To: "Ben Washington-Yule" References: <003d01c4bc0e$60222130$0200a8c0@ASTASEADRFIX> <417F78ED.6090902@yahoo.com.au> <006901c4bc13$754bd100$0200a8c0@ASTASEADRFIX> <417F8101.4040106@yahoo.com.au> Date: Wed, 27 Oct 2004 13:45:09 +0200 Organization: Astase MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Antivirus: avast! (VPS 0444-0, 26/10/2004), Outbound message X-Antivirus-Status: Clean cc: freebsd-questions@freebsd.org Subject: Re: Mozilla installation - XFree86 Makefile broken ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 11:45:11 -0000 Okay : to upgrade the port system, I typed : portupgrade -all (I suppose it has the same effect than using cvsup, no ?) But, I still encounter problems with XFree86 (it's the first package which is downloaded) : >> XFree86-4.4.0-src-1.tgz doesn't seem to exist in /usr/ports/distfiles/xc. >> Attempting to fetch from >> http://www.gtlib.cc.gatech.edu/pub/XFree86/4.4.0/source/. fetch: XFree86-4.4.0-src-1.tgz: local modification time does not match remote >> Attempting to fetch from ftp://ftp.xfree86.org/pub/XFree86/4.4.0/source/. ^[[A fetch: XFree86-4.4.0-src-1.tgz: local modification time does not match remote >> Attempting to fetch from ftp://ftp.rge.com/pub/X/XFree86/4.4.0/source/. fetch: XFree86-4.4.0-src-1.tgz: local modification time does not match remote >> Attempting to fetch from ftp://archive.progeny.com/XFree86/4.4.0/source/. fetch: XFree86-4.4.0-src-1.tgz: local modification time does not match remote >> Attempting to fetch from >> ftp://ftp.mirrorcentral.com/pub/XFree86/4.4.0/source/. [.....cut....] >> Attempting to fetch from >> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/xc/. fetch: XFree86-4.4.0-src-1.tgz: local modification time does not match remote >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/xc and try again. *** Error code 1 Well, okay : cd /usr/ports/distfiles/xc tar -xvzf XFree86-4.4.0-src-5.tgz [...] cd xc/fonts/scaled There is no makefile, just a file named "IMakefile" (why ?) mv IMakefile Makefile make "Makefile", line 33: Missing dependency operator "Makefile", line 34: Missing dependency operator make: fatal errors encountered -- cannot continue What should I do ? I'm a bit lost :) Thank you ! A.R. ----- Original Message ----- From: "Ben Washington-Yule" To: "Adrien Reboisson" Cc: Sent: Wednesday, October 27, 2004 1:05 PM Subject: Re: Mozilla installation - XFree86 Makefile broken ? > Adrien Reboisson wrote: > >> Thank you Ben >> >> I don't understand where is the problem : when I "ask" freeBSD to install >> mozilla, sources and makefiles are downloaded from Internet - they should >> be up to date, no ? > > Not necessarily; you must update the "skeleton" files yourself using a > utility like CVSup. > >> >> Anyway I'll try to use your command. Thank you very much. >> >> Regards, >> >> A.R. >> >>> For a quick fix you could try "pkg_add -r XFree86-fontScalable", this >>> will download and install the pre-compiled binary. When was the last >>> time you CVSup'd? >>> >>> - Ben >>> >>> >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> > You may like to read > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html and > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html > >