From owner-freebsd-ports@freebsd.org Thu Jul 26 08:10:38 2018 Return-Path: Delivered-To: freebsd-ports@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 068C21046B0C for ; Thu, 26 Jul 2018 08:10:38 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B188083F54; Thu, 26 Jul 2018 08:10:37 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from atuin.in.mat.cc (unknown [IPv6:2a01:678:42:ffff:3e15:c2ff:fec4:452e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 2F962240F6; Thu, 26 Jul 2018 08:10:37 +0000 (UTC) (envelope-from mat@FreeBSD.org) Date: Thu, 26 Jul 2018 10:10:34 +0200 From: Mathieu Arnold To: Robert Cc: freebsd-ports@freebsd.org Subject: Re: porting project with large files (git-lfs) from github Message-ID: <20180726081034.hiu5zoemz5steqz5@atuin.in.mat.cc> References: <7d8a980d-5b0d-bfd2-790f-579881175e95@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="3eucdh7jtasbd5cy" Content-Disposition: inline In-Reply-To: <7d8a980d-5b0d-bfd2-790f-579881175e95@gmail.com> User-Agent: NeoMutt/20180716 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jul 2018 08:10:38 -0000 --3eucdh7jtasbd5cy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 25, 2018 at 11:04:41PM -0700, Robert wrote: > Hi, I'm porting something hosted on github using GH_... options in Makefi= le. >=20 > FreeBSD tries to fetch a tar.gz archive from https://codeload.github.com = and > within such archive there are "large files" which contain something like: >=20 > version https://git-lfs.github.com/spec/v1 > oid sha256:e8f293258e38e9689cb87ffbb91c3de2c339a6c074c77115ca86d50b5a48bc= 64 > size 20413048 >=20 > instead of a real data, so build fails. >=20 > What's the best way to resolve this issue? Mmmm, I never tried a repository using git-lfs, I am not surprised git-archive(1) does not work with it though. What is the project so I can have a look? --=20 Mathieu Arnold --3eucdh7jtasbd5cy Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAltZgfpfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkjxGg//dnb0OcxGZ8cO2P5pRbLopyLdIrbKkr/+0IKAHMztOhoHaQ6pua8q+Emt IqwTBThw1XVZcwPa+yO8Ed9SNCkMPqSpAgpSnf6Pa85U47Xg08Sqsq9gr3biCUCi dSeEHjIYAgUxek0b30xb0pvf6FixLgQZ5on7ynImHfnqElxQ6fIQMbqV+b49jbOx mHeaLiBP899i3Y5N60MpKX5ongSxEg9eG/ORqM8DAUUWazMs4a2PkFP9DihAm9KW 30PsVZ54EP3p4wiv6h7lqmKICOW0S2zA56pOdHHPGcZ+uONpRBMkszV1xejctESv O1aWGTQcZr+rYoNDq+iFf/snRk9wqwSa15t7meBMCnwTFNA/omX+DWENxDThx+EL QGxoy5RP8q6iWfC9los+sDl+QRS4AJMIDlR9D0FZebOp1Q56O8h7IxE5vE3E8DsB Dd1dNp9BM0cUh9iozdcARn9utmbArIKnvgMAM+LT9zHv/3zHIa94O7qBo407vdAq wbwrKH7mkdnrxPi4cCV4CUebwarLjy2o2w77EvVcUViJD4hTvz0EyZ97N3OYwyjF zSVikbxT5AJEA4XgCGNJPI3iIotbhCiMXQ6JB/5iX+QxuY4xOm2QcCoo40e/ZkJo c8/IHhThc+PNOgqgepLVHyAz6I0Imv4TudgJezn423EbBfX+j8k= =YiYj -----END PGP SIGNATURE----- --3eucdh7jtasbd5cy--