passing -Wl,--no-execute-only. The underlying issue has not yet been
identified, but there's quite a bit of breakage in all non-trivial
Go programs that I tested.
with help of jsing, "i think you should commit this" deraadt
Also tested with other major hashlink games without issues: Dead Cells,
Nuclear Blaze, Evoland Legendary Edition.
Northgard DLC Cross of Vidar needs hlvideo (video.hdll library) before this
can be run.
In particular, this binary bootstrap works on armv7, meaning that lang/go
should build and become available on this platform again (apparently no
one else uses Go on armv7, given how long it has been broken for).
Thanks to tb@ for reporting the issue and testing a newer bootstrap.
This prevents picking /usr/local/bin/ruby from devel/ruby-shims as
baseruby, and erroring in "make fake" when baseruby can't require
tool/downloader.rb. We don't need baseruby, because we are building
ruby-*.tar.gz, not a git checkout of ruby.
ok jeremy@ (maintainer)
Lua is a powerful, light-weight programming language designed for
extending applications. Lua is also frequently used as a
general-purpose, stand-alone language.
ok sthen@
Fennel is a programming language that brings together the speed,
simplicity, and reach of Lua with the flexibility of a lisp syntax and
macro system.
ok and tweak abieber@ (but retaining PKG_ARCH)
build and install eep48 doc chunks too, as these can be helpful in
combination with erlagn/elixir language servers.
diff from maintainer Volker Schlecht (thanks!) with a tiny bit change in
the plists by me.
Zap the initial riscv64-unknown-openbsd target name. Cross-compiled
riscv64gc bootstrap and lots of guidance from semarie@. This commit uses
a native bootstrap. ok semarie@ (maintainer)
to ENGINE_cleanup, to avoid implicit declaration with libressl:
php-8.2.0/ext/openssl/openssl.c:1329:2: warning: implicit declaration of function 'ENGINE_cleanup' is invalid in C99 [-Wimplicit-function-declaration]