From owner-freebsd-questions@freebsd.org Thu May 17 14:58:48 2018 Return-Path: Delivered-To: freebsd-questions@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 9DFFFEAAF65 for ; Thu, 17 May 2018 14:58:48 +0000 (UTC) (envelope-from the.lists@mgm51.com) Received: from oneyou.mgm51.net (oneyou.mgm51.net [IPv6:2607:f2f8:af30::100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oneyou.mgm51.net", Issuer "RapidSSL RSA CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E13983927 for ; Thu, 17 May 2018 14:58:48 +0000 (UTC) (envelope-from the.lists@mgm51.com) Received: from sentry.24cl.com (sentry.24cl.com [IPv6:2001:558:6017:94:c582:1d99:a986:7609]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "sentry.24cl.com", Issuer "Mike's Certificate Authority" (verified OK)) by oneyou.mgm51.net (Postfix) with ESMTPS id 40mvZR5N0VzWCXf for ; Thu, 17 May 2018 10:58:39 -0400 (EDT) Received: from [IPv6:fdcf:b715:2f4d:1:a55b:4df5:75d:a06e] (unknown [IPv6:fdcf:b715:2f4d:1:a55b:4df5:75d:a06e]) by sentry.24cl.com (Postfix) with ESMTP id 40mvZQ4P51zP7wP for ; Thu, 17 May 2018 10:58:38 -0400 (EDT) Subject: Re: rsync for FreeBSD 12 To: freebsd-questions@freebsd.org References: <25027C92-AC59-4BF2-8430-2D86822C9E7B@mail.sermon-archive.info> From: Mike Message-ID: Date: Thu, 17 May 2018 10:58:29 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <25027C92-AC59-4BF2-8430-2D86822C9E7B@mail.sermon-archive.info> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 14:58:48 -0000 On 5/17/2018 2:45 AM, Doug Hardie wrote: > I have a Rapsberry Pi 3 running FreeBSD 12 current. I would like to be able to install rsync and a few other packages on it. However, there are no packages available. I don't have enough disk space to install the ports. Is there a way to do this? > This is an excerpt from a script I use to setup my RPi3 environment after a fresh install from the image. It allows FreeBSD 11 packages to be installed using the pkg command: ====== echo " " echo "setting up pkg" # needed for pkg because image was built against older userland ln -s /usr/lib/libarchive.so /usr/lib/libarchive.so.6 env ABI=FreeBSD:11:aarch64 pkg bootstrap test ! -d /usr/local/etc && mkdir -p /usr/local/etc echo 'ABI = "FreeBSD:11:aarch64";' >> /usr/local/etc/pkg.conf ====== I have not used it since installed the early April 2018 image, but it worked fine for that. Hope this helps.