From owner-freebsd-arm@freebsd.org Fri Oct 27 15:56:51 2017 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 343FEE4AA76 for ; Fri, 27 Oct 2017 15:56:51 +0000 (UTC) (envelope-from carlj@peak.org) Received: from filter06.peak.org (filter06.peak.org [69.59.194.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D1C66D99E for ; Fri, 27 Oct 2017 15:56:50 +0000 (UTC) (envelope-from carlj@peak.org) Received: from zmail-mta02.peak.org ([207.55.16.112]) by filter06.peak.org ({0c47b2c3-829a-4f18-b445-de68be8d048d}) via TCP (outbound) with ESMTPS id 20171027155647717_0000 for ; Fri, 27 Oct 2017 08:56:47 -0700 X-RC-FROM: X-RC-RCPT: Received: from zmail-mta02.peak.org (localhost [127.0.0.1]) by zmail-mta02.peak.org (Postfix) with ESMTPS id A07744CCDA for ; Fri, 27 Oct 2017 08:56:42 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zmail-mta02.peak.org (Postfix) with ESMTP id 80C984C4CC for ; Fri, 27 Oct 2017 08:56:42 -0700 (PDT) Received: from zmail-mta02.peak.org ([127.0.0.1]) by localhost (zmail-mta02.peak.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id BDZIvFR3Dv21 for ; Fri, 27 Oct 2017 08:56:42 -0700 (PDT) Received: from mailproxy-lb-05.peak.org (mailproxy-lb-05.peak.org [207.55.17.95]) by zmail-mta02.peak.org (Postfix) with ESMTP id 4C84A4CDA6 for ; Fri, 27 Oct 2017 08:56:42 -0700 (PDT) Received: from carlj by elm.localnet with local (Exim 4.89 (FreeBSD)) (envelope-from ) id 1e86zx-0002Ba-4a for freebsd-arm@freebsd.org; Fri, 27 Oct 2017 08:56:41 -0700 From: Carl Johnson To: freebsd-arm@freebsd.org Subject: Re: Make packages for armv7 makes armv6 packages References: <86lgjxo74h.fsf@elm.localnet> <1509058543.56824.61.camel@freebsd.org> <86h8ulntob.fsf@elm.localnet> <1509118047.56824.69.camel@freebsd.org> X-Clacks-Overhead: GNU Terry Pratchett Date: Fri, 27 Oct 2017 08:56:41 -0700 In-Reply-To: <1509118047.56824.69.camel@freebsd.org> (Ian Lepore's message of "Fri, 27 Oct 2017 09:27:27 -0600") Message-ID: <868tfwoa86.fsf@elm.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-MAG-OUTBOUND: peakinternet.redcondor.net@207.55.16/22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Oct 2017 15:56:51 -0000 Ian Lepore writes: > On Thu, 2017-10-26 at 20:41 -0700, Carl Johnson wrote: >> Ian Lepore writes: >> > I think the problem is that pkg itself hasn't been updated to know >> > about armv7. =C2=A0If you apply this patch to ports-mgmt/pkg >> >=20 >> > https://bz-attachments.freebsd.org/attachment.cgi?id=3D187008 >> >=20 >> > then I think it should create armv7 packages for you. >> Thanks, but what is supposed to handle that file?=C2=A0=C2=A0I see two p= atches in >> there, but I don't know what the other lines are supposed to do. >>=20 > > The extra stuff is subversion properties that are only important if the > changes are committed. =C2=A0The standard patch(1) will ignore that extra > stuff, so you can just apply the patches as Boris showed in his reply. Thanks, I didn't realize how much patch would ignore. I will try that today, and then see if I can upgrade to armv7 that way. --=20 Carl Johnson carlj@peak.org