From owner-freebsd-x11@FreeBSD.ORG Mon Dec 6 21:29:15 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 79EA016A4CE for ; Mon, 6 Dec 2004 21:29:15 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id B469D43D64 for ; Mon, 6 Dec 2004 21:29:14 +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 E3BC520737B; Mon, 6 Dec 2004 22:29:13 +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 00949-20; Mon, 6 Dec 2004 22:29:10 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id 8C78C20760D; Mon, 6 Dec 2004 22:29:10 +0100 (CET) Received: from rincewind.ijs.si (rincewind.ijs.si [193.2.4.137]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by metatron.ijs.si (Postfix) with ESMTP id 54A611C00719; Mon, 6 Dec 2004 22:29:10 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Mon, 6 Dec 2004 22:29:09 +0100 User-Agent: KMail/1.7.1 References: <20041205194056.GE97596@xor.obsecurity.org> In-Reply-To: <20041205194056.GE97596@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412062229.09612.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si cc: Kris Kennaway Subject: Re: [ports-i386@dosirak.kr.freebsd.org: ja-alias-fonts-1.0 failed on i386 5] 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: Mon, 06 Dec 2004 21:29:15 -0000 On Sunday 05 of December 2004 20:40, Kris Kennaway wrote: > xorg fallout [snip] > ===> Installing for ja-alias-fonts-1.0 > ===> ja-alias-fonts-1.0 depends on file: > /usr/X11R6/lib/X11/fonts/local/jpnhn4-iso.pcf.gz - found ===> > ja-alias-fonts-1.0 depends on file: > /usr/X11R6/lib/X11/fonts/local/5x10B.pcf.gz - found ===> > ja-alias-fonts-1.0 depends on file: > /usr/X11R6/lib/X11/fonts/local/shnmk12.pcf.gz - found ===> > ja-alias-fonts-1.0 depends on file: > /usr/X11R6/lib/X11/fonts/local/kanji18.pcf.gz - found ===> > ja-alias-fonts-1.0 depends on file: > /usr/X11R6/lib/X11/fonts/local/k20b.pcf.gz - found ===> > ja-alias-fonts-1.0 depends on file: > /usr/X11R6/lib/X11/fonts/local/kanji26.pcf.gz - found ===> > ja-alias-fonts-1.0 depends on file: > /usr/X11R6/lib/X11/fonts/local/K12-1.pcf.gz - found ===> > ja-alias-fonts-1.0 depends on executable: mkfontdir - found ===> > ja-alias-fonts-1.0 depends on shared library: X11.6 - found ===> > Generating temporary packing list > ===> Checking if japanese/alias-fonts already installed > env: /usr/local/bin/perl: No such file or directory > *** Error code 127 This one needs perl in do-install. I don't know if USE_PER5_BUILD would be enough for this target. Description of USE_PER5_BUILD suggests that it would, the description of BUILD_DEPENDS however mentions targets between "extract" and "build" inclusively, so that would mean that BUILD_DEPENDS is not enough. Which one would be correct one so I can pass it to maintainer?