Date: Fri, 29 Mar 2013 22:03:11 -0400 From: Glen Barber <gjb@FreeBSD.org> To: Super Bisquit <superbisquit@gmail.com> Cc: freebsd-current <freebsd-current@freebsd.org>, FreeBSD PowerPC ML <freebsd-ppc@freebsd.org> Subject: Re: Question on building from sources. Message-ID: <20130330020311.GB1687@glenbarber.us> In-Reply-To: <CA%2BWntOt8pozDDO2ZHwhgBJeqndoXaD_kg%2BzXp28bewDdthpHVw@mail.gmail.com> References: <CA%2BWntOt8pozDDO2ZHwhgBJeqndoXaD_kg%2BzXp28bewDdthpHVw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130330020311.GB1687>
