From owner-freebsd-questions@FreeBSD.ORG Wed Apr 8 17:11:46 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 F393C106564A for ; Wed, 8 Apr 2009 17:11:45 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id 5E1338FC18 for ; Wed, 8 Apr 2009 17:11:45 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by ewy19 with SMTP id 19so248200ewy.43 for ; Wed, 08 Apr 2009 10:11:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=jhRpRFDdpg2S+CyD7UMB1lt9NgUKJ93A3wpM2GQ+JC0=; b=OUCaXj9wd9RBTr5MM6ij/Y5oTjeRcAZy39LhY44QIezUjn86U8uJEXG00mZ3T+4vrP d23+GuSWAx218IdOp26T/mp9bGcbEdWNHenp0aDbapZp1G3t2K40mx6sqDSe4phI2GKR cXRpK1mZlTqAO+0IEvmYyGpDI0yAh4AjAqGkY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=e2eGpLtHP5jOjNFGH6MEBlPwgMAq55t7mQUbJ2a8Z6RYJCGjasI3bPPl1E0G0lMxCB F5lIQp39F3eUKfH7Zfl1K/zGImOQfEMlHWMh7Fhrca7XVhtJyNhjXArd2ZFGHqnmMd5d Cq4k+pgBmDpoB+yLbMG+wgwm5zdnV/13aV7yI= Received: by 10.216.73.193 with SMTP id v43mr372760wed.157.1239210704515; Wed, 08 Apr 2009 10:11:44 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id t2sm5079799gve.14.2009.04.08.10.11.42 (version=SSLv3 cipher=RC4-MD5); Wed, 08 Apr 2009 10:11:43 -0700 (PDT) Date: Wed, 8 Apr 2009 18:11:40 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20090408181140.180987c2@gumby.homeunix.com> In-Reply-To: <3535242.320121239198944166.JavaMail.coremail@yeahapp6.yeah.net> References: <3535242.320121239198944166.JavaMail.coremail@yeahapp6.yeah.net> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.14.7; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: 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 17:11:46 -0000 On Wed, 8 Apr 2009 21:55:44 +0800 (CST) makefile wrote: > > 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? Then leave off the "-recursive part", although actually the targets you really need are checksum[-recursive] not fetch[-recursive]. It's good practice to leave the files in the distfile directory and clean it with portsclean -D, then you don't have to download them again. Ports often need to be rebuilt with the same distfile. > 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. gnome2-lite is just a metaport, so you could just delete it and install just the ports you want.