Re: Multiple distfiles vs "git submodule"

2020-07-17 Thread Jason Liu
Sounds good to me. Like I said, I don't mind fetching the single tarball that's hosted on blender's own website, as long as the veteran MacPorts devs such as you don't have any objections. Doing it that way also allows me to simplify my portfile by a couple dozen lines. -- Jason Liu On Fri, Jul

Re: Multiple distfiles vs "git submodule"

2020-07-17 Thread Joshua Root
On 2020-7-18 10:52 , Jason Liu wrote: > If by "official release tarball" you are referring to what is in the > blender/blender GitHub repo, that > tarball is incomplete. It doesn't contain the other 3 parts. > > If instead you are referring to the tarball that

Re: Multiple distfiles vs "git submodule"

2020-07-17 Thread Jason Liu
If by "official release tarball" you are referring to what is in the blender/blender GitHub repo, that tarball is incomplete. It doesn't contain the other 3 parts. If instead you are referring to the tarball that is provided at https://www.blender.org/download/

Re: Multiple distfiles vs "git submodule"

2020-07-17 Thread Joshua Root
On 2020-7-18 10:02 , Jason Liu wrote: > You mean on their git server? Yes, the vast majority aren't included in > the official release tarballs. Repos like "blender-buildbot", > "blender-org", "blender-dev-fund", etc. are for their buildbot CI > server, website, etc. Stuff that I'm sure is importan

Re: Multiple distfiles vs "git submodule"

2020-07-17 Thread Jason Liu
You mean on their git server? Yes, the vast majority aren't included in the official release tarballs. Repos like "blender-buildbot", "blender-org", "blender-dev-fund", etc. are for their buildbot CI server, website, etc. Stuff that I'm sure is important to the Blender Foundation, but has nothing t

Re: Multiple distfiles vs "git submodule"

2020-07-17 Thread Joshua Root
On 2020-7-18 08:41 , Jason Liu wrote: > Blender runs their own git server to store > their codebase. They provide read-only mirrors to GitHub, which is where > I get the distfiles from: > > * blender/blender > * blender/blender-tra

Re: Multiple distfiles vs "git submodule"

2020-07-17 Thread Jason Liu
Blender runs their own git server to store their codebase. They provide read-only mirrors to GitHub, which is where I get the distfiles from: - blender/blender - blender/blender-translations

Re: Multiple distfiles vs "git submodule"

2020-07-17 Thread Joshua Root
On 2020-7-18 04:30 , Jason Liu wrote: > Always use distfiles if possible. > > > Alrighty then, since this seems to be the sole response on the matter, > I'll go the distfiles route. Where are these four distfiles from, BTW? On there only seems to be one

Re: Multiple distfiles vs "git submodule"

2020-07-17 Thread Jason Liu
> > Always use distfiles if possible. > Alrighty then, since this seems to be the sole response on the matter, I'll go the distfiles route. -- Jason Liu On Tue, Jul 14, 2020 at 10:37 PM Joshua Root wrote: > On 2020-7-15 11:53 , Jason Liu wrote: > > I have a question regarding how best to fet

Re: Multiple distfiles vs "git submodule"

2020-07-14 Thread Joshua Root
On 2020-7-15 11:53 , Jason Liu wrote: > I have a question regarding how best to fetch the source code for my > Blender port. Blender's source code is split up into four pieces, which > are of course structured as submodules in GitHub. I know that I could > use the 'git submodule update --init' tech

Multiple distfiles vs "git submodule"

2020-07-14 Thread Jason Liu
I have a question regarding how best to fetch the source code for my Blender port. Blender's source code is split up into four pieces, which are of course structured as submodules in GitHub. I know that I could use the 'git submodule update --init' technique to obtain the submodules during the fetc