Re: git: 5ac622032d86 - main - sysutils/polkit: Update to 124

From: Vladimir Druzenko <vvd_at_freebsd.org>
Date: Thu, 18 Jan 2024 19:32:01 UTC
18.01.2024 21:02, Gleb Popov пишет:
> The branch main has been updated by arrowd:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=5ac622032d86c28eddc023436ce8dc9e50387b3c
>
> commit 5ac622032d86c28eddc023436ce8dc9e50387b3c
> Author:     Olivier Duchateau <duchateau.olivier@gmail.com>
> AuthorDate: 2024-01-18 18:00:55 +0000
> Commit:     Gleb Popov <arrowd@FreeBSD.org>
> CommitDate: 2024-01-18 18:02:00 +0000
>
>      sysutils/polkit: Update to 124
>      
>      PR:             276409
>      Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>
> ---
>   sysutils/polkit/Makefile                |  8 ++++----
>   sysutils/polkit/distinfo                |  6 +++---
>   sysutils/polkit/files/patch-meson.build | 11 -----------
>   sysutils/polkit/pkg-plist               |  2 +-
>   4 files changed, 8 insertions(+), 19 deletions(-)
>
> diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile
> index d3cf238c00e3..9c164c80a322 100644
> --- a/sysutils/polkit/Makefile
> +++ b/sysutils/polkit/Makefile
> @@ -1,6 +1,5 @@
>   PORTNAME=	polkit
> -DISTVERSION=	123
> -PORTREVISION=	2
> +DISTVERSION=	124
>   CATEGORIES=	sysutils gnome
>   
>   MAINTAINER=	desktop@FreeBSD.org
> @@ -27,6 +26,7 @@ USE_GITLAB=	yes
>   GL_SITE=	https://gitlab.freedesktop.org
>   
>   MESON_ARGS=	-Dpam_include=system \
> +		-Dpam_prefix='etc/pam.d' \
>   		-Dpolkitd_user=${USERS} \
>   		-Dexamples=false \
>   		-Dsession_tracking=ConsoleKit \
> @@ -51,8 +51,8 @@ DUKTAPE_MESON_ON=	-Djs_engine='duktape'
>   SPIDERMONKEY_LIB_DEPENDS=	libmozjs-102.so:lang/spidermonkey102
>   SPIDERMONKEY_MESON_ON=		-Djs_engine='mozjs'

Hello!

It require newer spidermonkey:

Run-time dependency mozjs-115 found: NO (tried pkgconfig and cmake)
meson.build:156:11: ERROR: Dependency "mozjs-115" not found, tried 
pkgconfig and cmake

-- 
Best regards,
Vladimir Druzenko