From owner-freebsd-x11@FreeBSD.ORG Fri Nov 26 20:01:45 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEB2816A4CE for ; Fri, 26 Nov 2004 20:01:45 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78B2143D41 for ; Fri, 26 Nov 2004 20:01:45 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id A62481DD5CF; Fri, 26 Nov 2004 21:01:44 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 72792-04; Fri, 26 Nov 2004 21:01:41 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id 1384F1DD5C9; Fri, 26 Nov 2004 21:01:40 +0100 (CET) Received: from [192.168.10.30] (clj8-144.dial-up.arnes.si [194.249.52.144]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by metatron.ijs.si (Postfix) with ESMTP id 029FE1C00729; Fri, 26 Nov 2004 21:01:40 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Fri, 26 Nov 2004 21:01:38 +0100 User-Agent: KMail/1.7.1 References: <200411260856.iAQ8u5Qs007807@hellbox.campus.luth.se> In-Reply-To: <200411260856.iAQ8u5Qs007807@hellbox.campus.luth.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411262101.38651.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si cc: pltxtra@733kru.org Subject: Re: ports/x11-fonts/XFree86-4-fontScalable, installation problem X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Nov 2004 20:01:45 -0000 On Friday 26 of November 2004 09:56, pltxtra@733kru.org wrote: > Hello, > > I have FreeBSD 5.2.1-RELEASE installed, and tried to install a package > from ports (graphics/dia). This package depends on XFree86-4-fontScalable. > When I tried to install this package I encountered problems in the > Makefile, > /usr/ports/x11-fonts/XFree86-4-fontScalable/work/xc/fonts/encodings/Makefie >l to be exackt.. make reported ""Makefile", line 664: Missing dependency > operator" what does this mean? The line looks like this: > MakeEncodings($(SUBDIRS) $(DONES),$(ENCODINGSDIR),. large) Hm, this shouldn't be in Makefile, this is a line from Imakefile. Could you send a bit more of this error. > I have googled for a sollution, and I found one report of the exact > problem, over a year ago. But noone has reported any solution. What does > the error message mean? Is it a fault in the Makefile? Or could it be > because I have an old version of imake or something similar? (note, I have > at least the version shipped with 5.2.1-RELEASE) Imake should be the same version as other XFree86-4-* ports. If it's older, try to upgrade it and see how it goes with -fontScalable. I don't remember the error message of building fonts with old imake, but it would indeed fail. Dejan