CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/02/18 09:37:21
Modified files:
textproc/openjade: Makefile
textproc/docbook-utils: Makefile
textproc/docbook-utils/pkg: PLIST
Log message:
Build unoptimised openjade on sparc64 to fix docbook-utils build
-O[12] builds make jade(1) segfault in libostyle.so on sparc64,
-O0 runs fine; this is triggered through the docbook-utils build:
> SGML_SEARCH_PATH=../..:../../doc:.. \
> jade -t sgml -i html -d ../../docbook-utils.dsl\#html \
> -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
> Segmentation fault (core dumped)
Regen PLIST while here.
OK kmos