From owner-freebsd-questions@FreeBSD.ORG Wed Apr 8 13:55:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBF731065740 for ; Wed, 8 Apr 2009 13:55:53 +0000 (UTC) (envelope-from makefile@yeah.net) Received: from m85-55.yeah.net (m85-55.yeah.net [60.191.85.55]) by mx1.freebsd.org (Postfix) with SMTP id EC64C8FC24 for ; Wed, 8 Apr 2009 13:55:49 +0000 (UTC) (envelope-from makefile@yeah.net) Received: from makefile ( [221.226.210.168] ) by ajax-webmail-app6 (Coremail) ; Wed, 8 Apr 2009 21:55:44 +0800 (CST) Date: Wed, 8 Apr 2009 21:55:44 +0800 (CST) From: makefile To: freebsd-questions@freebsd.org Message-ID: <3535242.320121239198944166.JavaMail.coremail@yeahapp6.yeah.net> MIME-Version: 1.0 X-Originating-IP: [221.226.210.168] X-Priority: 3 X-Mailer: Coremail Webmail Server Version XT_Ux_snapshot build 090220(6716.2201.2159) Copyright (c) 2002-2009 www.mailtech.cn yeah X-CM-TRANSID: N1UQrKB7jwbgrNxJUxgXAA--.51795W X-CM-SenderInfo: ppdnvwxlohq5hhdkh0dhw/1tbiBxA+4Ul0srAc7gACsH X-Coremail-Antispam: 1U50xBIdaVrnW8YjxAI6xCIbckI1I0E57IF64kEYxAxMc804V CqF7xvr2I5M4IEnf9ElVAFpTB2q-sK649IAas0WaI_GwCS07vEb7Iv0xC_Jr1lV2xY67kC 6x804xWlV2xY67C26xCjj4IEw4AK0wCS07vE1I0EscIYIxCEI4klw4CSwwCS07vE5I8CrV ACY4xI64kE6c02F40Ex7xfMIAIbVAv7VCjz48v1sIEY20_JwCS07vE4x8a6x804xWlV2xY 6I8E67AF67kF1VAFwI0_Jr0_JrDvcSsGvfC2KfnxnUU== Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Three little question. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Apr 2009 13:56:11 -0000 Every time I run "make fetch-recursive",it fetched all the dependence packages.Not only the package I need to compile. For example,in the /usr/ports/x11-drivers/xf86-video-intel,I run "make fetch-recursive",it will download glib,but I alreaday have glib installed.Is there another command can solve my problem? I installed gnome2-lite,but I don't think it is small enough.I don't need "file-roller","epiphany","totem"...How should I do?Gnome2-lite depend on them. I am installing gnome2-lite under 7.2-BETA1 now.When compiling ghostscript-8.64,an error comes. gmake[1]: *** [bin/../sobin/libgs.so.8.64] Error 1 How to solve this?I can not install gnome2-lite,then I can not get into the X environment.