diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-10-06 10:12:29 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-10-06 19:30:39 +0000 |
| commit | b3c2a8b7c34b22e32c2cabc7ba9bb62d922b37cf (patch) | |
| tree | e45e8d1339a7a714a7a6a772e854be2a6091d1af | |
| parent | 0590dab795d0b874648c7e46efc3478c9f1715f7 (diff) | |
devel/fruit: Fix build with Clang 19
Obtained from: https://github.com/google/fruit/commit/dab5bdfe01eb9f90a2b688c7f3be177a9bd8d5c6
(cherry picked from commit 5d9d7048a99aa95d5fe309ea8942aee3c69350bd)
| -rw-r--r-- | devel/fruit/Makefile | 3 | ||||
| -rw-r--r-- | devel/fruit/distinfo | 4 |
2 files changed, 6 insertions, 1 deletions
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 |
