From owner-freebsd-questions@FreeBSD.ORG Thu Nov 24 03:04:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43FE616A41F for ; Thu, 24 Nov 2005 03:04:46 +0000 (GMT) (envelope-from hl153459@whatluo.prc.sun.com) Received: from nwkea-mail-1.sun.com (nwkea-mail-1.sun.com [192.18.42.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAE4943D4C for ; Thu, 24 Nov 2005 03:04:45 +0000 (GMT) (envelope-from hl153459@whatluo.prc.sun.com) Received: from dm-prc-02.singapore.sun.com ([129.158.71.110]) by nwkea-mail-1.sun.com (8.12.10/8.12.9) with ESMTP id jAO34hdK009311 for ; Wed, 23 Nov 2005 19:04:45 -0800 (PST) Received: from whatluo.PRC.Sun.COM (whatluo.PRC.Sun.COM [129.158.219.88]) by dm-prc-02.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL, v2.2) with ESMTP id jAO34hE5013050 for ; Thu, 24 Nov 2005 11:04:43 +0800 (SGT) Received: from whatluo.PRC.Sun.COM (localhost [127.0.0.1]) by whatluo.PRC.Sun.COM (8.13.1+Sun/8.13.1) with ESMTP id jAO2xDkx015379 for ; Thu, 24 Nov 2005 10:59:13 +0800 (CST) Received: (from hl153459@localhost) by whatluo.PRC.Sun.COM (8.13.1+Sun/8.13.1/Submit) id jAO2xDlW015378 for freebsd-questions@freebsd.org; Thu, 24 Nov 2005 10:59:13 +0800 (CST) Date: Thu, 24 Nov 2005 10:59:13 +0800 From: "Huajian.Luo" To: freebsd-questions@freebsd.org Message-ID: <20051124025913.GM876@whatluo> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: SUN MICROSYSTEMS BEIJING ERI User-Agent: Mutt/1.5.7i Subject: port/source snap the ports/kernel source X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Huajian.Luo" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2005 03:04:46 -0000 Hi there, After I upgrade my box to 6.0, I found that portsnap is currently in the base system. I'm curious that why we need invent a tool that just fetch the ports.tar.gz from mirror, while can not fetch the kernel source, while I can make it by wget the ports.tar.gz even behind a firewall and extract it to the /usr/ports and update all softwares by portupgrade. What I wonder is that why there is no sourcesnap alike tools or why there is no daily snapshots like src.tar.gz and sys.tar.gz that we can use portsnap/wget to snap it to local disk. and the CVSup's drawbacks have drew many users away from it. What do you think of this? Thanks, --Huajian.