git: 5d9d7048a99a - main - devel/fruit: Fix build with Clang 19
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Oct 2025 11:20:28 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5d9d7048a99aa95d5fe309ea8942aee3c69350bd
commit 5d9d7048a99aa95d5fe309ea8942aee3c69350bd
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-06 10:12:29 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-06 10:12:29 +0000
devel/fruit: Fix build with Clang 19
Obtained from: https://github.com/google/fruit/commit/dab5bdfe01eb9f90a2b688c7f3be177a9bd8d5c6
---
devel/fruit/Makefile | 3 +++
devel/fruit/distinfo | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/devel/fruit/Makefile b/devel/fruit/Makefile
index 38f91dada10b..ee48a02bd0b0 100644
--- a/devel/fruit/Makefile
+++ b/devel/fruit/Makefile
@@ -3,6 +3,9 @@ PORTVERSION= 3.7.1
DISTVERSIONPREFIX= v
CATEGORIES= devel
+PATCH_SITES= https://github.com/google/fruit/commit/
+PATCHFILES= dab5bdfe01eb9f90a2b688c7f3be177a9bd8d5c6.patch:-p1
+
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Dependency injection framework for C++
WWW= https://github.com/google/fruit/wiki \
diff --git a/devel/fruit/distinfo b/devel/fruit/distinfo
index 4fcb5dcd512a..fefeb582c86e 100644
--- a/devel/fruit/distinfo
+++ b/devel/fruit/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1738088808
+TIMESTAMP = 1758119606
SHA256 (google-fruit-v3.7.1_GH0.tar.gz) = ed4c6b7ebfbf75e14a74e21eb74ce2703b8485bfc9e660b1c36fb7fe363172d0
SIZE (google-fruit-v3.7.1_GH0.tar.gz) = 240459
+SHA256 (dab5bdfe01eb9f90a2b688c7f3be177a9bd8d5c6.patch) = b6c7616f278b2792c9608fab507372c3f6e661ff9491344dfb05f31f8000c90d
+SIZE (dab5bdfe01eb9f90a2b688c7f3be177a9bd8d5c6.patch) = 1607