pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gjs: fix the build and bump patch version.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Thu Apr 16 09:40:05 2026 +0200
Changeset:	ae5f7f2ee4ec3baad304fa539a64aae8493f35d7

Modified Files:
	gjs/Makefile
	gjs/distinfo

Log Message:
gjs: fix the build and bump patch version.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ae5f7f2ee4ec3baad304fa539a64aae8493f35d7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gjs/Makefile | 7 ++++++-
 gjs/distinfo | 6 +++---
 2 files changed, 9 insertions(+), 4 deletions(-)

diffs:
diff --git a/gjs/Makefile b/gjs/Makefile
index e334ff98e8..969f209cd7 100644
--- a/gjs/Makefile
+++ b/gjs/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.32 2024/11/17 07:16:19 wiz Exp $
 
-DISTNAME=	gjs-1.82.1
+DISTNAME=	gjs-1.82.3
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_GNOME:=sources/gjs/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=	.tar.xz
@@ -16,6 +16,7 @@ USE_LANGUAGES=	c c++
 MAKE_ENV+=	LD_LIBRARY_PATH=${WRKSRC}/output/gjs@sha:${WRKSRC}/output/gjs-jsapi@sta:${WRKSRC}/output/gjs-console@exe
 MESON_ARGS+=	-Dinstalled_tests=false
 MESON_ARGS+=	-Dprofiler=disabled
+MESON_ARGS+=	-Db_pch=false
 
 PYTHON_FOR_BUILD_ONLY=	tool
 
@@ -24,6 +25,10 @@ PKGCONFIG_OVERRIDE_STAGE=	post-configure
 
 CHECK_PORTABILITY_SKIP+=	tools/run_iwyu.sh
 
+NOT_PAX_MPROTECT_SAFE+=	bin/gjs
+NOT_PAX_MPROTECT_SAFE+=	bin/gjs-console
+
+.include "../../mk/pax.mk"
 .include "../../devel/meson/build.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
diff --git a/gjs/distinfo b/gjs/distinfo
index 7aa7df605b..99c03a626a 100644
--- a/gjs/distinfo
+++ b/gjs/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.10 2022/03/10 20:53:35 nia Exp $
 
-BLAKE2s (gjs-1.82.1.tar.xz) = cc73b6a97413d4b1c0ae8b17a3692262fdd7c3dab821515d7157dae23aeb19fe
-SHA512 (gjs-1.82.1.tar.xz) = 2e4e1ceee784d252cb0f6a5df9c9dd9a486112af9973e184d785cb4bcb06a5844e16ce51b8a46021220f2b6ead24186eb98cc15b836492f71922e8a80669b16f
-Size (gjs-1.82.1.tar.xz) = 728920 bytes
+BLAKE2s (gjs-1.82.3.tar.xz) = d7ff72c35b62b9f17f894fc715933e482910b6a2a24ab08ce5077e5c355fc70b
+SHA512 (gjs-1.82.3.tar.xz) = 576f974a00b3bb1e3187c9c23d49281ed0eecd64949a91959638018bd57be18c61ff04a3e508933e0f59f7fe2502a2242282e964917d16358f079fe9d6397bd8
+Size (gjs-1.82.3.tar.xz) = 729556 bytes


Home | Main Index | Thread Index | Old Index