Update to use jdk 17 and latest tanukiwrapper
* Dont build the installer - we dont install or use it
* Dont read /proc/cpuinfo and set opt to ARMV8 on aarch64
* Update config to use corrected tanukiwrapper dir name
and remove no longer supported stripquotes option
ok sthen@ pascal@ ian@
Update to 3.6.3 and use jdk 11 to build
* fix misspelled directory name
* clean up patches
* intentionally remove jdk RUN_DEPENDS, applications that use this will
have a RUN_DEPENDS on a jdk
ok sthen@ pascal@ ian@
Revert ld.bfd activation
Diff was not ripe and the idea isn't sound anyway. gld.bfd doesn't have
support for native OpenBSD programs so shipping it is misleading at
best. "No objection" fcambus@. Not waiting for kn@ since current
Makefile breaks pkglocatedb, as reported by tb@.
Import ebook2cw-0.8.5.
ebook2cw is a command line program which converts a plain text ebook to
morse code MP3 or OGG files. It works on several platforms, including
Windows, Linux, FreeBSD and OpenBSD.
It automatically splits and numbers the output files by chapters.
From Enzo Nicosia; thanks!
ok sthen@
Unbreak sparc64 aka. GCC build
(This has been reintroduced with the Qt6.10 update)
Remove FEATURE_no_direct_extern_access and leave the decision to the Qt
configure task. If TEST_no_direct_extern_access is successful,
FEATURE_no_direct_extern_access is set.