From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 18 22:54:13 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 BE7B416A4CE for ; Mon, 18 Oct 2004 22:54:13 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6103B43D5D for ; Mon, 18 Oct 2004 22:54:11 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by mproxy.gmail.com with SMTP id 74so260565rnk for ; Mon, 18 Oct 2004 15:54:10 -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=makhjd5KwWHB32FKPwJOf6zBzmETkl7e0eLuFO3OR7sY3aPSclHM5C7ACfHcz3B+DU2GcfWjqfDNjGqlTjW22bPx0zpgT/Ux7Cox5sSxnb5AQYC9vxJUZvEDBsD7JxJBj8X0yrcdySjV2mg6Mvlxw2KgUHI3KzH3rKFldosQudc Received: by 10.38.152.19 with SMTP id z19mr1663395rnd; Mon, 18 Oct 2004 15:54:10 -0700 (PDT) Received: by 10.38.72.65 with HTTP; Mon, 18 Oct 2004 15:54:09 -0700 (PDT) Message-ID: Date: Tue, 19 Oct 2004 00:54:09 +0200 From: Gert Cuykens To: freebsd-amd64@freebsd.org In-Reply-To: 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> 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 22:54:13 -0000 ok i think i understand the meaning of /usr/ports/distfiles/ i also think pkgfiles would be a beter name for it :P So there is only 1 kind of ports namely this one ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/ not for example different amd64 source code ports or alpha source code ports ... they al point to the same source code. Is there a config file were i can chose a ftp mirror server ? Does the ports system use perl or is perl needed to use ports ? If so, why ?