From owner-freebsd-questions@FreeBSD.ORG Sat Apr 2 08:37:12 2011 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 C64EE1065670; Sat, 2 Apr 2011 08:37:12 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm1.ukr.net (fsm1.ukr.net [195.214.192.23]) by mx1.freebsd.org (Postfix) with ESMTP id 81E288FC18; Sat, 2 Apr 2011 08:37:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=ue7ACVgijGGf5vP9bLqkunY6U0Rg53cXCDFlR9wiEpU=; b=JnvhuTZfcT/qL/SkrsvYtAIgkzu6GdJBwApokS/JUofW4/kLQQ6fy/raOi4zrXKyUCW4b5syR0dPd7BqeYD28OLhIPY2LPHCsixJqN5E+wJ/C2VC03TBMJpKXlNnyrAByxdr5/UQZlE7no8/A/nfygko9cTIZjkr9HAFWQqACcg=; Received: from [46.185.0.93] (helo=localhost) by fsm1.ukr.net with esmtps ID 1Q5wKV-000HWI-Fo ; Sat, 02 Apr 2011 11:37:11 +0300 Date: Sat, 2 Apr 2011 11:37:10 +0300 From: Ivan Klymenko To: utisoft@gmail.com Message-ID: <20110402113710.38deff2c@ukr.net> In-Reply-To: References: <20110402112604.4790d7ff@ukr.net> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: itetcu@freebsd.org, freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Tinderbox 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: Sat, 02 Apr 2011 08:37:12 -0000 =D0=92 Sat, 2 Apr 2011 09:28:58 +0100 Chris Rees =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On 2 April 2011 09:26, Ivan Klymenko wrote: > > Hi, folks! > > > > For example, i built in my tinderbox port audio/clementine-player... > > It depends on qt4 -* ports... > > > > For example, the file qt-everywhere-opensource-src-4.7.2.tar.gz > > must be downloaded (if not mistaken) for more than five times! Why? > > > > File size ~208655K =3D> 5*208655K=3D1043275K !!! > > > > When building ports with these files it is extremely slow and not > > optimal. > > > > Is it possible to transfer the function cleandistfiles to another > > place, that would be cleaning distfiles directory took place after > > the construction of the entire queue, or do it manually? > > > > What do you think about this? > > > > Thank you! > > Best regards, Ivan. > > >=20 > Distfiles aren't cached by default. >=20 > http://tinderbox.marcuscom.com/README/README.html#AEN587 >=20 > Chris >=20 >=20 Thanks! Sorry for noice.