pkgsrc-WIP-changes archive

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

(ham/wsjtx) enable NOT_PAX_MPROTECT_SAFE, to avoid jt9 to crash



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Sun Dec 28 19:31:32 2025 +0900
Changeset:	f3d1421e2b08d1493defea614c067817298dff09

Modified Files:
	wsjtx/Makefile

Log Message:
(ham/wsjtx) enable NOT_PAX_MPROTECT_SAFE, to avoid jt9 to crash

Thanks  mlelstv@ and Atsushi Toyokura

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

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

diffstat:
 wsjtx/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/wsjtx/Makefile b/wsjtx/Makefile
index 54ef83f1d2..72172a92f7 100644
--- a/wsjtx/Makefile
+++ b/wsjtx/Makefile
@@ -67,10 +67,9 @@ SUBST_STAGE.hamlib=	pre-configure
 SUBST_MESSAGE.hamlib=	fix PREFIX inside patch
 SUBST_VARS.hamlib=	PREFIX
 
-# Probably following line helps, not tested, ref:
+# To avoid jt9 to crash
 # https://mail-index.netbsd.org/pkgsrc-users/2025/12/23/msg042336.html
-
-# NOT_PAX_MPROTECT_SAFE+= bin/jt9
+NOT_PAX_MPROTECT_SAFE+= bin/jt9
 
 .include "../../devel/cmake/build.mk"
 .include "../../math/fftw/buildlink3.mk"


Home | Main Index | Thread Index | Old Index