Skip to content

Commit ae5f7f2

Browse files
committed
gjs: fix the build and bump patch version.
1 parent 01fcca5 commit ae5f7f2

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

gjs/Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# $NetBSD: Makefile,v 1.32 2024/11/17 07:16:19 wiz Exp $
22

3-
DISTNAME= gjs-1.82.1
3+
DISTNAME= gjs-1.82.3
44
CATEGORIES= lang
55
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gjs/${PKGVERSION_NOREV:R}/}
66
EXTRACT_SUFX= .tar.xz
@@ -16,6 +16,7 @@ USE_LANGUAGES= c c++
1616
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gjs@sha:${WRKSRC}/output/gjs-jsapi@sta:${WRKSRC}/output/gjs-console@exe
1717
MESON_ARGS+= -Dinstalled_tests=false
1818
MESON_ARGS+= -Dprofiler=disabled
19+
MESON_ARGS+= -Db_pch=false
1920

2021
PYTHON_FOR_BUILD_ONLY= tool
2122

@@ -24,6 +25,10 @@ PKGCONFIG_OVERRIDE_STAGE= post-configure
2425

2526
CHECK_PORTABILITY_SKIP+= tools/run_iwyu.sh
2627

28+
NOT_PAX_MPROTECT_SAFE+= bin/gjs
29+
NOT_PAX_MPROTECT_SAFE+= bin/gjs-console
30+
31+
.include "../../mk/pax.mk"
2732
.include "../../devel/meson/build.mk"
2833
.include "../../devel/glib2/buildlink3.mk"
2934
.include "../../devel/gobject-introspection/buildlink3.mk"

gjs/distinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$NetBSD: distinfo,v 1.10 2022/03/10 20:53:35 nia Exp $
22

3-
BLAKE2s (gjs-1.82.1.tar.xz) = cc73b6a97413d4b1c0ae8b17a3692262fdd7c3dab821515d7157dae23aeb19fe
4-
SHA512 (gjs-1.82.1.tar.xz) = 2e4e1ceee784d252cb0f6a5df9c9dd9a486112af9973e184d785cb4bcb06a5844e16ce51b8a46021220f2b6ead24186eb98cc15b836492f71922e8a80669b16f
5-
Size (gjs-1.82.1.tar.xz) = 728920 bytes
3+
BLAKE2s (gjs-1.82.3.tar.xz) = d7ff72c35b62b9f17f894fc715933e482910b6a2a24ab08ce5077e5c355fc70b
4+
SHA512 (gjs-1.82.3.tar.xz) = 576f974a00b3bb1e3187c9c23d49281ed0eecd64949a91959638018bd57be18c61ff04a3e508933e0f59f7fe2502a2242282e964917d16358f079fe9d6397bd8
5+
Size (gjs-1.82.3.tar.xz) = 729556 bytes

0 commit comments

Comments
 (0)