git: f2d88b3eada6 - 2025Q1 - audio/faust: Force llvm-15 that was used before change of LLVM_DEFAULT because it fails with llvm-19
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Feb 2025 03:47:49 UTC
The branch 2025Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f2d88b3eada676057be797fe195b047a46df56a4 commit f2d88b3eada676057be797fe195b047a46df56a4 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-02-27 03:46:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-02-27 03:46:19 +0000 audio/faust: Force llvm-15 that was used before change of LLVM_DEFAULT because it fails with llvm-19 Reported by: fallout --- audio/faust/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/faust/Makefile b/audio/faust/Makefile index 76be472d4848..e8758ce6e71b 100644 --- a/audio/faust/Makefile +++ b/audio/faust/Makefile @@ -1,5 +1,6 @@ PORTNAME= faust DISTVERSION= 2.75.7 +PORTREVISION= 1 CATEGORIES= audio devel MAINTAINER= yuri@FreeBSD.org @@ -15,7 +16,7 @@ LIB_DEPENDS= libLLVM-${LLVM_VERSION}.so:devel/llvm${LLVM_VERSION} \ libzstd.so:archivers/zstd RUN_DEPENDS= bash:shells/bash -USES= compiler:c++14-lang cmake localbase:ldflags llvm:min=15,lib ncurses python pkgconfig shebangfix # llvm: versions <11 lacked dump() function(s) that cause unresolved symbols in libfaust.so +USES= compiler:c++14-lang cmake localbase:ldflags llvm:15,lib ncurses python pkgconfig shebangfix # llvm: versions <11 lacked dump() function(s) that cause unresolved symbols in libfaust.so USE_LDCONFIG= yes USE_GITHUB= yes