git: 02b708e1eaf9 - main - devel/electron{32,33}: switch to LLVM 19 to fix build when LTO option is ON
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Jan 2025 20:04:37 UTC
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=02b708e1eaf9e7d7f20ad2ebb3d95b1b1c25c8a4 commit 02b708e1eaf9e7d7f20ad2ebb3d95b1b1c25c8a4 Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2025-01-24 20:02:58 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2025-01-24 20:02:58 +0000 devel/electron{32,33}: switch to LLVM 19 to fix build when LTO option is ON Reported by: Andrea Venturoli <ml@netfence.it> (via ports@) --- devel/electron32/Makefile | 3 ++- devel/electron33/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/electron32/Makefile b/devel/electron32/Makefile index a309bbdc91f5..d2e6e1a78a54 100644 --- a/devel/electron32/Makefile +++ b/devel/electron32/Makefile @@ -1,6 +1,7 @@ PORTNAME= electron DISTVERSIONPREFIX= v DISTVERSION= ${ELECTRON_VER} +PORTREVISION= 1 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= devel @@ -243,7 +244,7 @@ YARN_TIMESTAMP= 61171200 IGNORE= you have selected HEIMDAL_BASE but do not have Heimdal installed in base .endif -LLVM_DEFAULT= 18 +LLVM_DEFAULT= 19 BUILD_DEPENDS+= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} BINARY_ALIAS+= cpp=${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT} \ cc=${LOCALBASE}/bin/clang${LLVM_DEFAULT} \ diff --git a/devel/electron33/Makefile b/devel/electron33/Makefile index 69ff2ccd6ce8..b7508f009164 100644 --- a/devel/electron33/Makefile +++ b/devel/electron33/Makefile @@ -1,6 +1,7 @@ PORTNAME= electron DISTVERSIONPREFIX= v DISTVERSION= ${ELECTRON_VER} +PORTREVISION= 1 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= devel @@ -243,7 +244,7 @@ YARN_TIMESTAMP= 61171200 IGNORE= you have selected HEIMDAL_BASE but do not have Heimdal installed in base .endif -LLVM_DEFAULT= 18 +LLVM_DEFAULT= 19 BUILD_DEPENDS+= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} BINARY_ALIAS+= cpp=${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT} \ cc=${LOCALBASE}/bin/clang${LLVM_DEFAULT} \