From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 7 19:56:03 2005 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7418816A4CE; Mon, 7 Mar 2005 19:56:03 +0000 (GMT) Received: from mail.cablenet.lt (mail.cablenet.lt [217.147.34.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E5A243D49; Mon, 7 Mar 2005 19:56:03 +0000 (GMT) (envelope-from rolnas@takas.lt) Received: from ctv-217-147-36-211.vinita.lt ([217.147.36.211] helo=rolnas.dyndns.org) by mail.cablenet.lt with esmtp (Exim 4.34) id 1D8OFl-0002So-DJ; Mon, 07 Mar 2005 21:50:57 +0200 Received: from rolnas by rolnas.dyndns.org with local (Exim 3.35 #1 (Debian)) id 1D8OKd-0002Lz-00; Mon, 07 Mar 2005 21:55:59 +0200 Date: Mon, 7 Mar 2005 21:55:59 +0200 From: Rolandas Naujikas To: freebsd-emulation@FreeBSD.org Message-ID: <20050307195559.GA8985@rolnas> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.3.28i Organization: VU MIF Sender: Rolandas Naujikas X-SA-Exim-Connect-IP: 217.147.36.211 X-SA-Exim-Mail-From: rolnas@takas.lt Content-Type: text/plain; charset=iso-8859-1 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on mail.vinita.lt X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-SA-Exim-Version: 4.1 (built Tue, 17 Aug 2004 11:06:07 +0200) X-SA-Exim-Scanned: Yes (on mail.cablenet.lt) cc: ports@freebsd.org Subject: Port textproc/linux-expat doesn't build X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2005 19:56:03 -0000 Port textproc/linux-expat doesn't build on clean system, because some dependencies are lost due of this line: RUN_DEPENDS= In runtime it needs linux_base at least and more. I'm always building all ports (after make packages) in clean system. Rolandas