Download raw body.
textproc/goldendict-ng: set USE_NOBTCFI=Yes
Otherwise the QtWebEngineProcess just dies and leaves no core dump.
During import, I did not have this problem on the same machine.
With this goldendict-ng is stable.
Feedback? OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/goldendict-ng/Makefile,v
diff -u -p -r1.1.1.1 Makefile
--- Makefile 15 Feb 2024 12:10:15 -0000 1.1.1.1
+++ Makefile 10 Mar 2024 12:04:48 -0000
@@ -1,9 +1,13 @@
+# Illegal Instruction on Wictionary searches (Qt6 WebEngine), but no core dump
+USE_NOBTCFI = Yes
+
COMMENT = next generation GoldenDict
CATEGORIES = textproc education x11
DIST_TUPLE = github xiaoyifang goldendict-ng \
v24.01.22-LoongYear.3dddb3be .
PKGNAME = ${DISTNAME:C/-[[:alnum:].]*$//}
+REVISION = 0
# GPLv3+
PERMIT_PACKAGE = Yes
textproc/goldendict-ng: set USE_NOBTCFI=Yes