git: 02d8907f0b34 - main - lang/ghc92: update BOOT_LLVM_VERSION to 11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Apr 2024 15:53:08 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=02d8907f0b34c0415d1e0bfbb492aad2a76f70a4 commit 02d8907f0b34c0415d1e0bfbb492aad2a76f70a4 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-04-03 15:49:40 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-04-03 15:52:50 +0000 lang/ghc92: update BOOT_LLVM_VERSION to 11 This fixes a somewhat hidden dependency on the removed devel/llvm10 --- lang/ghc92/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/ghc92/Makefile b/lang/ghc92/Makefile index 05b1e3d61a40..7cfab5a6224d 100644 --- a/lang/ghc92/Makefile +++ b/lang/ghc92/Makefile @@ -18,7 +18,7 @@ BASE_PACKAGES= Cabal-3.6.3.0 array-0.5.4.0 base-4.16.4.0 binary-0.8.9.0 \ terminfo-0.4.1.5 text-1.2.5.0 time-1.11.1.1 \ transformers-0.5.6.2 unix-2.7.2.2 xhtml-3000.2.2.1 BOOT_GHC_VERSION= 8.10.7 -BOOT_LLVM_VERSION= 10 +BOOT_LLVM_VERSION= 11 MASTERDIR= ${.CURDIR}/../ghc PATCHDIR= ${.CURDIR}/files