git: dd6e3e351cde - main - lang/ghc{810,92}: Set correct BOOT_LLVM_VERSION.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 10:18:56 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd6e3e351cded216e209fde7524c9695777e9570 commit dd6e3e351cded216e209fde7524c9695777e9570 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-05-27 10:18:09 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-05-27 10:18:52 +0000 lang/ghc{810,92}: Set correct BOOT_LLVM_VERSION. --- lang/ghc810/Makefile | 1 + lang/ghc92/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/lang/ghc810/Makefile b/lang/ghc810/Makefile index c24bcbe130a2..76e8b65cea02 100644 --- a/lang/ghc810/Makefile +++ b/lang/ghc810/Makefile @@ -21,6 +21,7 @@ BASE_PACKAGES= Cabal-3.2.1.0 array-0.5.4.0 base-4.14.3.0 binary-0.8.8.0 \ terminfo-0.4.1.4 text-1.2.4.1 time-1.9.3 \ 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 EXTRA_PATCHES= ${MASTERDIR}/files/extra-utils_llvm-targets_gen-data-layout.sh diff --git a/lang/ghc92/Makefile b/lang/ghc92/Makefile index b4c7da6c51e0..d74ae1c2377f 100644 --- a/lang/ghc92/Makefile +++ b/lang/ghc92/Makefile @@ -18,6 +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 MASTERDIR= ${.CURDIR}/../ghc PATCHDIR= ${.CURDIR}/files