From owner-freebsd-arm@freebsd.org Tue Apr 23 07:54:22 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1942A1591A99 for ; Tue, 23 Apr 2019 07:54:22 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D9C59940D9; Tue, 23 Apr 2019 07:54:20 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id C24D617093; Tue, 23 Apr 2019 07:54:13 +0000 (UTC) Date: Tue, 23 Apr 2019 07:54:12 +0000 From: Mark Linimon To: Balanga Bar Cc: Ian Lepore , freebsd-arm@freebsd.org Subject: Re: Marvell Kirkwood - anyone? Message-ID: <20190423075411.GA18137@lonesome.com> References: <693425711bdc5e7fbff22bb4056c33326fca8c4d.camel@freebsd.org> <7a36b81cb2c29293296bac9ae1764f0091281408.camel@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Rspamd-Queue-Id: D9C59940D9 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-0.37 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[11.6.222.18.list.dnswl.org : 127.0.5.2]; MX_GOOD(-0.01)[mail.soaustin.net]; NEURAL_HAM_SHORT(-0.46)[-0.463,0]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; IP_SCORE(-0.23)[ipnet: 18.220.0.0/14(0.17), asn: 16509(-1.28), country: US(-0.06)]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:16509, ipnet:18.220.0.0/14, country:US]; SUBJECT_ENDS_QUESTION(1.00)[]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.71)[-0.710,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_LONG(-0.66)[-0.656,0]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[lonesome.com]; AUTH_NA(1.00)[]; MIME_TRACE(0.00)[0:+]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Apr 2019 07:54:22 -0000 On Tue, Apr 23, 2019 at 09:08:28AM +0100, Balanga Bar wrote: > If I manage to build FreeBSD 8, how would I install any pkgs on it? You will have to build them yourself. You are likely to have to start with the following: https://svnweb.freebsd.org/ports/tags/RELEASE_8_EOL/ to get a last-known-working ports infrastructure, and then merge specific fixes from the last 3 years of ports commits that you find you need. Fair warning: IMHO this will be a non-trivial exercise. mcl