From owner-freebsd-current@FreeBSD.ORG Sat Mar 30 02:03:16 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2B18B1CE; Sat, 30 Mar 2013 02:03:16 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from onyx.glenbarber.us (onyx.glenbarber.us [IPv6:2607:fc50:1000:c200::face]) by mx1.freebsd.org (Postfix) with ESMTP id 01F2C836; Sat, 30 Mar 2013 02:03:16 +0000 (UTC) Received: from glenbarber.us (70.15.88.86.res-cmts.sewb.ptd.net [70.15.88.86]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gjb) by onyx.glenbarber.us (Postfix) with ESMTPSA id C83E023F804; Fri, 29 Mar 2013 22:03:13 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.8.0 onyx.glenbarber.us C83E023F804 Authentication-Results: onyx.glenbarber.us; dkim=none reason="no signature"; dkim-adsp=none Date: Fri, 29 Mar 2013 22:03:11 -0400 From: Glen Barber To: Super Bisquit Subject: Re: Question on building from sources. Message-ID: <20130330020311.GB1687@glenbarber.us> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="5I6of5zJg18YgZEa" Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current , FreeBSD PowerPC ML X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Mar 2013 02:03:16 -0000 --5I6of5zJg18YgZEa Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 29, 2013 at 09:31:12PM -0400, Super Bisquit wrote: > I have my QuickSilver and no internet connection. I have a few questions. > 1. Do I download the latest for PowerPC(32bit) and then download the > sources according to the Makefile. For ports, yes, you will to do 'make fetch' or 'make fetch-recursive' for third-party software you want to install. > 2. Will I need to skip checking the hash/md sum so that the > applications can build? No. Hashes are generated locally and compared against information in the distinfo file. If there is a mismatch, that is a bug. > 3. Has anyone else done this before? If yes, then what were your results? >=20 It is painful. My suggestion is to identify everything you absolutely need, and do from a separate machine with internet access: # sh -c 'for i in `make -C /usr/ports/category/port all-depends-list`; \ do make -C $i fetch-recursive; \ done Note that if anything is missing, build will fail at compile time on the internet-less machine. Glen --5I6of5zJg18YgZEa Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBCAAGBQJRVkffAAoJEFJPDDeguUajqvoH/R7MCaj17J2+Pey3QBQ5P3oQ 1rSpAIXCjO9HDEnb951S7uY+xFqz7hyv/ExnY9oP7Q/oOkmrpDefcbqKBXBfc5AP mJOs2u47sJilbL/SYSI4n5q6dPQqfeAa2jbMEWamAfTV8Fsv33RBYGsYqz9qv5u+ 16UfQsdky4E8qDAbZZohFN4W9Q/p2UTj0f2p5BB3T4g9inqWBJIV9CZPIg2DvJrV X0oj2gmLtYy6PpJVr3wQ1p/kGq6XFrGlXUidqop40ekhnc8uzGBvTUpDvDmhPyGi Z/faAxyovFT+G8fV41aRjzxczxXFa6fExC0OwHXTbOgt1IxZoTFkfn8+LBMF6i4= =EK6X -----END PGP SIGNATURE----- --5I6of5zJg18YgZEa--