Date: Thu, 25 Jan 2024 11:02:50 GMT From: Hiroki Tagato <tagattie@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c91b0eb1f608 - main - devel/electron{25,26,27}: fix build when HEIMDAL or MIT option is ON Message-ID: <202401251102.40PB2oLr054411@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=c91b0eb1f6081ca808008fbcfe0a14a38010c5fd commit c91b0eb1f6081ca808008fbcfe0a14a38010c5fd Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2024-01-25 11:00:03 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2024-01-25 11:02:40 +0000 devel/electron{25,26,27}: fix build when HEIMDAL or MIT option is ON PR: 276591 Reported by: Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org> MFH: 2024Q1 --- devel/electron25/Makefile | 4 ++-- devel/electron26/Makefile | 4 ++-- devel/electron27/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/electron25/Makefile b/devel/electron25/Makefile index d4947e548c28..4477124c9e91 100644 --- a/devel/electron25/Makefile +++ b/devel/electron25/Makefile @@ -188,7 +188,7 @@ DEBUG_VARS_OFF= BUILDTYPE=Release \ DIST_IMPLIES= DRIVER DRIVER_MAKE_ARGS= chromedriver -HEIMDAL_LIB_DEPENDS= libkrb.so.26:security/heimdal +HEIMDAL_LIB_DEPENDS= libkrb5.so.26:security/heimdal KERBEROS_VARS= GN_ARGS+=use_kerberos=true KERBEROS_VARS_OFF= GN_ARGS+=use_kerberos=false @@ -197,7 +197,7 @@ LTO_VARS= GN_ARGS+=use_thin_lto=true \ WANTSPACE="14 GB" LTO_VARS_OFF= GN_ARGS+=use_thin_lto=false -MIT_LIB_DEPENDS= libkrb.so.3:security/krb5 +MIT_LIB_DEPENDS= libkrb5.so.3:security/krb5 PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_VARS= GN_ARGS+=use_pulseaudio=true PULSEAUDIO_VARS_OFF= GN_ARGS+=use_pulseaudio=false diff --git a/devel/electron26/Makefile b/devel/electron26/Makefile index 6de815041013..05fca1a80d79 100644 --- a/devel/electron26/Makefile +++ b/devel/electron26/Makefile @@ -186,7 +186,7 @@ DEBUG_VARS_OFF= BUILDTYPE=Release \ DIST_IMPLIES= DRIVER DRIVER_MAKE_ARGS= chromedriver -HEIMDAL_LIB_DEPENDS= libkrb.so.26:security/heimdal +HEIMDAL_LIB_DEPENDS= libkrb5.so.26:security/heimdal KERBEROS_VARS= GN_ARGS+=use_kerberos=true KERBEROS_VARS_OFF= GN_ARGS+=use_kerberos=false @@ -195,7 +195,7 @@ LTO_VARS= GN_ARGS+=use_thin_lto=true \ WANTSPACE="14 GB" LTO_VARS_OFF= GN_ARGS+=use_thin_lto=false -MIT_LIB_DEPENDS= libkrb.so.3:security/krb5 +MIT_LIB_DEPENDS= libkrb5.so.3:security/krb5 PIPEWIRE_LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire PIPEWIRE_VARS= GN_ARGS+=rtc_use_pipewire=true \ diff --git a/devel/electron27/Makefile b/devel/electron27/Makefile index d87f32103c98..583a728b4f5a 100644 --- a/devel/electron27/Makefile +++ b/devel/electron27/Makefile @@ -187,7 +187,7 @@ DEBUG_VARS_OFF= BUILDTYPE=Release \ DIST_IMPLIES= DRIVER DRIVER_MAKE_ARGS= chromedriver -HEIMDAL_LIB_DEPENDS= libkrb.so.26:security/heimdal +HEIMDAL_LIB_DEPENDS= libkrb5.so.26:security/heimdal KERBEROS_VARS= GN_ARGS+=use_kerberos=true KERBEROS_VARS_OFF= GN_ARGS+=use_kerberos=false @@ -196,7 +196,7 @@ LTO_VARS= GN_ARGS+=use_thin_lto=true \ WANTSPACE="14 GB" LTO_VARS_OFF= GN_ARGS+=use_thin_lto=false -MIT_LIB_DEPENDS= libkrb.so.3:security/krb5 +MIT_LIB_DEPENDS= libkrb5.so.3:security/krb5 PIPEWIRE_LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire PIPEWIRE_VARS= GN_ARGS+=rtc_use_pipewire=true \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401251102.40PB2oLr054411>