From owner-freebsd-ports@freebsd.org Sun Dec 3 05:56:35 2017 Return-Path: Delivered-To: freebsd-ports@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 E1940DEFA91 for ; Sun, 3 Dec 2017 05:56:35 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C6F676CC35 for ; Sun, 3 Dec 2017 05:56:35 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: by mailman.ysv.freebsd.org (Postfix) id C65FDDEFA8D; Sun, 3 Dec 2017 05:56:35 +0000 (UTC) Delivered-To: ports@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 C60C3DEFA8C for ; Sun, 3 Dec 2017 05:56:35 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 99A676CC31 for ; Sun, 3 Dec 2017 05:56:35 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id vB35jv0w007089 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 2 Dec 2017 21:45:58 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id vB35juIT007088; Sat, 2 Dec 2017 21:45:56 -0800 (PST) (envelope-from fbsd) Date: Sat, 2 Dec 2017 21:45:56 -0800 From: bob prohaska To: Mika??l Urankar Cc: bob prohaska , ports@freebsd.org Subject: Re: firefox-esr on armv6/7 Message-ID: <20171203054556.GA7021@www.zefox.net> References: <20171129004702.GA88275@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Dec 2017 05:56:36 -0000 Hi Mikael, Your patch seems to have applied, but I've run into a spot of trouble..... I forgot to apply the patch before starting make, so I killed it with control-c, applied the patch and tried to restart. The attempt failed, some sort of error in /tmp/mountpoint....... I've tried various cleanup methods, including checkout of a fresh copy of the ports tree, to no avail. Is there a writeup somewhere on how to restart a make? The Handbook does not reflect the recent changes. /usr/src and /usr/ports are current as of Dec. 2, if that matters. I didn't recognize anything in /usr/ports/UPDATING. Thanks for reading, bob prohaska On Wed, Nov 29, 2017 at 11:16:12AM +0100, Mika??l Urankar wrote: > 2017-11-29 1:47 GMT+01:00 bob prohaska : > > > Hi Mikael, > > > > I'm game to give them a try. Can I just copy the diff to > > /usr/ports/www/firefox-esr > > and run something along the lines of > > patch < *.diff > > once the sources are downloaded and untar-ed? > > > > Thanks for warning me about the lang/rust dependency/breakage; I didn't > > know > > about it and had some hopes for 57. > > > > I just noticed that www/chromium is now marked ok for armv7, any idea > > if it actually works? I've had generally good experience with chromium > > under Raspbian OS on a Pi3. If it runs on a Pi2 it might be useful. > > > you need to patch the ports before doing "make" > > chromium is still broken on armv6/7 but appears to build on aarch64. > > I forgot a patch for firefox, make sure you disable DTRACE before building > it, it will fail otherwise.