Date: Tue, 31 Dec 2024 14:00:42 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0c7af5853cb8 - main - graphics/blender: fix build on big-endian Message-ID: <202412311400.4BVE0gXa053267@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c7af5853cb8159aa418ce99c0dfef7880012cff commit 0c7af5853cb8159aa418ce99c0dfef7880012cff Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-12-27 14:46:11 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-12-31 13:59:48 +0000 graphics/blender: fix build on big-endian /wrkdirs/usr/ports/graphics/blender/work/blender-4.2.0/source/blender/blenlib/intern/filereader_zstd.c:42:3: error: call to undeclared function 'BLI_endian_switch_uint32'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] BLI_endian_switch_uint32(val); ^ --- graphics/blender/Makefile | 3 +++ graphics/blender/distinfo | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 1fc6193eef32..755bacac21b3 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -6,6 +6,9 @@ MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ http://public.planetmirror.com/pub/blender/source/ +PATCH_SITES= https://projects.blender.org/blender/blender/commit/ +PATCHFILES= 1c69154aaf033730a9e3882574d56ca6597b84ae.patch:-p1 + MAINTAINER= FreeBSD@Shaneware.biz COMMENT= 3D modeling/rendering/animation package WWW= https://www.blender.org/ diff --git a/graphics/blender/distinfo b/graphics/blender/distinfo index 7bd7e935f101..a1a1b4896d9a 100644 --- a/graphics/blender/distinfo +++ b/graphics/blender/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1722074942 +TIMESTAMP = 1735308535 SHA256 (blender-4.2.0.tar.xz) = 30515eafbac3301bf33af859945315d209cac4f8ee1dc0e312b4fbce50a85be2 SIZE (blender-4.2.0.tar.xz) = 72767404 +SHA256 (1c69154aaf033730a9e3882574d56ca6597b84ae.patch) = 2f2e5052195b99b5473e8ebafd88ae626a7927f1f4da2a0f2be11a794253dbd5 +SIZE (1c69154aaf033730a9e3882574d56ca6597b84ae.patch) = 856
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311400.4BVE0gXa053267>