From owner-freebsd-questions@FreeBSD.ORG Fri Jan 28 08:04:55 2005 Return-Path: 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 D22A716A4CF for ; Fri, 28 Jan 2005 08:04:55 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E6C643D46 for ; Fri, 28 Jan 2005 08:04:54 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so413437rne for ; Fri, 28 Jan 2005 00:04:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=XhcEjSTKrANAf005swqbzxizm31pWrPJQ2G2aDDtqNDJUa4lzpDxMAmXGlqV3zali9PbndG6kd63Y+4e9Qb34wzAPlLwamyY1CnHgPNrvPGlJP+TufwKyKBxXjP0uFKcKZi13iwExa37V9iwHbgZ0ekhlbu5fS/M+R5AyCmqOv0= Received: by 10.38.9.64 with SMTP id 64mr127558rni; Fri, 28 Jan 2005 00:04:53 -0800 (PST) Received: by 10.38.74.6 with HTTP; Fri, 28 Jan 2005 00:04:52 -0800 (PST) Message-ID: Date: Fri, 28 Jan 2005 09:04:52 +0100 From: Gert Cuykens To: Giorgos Keramidas , freebsd-questions@freebsd.org In-Reply-To: <20050128075107.GA37836@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050128073801.GA31145@gothmog.gr> <20050128075107.GA37836@gothmog.gr> Subject: Re: cvsup doc-all X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 08:04:56 -0000 On Fri, 28 Jan 2005 09:51:07 +0200, Giorgos Keramidas wrote: > Yep. If you think a bit about it, you will see it makes more sense. > What is it that you download with src-all? The "sources of the system". > The "doc-all" collection downloads "the sources of the documentation". aha but all docs will be updated when you do a buildworld right ? > Look at `/usr/ports/Mk/bsd.sites.mk'. It has a huge list of sites where > port distfiles are downloaded from. You can tweak this list by setting > similar variables in your `/etc/make.conf' file, i.e.: > > MASTER_SITE_GNU?= ftp://ftp.ntua.gr/pub/gnu/%SUBDIR%/ > > Note the "conditional assignment" with ?= there. The 'make.conf' file > should very rarely set things unconditionally, with "FOO=bar". so basicly you dont have to worry about ports server because it will find the best server by it self ? why does cvsup not work the same way ?