git: 33bf29b43a17 - main - misc/usd: prepare for upcoming Boost-1.81
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Jan 2023 16:43:44 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=33bf29b43a17ddfed17e79327fb0b19b2ff9fd4b commit 33bf29b43a17ddfed17e79327fb0b19b2ff9fd4b Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-01-12 16:31:18 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-01-12 16:43:33 +0000 misc/usd: prepare for upcoming Boost-1.81 With hat: office --- misc/usd/Makefile | 3 ++- misc/usd/distinfo | 4 +++- misc/usd/files/patch-pxr_usd_usd_clip.cpp | 10 ++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/misc/usd/Makefile b/misc/usd/Makefile index 1c211fcfc984..353a3a2c1021 100644 --- a/misc/usd/Makefile +++ b/misc/usd/Makefile @@ -5,7 +5,8 @@ PORTREVISION= 3 CATEGORIES= misc PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= 4942189cf7b1a45b23d62f4ae92a940721ec4009.patch:-p1 +PATCHFILES= 4942189cf7b1a45b23d62f4ae92a940721ec4009.patch:-p1 \ + 445e3f8a473db9b1e0d1301e6ce4bf74c270f376.patch:-p1 MAINTAINER= yuri@FreeBSD.org COMMENT= Universal Scene Description is a scene description management system diff --git a/misc/usd/distinfo b/misc/usd/distinfo index 23e4eb794900..8b3f5718dfe2 100644 --- a/misc/usd/distinfo +++ b/misc/usd/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1638821145 +TIMESTAMP = 1673539699 SHA256 (PixarAnimationStudios-USD-v21.11_GH0.tar.gz) = 7adfde17b8ee294ee7002edb240555c61b5135fa215a7252b2a8e291bb9c4b44 SIZE (PixarAnimationStudios-USD-v21.11_GH0.tar.gz) = 29844452 SHA256 (4942189cf7b1a45b23d62f4ae92a940721ec4009.patch) = b53487285f28a163f7f39549fbe3b9cb743fd401570565df2466cbf357538990 SIZE (4942189cf7b1a45b23d62f4ae92a940721ec4009.patch) = 46383 +SHA256 (445e3f8a473db9b1e0d1301e6ce4bf74c270f376.patch) = 3d0a237e3ac8b3d7fb7367e3801d68939b3d9bf4bd7b24f8cca152f43a7347e0 +SIZE (445e3f8a473db9b1e0d1301e6ce4bf74c270f376.patch) = 5930 diff --git a/misc/usd/files/patch-pxr_usd_usd_clip.cpp b/misc/usd/files/patch-pxr_usd_usd_clip.cpp new file mode 100644 index 000000000000..aefb8f0a7ddd --- /dev/null +++ b/misc/usd/files/patch-pxr_usd_usd_clip.cpp @@ -0,0 +1,10 @@ +--- pxr/usd/usd/clip.cpp.orig 2021-11-01 17:10:51 UTC ++++ pxr/usd/usd/clip.cpp +@@ -44,6 +44,7 @@ + + #include <boost/optional.hpp> + ++#include <array> + #include <ostream> + #include <string> + #include <vector>