misc/usd: prepare for upcoming Boost-1.81
With hat: office
This commit is contained in:
parent
da6ca1a630
commit
33bf29b43a
@ -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
|
||||
|
@ -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
|
||||
|
10
misc/usd/files/patch-pxr_usd_usd_clip.cpp
Normal file
10
misc/usd/files/patch-pxr_usd_usd_clip.cpp
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user