From owner-freebsd-arm@FreeBSD.ORG Fri May 2 15:21:09 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A52DF88 for ; Fri, 2 May 2014 15:21:09 +0000 (UTC) Received: from feynman.konjz.org (feynman.konjz.org [64.147.119.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C38F613CF for ; Fri, 2 May 2014 15:21:08 +0000 (UTC) Received: from 127.0.0.1 (lumumba.torservers.net [77.247.181.163]) (authenticated bits=0) by feynman.konjz.org (8.14.7/8.14.4) with ESMTP id s42ExJXa075004 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Fri, 2 May 2014 10:59:25 -0400 (EDT) (envelope-from george@ceetonetechnology.com) Message-ID: <5363B2B8.7010104@ceetonetechnology.com> Date: Fri, 02 May 2014 10:59:04 -0400 From: George Rosamond MIME-Version: 1.0 To: freebsd-arm@freebsd.org Subject: Re: install or download port collection? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 15:21:09 -0000 Paul Darius: > hi there, > > i just new to fbsd and rpi. > > the fbsd image downloaded from > ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/arm/armv6/ISO-IMAGES/10.0/FreeBSD-10.0-STABLE-arm-armv6-RPI-B-20140427-r265018.img.bz2 > and the image successfully dd into sdcard 32GB. > > surprise that I can not find sysinstall, but at the end I find bsdinstall > question is, how to install or download the port collections ? > i try using ftp and http direct but no luck Paul: The likely best route to install the ports tree is to use portsnap(8). >From there, you can use whatever tools you prefer... subversion, svnup, etc to update the source, portmaster or whatever to update the ports. George