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

pstoedit, trace mode and TeX dependencies

2020-07-17 Thread Davide Liessi
The port pstoedit needs the files cm-super-ts1.enc and texfonts.map to compile a TeX file during the build. The ports providing them (respectively texlive-fonts-recommended and texlive-plain-generic) are not declared as dependencies, so the port fails to build in trace mode. The port has bin-type d

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