From owner-freebsd-arm@freebsd.org Fri May 6 22:18:55 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07B7CB31B6E for ; Fri, 6 May 2016 22:18:55 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from valentine.liquidneon.com (valentine.liquidneon.com [216.87.78.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "valentine.liquidneon.com", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E9C5A1EA1 for ; Fri, 6 May 2016 22:18:54 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: by valentine.liquidneon.com (Postfix, from userid 1018) id E609B286AF; Fri, 6 May 2016 22:18:53 +0000 (UTC) Date: Fri, 6 May 2016 22:18:53 +0000 From: Brad Davis To: bob prohaska Cc: Niklaas Baudet von Gersdorff , freebsd-arm@freebsd.org Subject: Re: Browser for freebsd-arm? Message-ID: <20160506221853.GC9353@corpmail.liquidneon.com> References: <20160403171433.GA71221@www.zefox.net> <20160403174408.GA49953@box.niklaas.eu> <20160403191115.GB71221@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160403191115.GB71221@www.zefox.net> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 22:18:55 -0000 On Sun, Apr 03, 2016 at 12:11:15PM -0700, bob prohaska wrote: > On Sun, Apr 03, 2016 at 07:44:08PM +0200, Niklaas Baudet von Gersdorff wrote: > > bob prohaska [2016-04-03 10:14 -0700] : > > > > > Are there any usable GUI browsers that compile and run on > > > FreeBSD-ARM? The intended host is a raspberry pi 2. > > > > > Why not use `pkg install`? > > Far as I know prebuilt binaries are not available for ARM. Packages are available for ARM, but only on FreeBSD HEAD, not 10.x. > Just > tried building the port > /usr/ports/archivers/epkg > which includes pkg-install. It's marked "broken". That is the wrong tool. Just run `pkg' and install is an argument. Regards, Brad Davis