git: d2bea56cb61b - main - graphics/filament: Update 1.31.5 → 1.31.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Mar 2023 19:06:15 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d2bea56cb61b17bab2f87d28d16e2e541bab3996
commit d2bea56cb61b17bab2f87d28d16e2e541bab3996
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-03-02 16:04:19 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-03-02 19:06:09 +0000
graphics/filament: Update 1.31.5 → 1.31.6
Reported by: portscout
---
graphics/filament/Makefile | 2 +-
graphics/filament/distinfo | 6 +++---
graphics/filament/files/patch-CMakeLists.txt | 10 +++++-----
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/graphics/filament/Makefile b/graphics/filament/Makefile
index ef6a4299b88b..6f91edc8e3a4 100644
--- a/graphics/filament/Makefile
+++ b/graphics/filament/Makefile
@@ -1,6 +1,6 @@
PORTNAME= filament
DISTVERSIONPREFIX= v
-DISTVERSION= 1.31.5
+DISTVERSION= 1.31.6
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
diff --git a/graphics/filament/distinfo b/graphics/filament/distinfo
index 8a6903e3feb6..9207c6cabfc0 100644
--- a/graphics/filament/distinfo
+++ b/graphics/filament/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677127841
-SHA256 (google-filament-v1.31.5_GH0.tar.gz) = b929603ffd21158278bba5e93123692ec5bb951c2fe83dbb4f53ca366fed5474
-SIZE (google-filament-v1.31.5_GH0.tar.gz) = 496393895
+TIMESTAMP = 1677779151
+SHA256 (google-filament-v1.31.6_GH0.tar.gz) = 5b63ff2397e60a9dc64c0d613534946db2ea2f189c73356691deb594be9f95cd
+SIZE (google-filament-v1.31.6_GH0.tar.gz) = 496384639
diff --git a/graphics/filament/files/patch-CMakeLists.txt b/graphics/filament/files/patch-CMakeLists.txt
index 013b1701edc6..8a81794c1f14 100644
--- a/graphics/filament/files/patch-CMakeLists.txt
+++ b/graphics/filament/files/patch-CMakeLists.txt
@@ -1,11 +1,11 @@
---- CMakeLists.txt.orig 2022-12-20 16:40:07 UTC
+--- CMakeLists.txt.orig 2023-03-01 19:24:13 UTC
+++ CMakeLists.txt
-@@ -66,7 +66,7 @@ endif()
+@@ -68,7 +68,7 @@ endif()
# Support for ccache
# ==================================================================================================
find_program(CCACHE_PROGRAM ccache)
-if (CCACHE_PROGRAM)
+if (USE_CCACHE AND CCACHE_PROGRAM)
- set(C_LAUNCHER "${CCACHE_PROGRAM}")
- set(CXX_LAUNCHER "${CCACHE_PROGRAM}")
-
+ if (WIN32)
+ set(CMAKE_C_COMPILER_LAUNCHER "${CCACHE_PROGRAM}")
+ set(CMAKE_CXX_COMPILER_LAUNCHER "${CCACHE_PROGRAM}")