From owner-freebsd-arm@FreeBSD.ORG Fri Apr 12 05:20:00 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E3C9F3AE for ; Fri, 12 Apr 2013 05:20:00 +0000 (UTC) (envelope-from werner@thieprojects.ch) Received: from newton.metanet.ch (newton2.metanet.ch [80.74.158.131]) by mx1.freebsd.org (Postfix) with ESMTP id 3F8C0FC8 for ; Fri, 12 Apr 2013 05:19:59 +0000 (UTC) Received: (qmail 11957 invoked from network); 12 Apr 2013 07:13:16 +0200 Received: from 217-071-083-008.ip-tech.ch (HELO ?192.168.11.88?) (217.71.83.8) by newton.metanet.ch with ESMTPSA (DHE-RSA-AES256-SHA encrypted, authenticated); 12 Apr 2013 07:13:16 +0200 Message-ID: <516797EA.1080504@thieprojects.ch> Date: Fri, 12 Apr 2013 07:13:14 +0200 From: Werner Thie User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-arm@freebsd.org Subject: Re: Packages for RPi References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 05:20:00 -0000 On 4/12/13 5:31 AM, hiren panchasara wrote: > Played with Tim's crochet scripts and generated an image last night. > Works great. Thanks for all the work. > > Sorry if the following question has been answered: > How do I build things/ports on the pi. I am building ports on it and > boy...its slow (as expected). Is there any better way I do not know > of? Cross-compiling of any sort? Hi Just doing it the slow way on the RPi itself, but the most promising solution to me seems the poudriere https://fossil.etoilebsd.net/poudriere/doc/trunk/doc/index.wiki solution, which allows for maintaining the ports tree and bulk building packages for different architectures on the host and then using portmaster on the RPi. I'll have to dive into this shortly, because bringing up twisted on the RPi or BeagleBone is taking almost 24 hours Werner