On 2020/11/14 16:18, Andrea Fleckenstein wrote:
> Hello all,
>
> please see below for a diff to update blender to version 2.81. Raphael
> Graf (cc'd) sent an update for 2.80 back in August 2019 which did not
> get committed, and the 2.81 update here is based off that. I was trying
> to compile 2.80 but was having a bit of trouble getting the numpy
> header files into the python 3.7 include dir.
>
> Luckily with 2.81 we can use python 3.8, and as an extra incentive to
> test I believe this is the last port that uses 3.7
>
> some optional dependencies we don't have in ports (like opensubdiv),
> which I can look into porting soon, and I will look at enabling some of
> the optional dependencies in general for future revisions.
>
> Cheers,
> Andrea
>
> diff -bur /usr/ports/graphics/blender/Makefile ./Makefile
> --- /usr/ports/graphics/blender/Makefile Fri Nov 13 20:37:45 2020
> +++ ./Makefile Sat Nov 14 16:14:02 2020
The emailed patch doesn't apply correctly (rejects in some of
the patches/* files), plus it looks like it's missing some parts
as there are some "only in ..." lines in the diff output.
Can you please either send a cvs diff, or just send a tar of the whole
dir and I can do the cvs-wrangling? (Or, to save time if the diff
doesn't work, include both :)
My standard method for generating cvs diffs: update the files in the
port dir - if I have a copy that I've been working on in another
directory I normally use "rsync -avC --delete" for this (the C flag
skips CVS directories etc automatically), then "cvs add" / "cvs rm" as
necessary then generate the diff with "cvs diff -uNp" to get a full diff
with the additions/removals).
No comments:
Post a Comment