git: dfab6663a88e - main - audio/faust: fix build with LLVM 22
Date: Mon, 30 Mar 2026 23:40:04 UTC
The branch main has been updated by vishwin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dfab6663a88efcbb98a428ceaf19f0a47dc9736c
commit dfab6663a88efcbb98a428ceaf19f0a47dc9736c
Author: Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2026-03-30 23:13:30 +0000
Commit: Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2026-03-30 23:38:48 +0000
audio/faust: fix build with LLVM 22
https://github.com/grame-cncm/faust/pull/1232
PR: 291450
Approved by: yuri (maintainer)
---
audio/faust/Makefile | 3 ++-
audio/faust/distinfo | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/audio/faust/Makefile b/audio/faust/Makefile
index bf222b344aba..7ac8d559bc28 100644
--- a/audio/faust/Makefile
+++ b/audio/faust/Makefile
@@ -4,7 +4,8 @@ CATEGORIES= audio devel
MASTER_SITES= https://github.com/grame-cncm/faust/releases/download/${DISTVERSION}/
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES= e4e9e51a1a12ef0806fc7c8439fa817a98ec57ce.patch:-p1 # https://github.com/grame-cncm/faust/pull/1170: Fix compilation flags for generated projects: use c++17 instead of c++14
+PATCHFILES+= e4e9e51a1a12ef0806fc7c8439fa817a98ec57ce.patch:-p1 # https://github.com/grame-cncm/faust/pull/1170: Fix compilation flags for generated projects: use c++17 instead of c++14
+PATCHFILES+= cb26e3a4afba8e766611046d5be3075016fe3f1c.patch:-p1 # https://github.com/grame-cncm/faust/pull/1232: Fix build with LLVM 22
MAINTAINER= yuri@FreeBSD.org
COMMENT= Functional programming language for realtime audio signal processing
diff --git a/audio/faust/distinfo b/audio/faust/distinfo
index 03656c2db7bf..534b06c1c405 100644
--- a/audio/faust/distinfo
+++ b/audio/faust/distinfo
@@ -1,5 +1,7 @@
-TIMESTAMP = 1772356713
+TIMESTAMP = 1774912312
SHA256 (faust-2.83.1.tar.gz) = 6ca3d749296191c41e9fd24ce7e5b37f58022d4320acb1c7343fec2df82d5551
SIZE (faust-2.83.1.tar.gz) = 80147503
SHA256 (e4e9e51a1a12ef0806fc7c8439fa817a98ec57ce.patch) = 3e8839cccfec0d4c609903aa9ed3416f58443eb0eda228f52bcc19f4a4c0f602
SIZE (e4e9e51a1a12ef0806fc7c8439fa817a98ec57ce.patch) = 1906
+SHA256 (cb26e3a4afba8e766611046d5be3075016fe3f1c.patch) = 9fa5fb039592bbc3be31d0c928e0b67f3368d335dfd3db3ba801ed3336ee1c73
+SIZE (cb26e3a4afba8e766611046d5be3075016fe3f1c.patch) = 2211