From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 18 23:18:56 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3670D16A4CE for ; Mon, 18 Oct 2004 23:18:56 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id C86D143D1F for ; Mon, 18 Oct 2004 23:18:55 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by mproxy.gmail.com with SMTP id 74so262796rnk for ; Mon, 18 Oct 2004 16:18:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; 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=TbzKPfZYr/syNosXi9x6sxVa6o/WNt40KsieIOweBJJtSgWGhjlyKjKzU5apjl/QeZ/63I8UR+ZJGInmo53E/r/bRHMHwdeLT0bYG4qkPmmJwcV4DZUnaZupTs3IvQLmbj7uiqqX1UegJvEDOeKn3+SaU+11DnHhXi3Pi+Eb17I Received: by 10.38.22.51 with SMTP id 51mr1679008rnv; Mon, 18 Oct 2004 16:18:55 -0700 (PDT) Received: by 10.38.72.65 with HTTP; Mon, 18 Oct 2004 16:18:55 -0700 (PDT) Message-ID: Date: Tue, 19 Oct 2004 01:18:55 +0200 From: Gert Cuykens To: freebsd-amd64@freebsd.org In-Reply-To: <20041018231033.GA9658@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200410181646.44654.howells@kde.org> <4173EAE2.9050001@pragmeta.com> <57979.192.168.0.1.1098116798.squirrel@192.168.0.1> <20041018172419.GC5179@dragon.nuxi.com> <20041018231033.GA9658@odin.ac.hmc.edu> Subject: Re: cvsup X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 23:18:56 -0000 And what does make index do ? On Mon, 18 Oct 2004 16:10:33 -0700, Brooks Davis wrote: > [This has NOTHING to do with amd64.] > > On Tue, Oct 19, 2004 at 12:54:09AM +0200, Gert Cuykens wrote: > > Is there a config file were i can chose a ftp mirror server ? > > Add something like the following to your /etc/make.conf to cause the > ports collection to try a freebsd mirror server before other locations: > > MIRROR_PREFIX?=file://localhost/mirrors/ftp/pub > MASTER_SITE_OVERRIDE=${MIRROR_PREFIX}/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ > > This example shows using an NFS mount of a local mirror as the default. > > > Does the ports system use perl or is perl needed to use ports ? If so, why ? > > "make index" requires perl because no one has stepped up and produced a > better solution. > > -- Brooks > > -- > Any statement of the form "X is the one, true Y" is FALSE. > PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 > > >