sysutils/gol: New port: All-in-one log viewer in browser
gol is a fast and lightweight log viewer that allows you to view
logs in real time from different sources (files, Docker logs, remote
via SSH, piped inputs, etc.) from a web browser.
java/bootstrap-openjdk*: Mark these ports as bundling libraries.
This prevents Pkg from recording the bundled libraries as
dependencies. This otherwise can confuse Pkg and Poudriere
about missing dependencies.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D53723
(cherry picked from commit 13f336375974eacab8d10a64c0d945d17acf1244)
java/bootstrap-openjdk*: Mark these ports as bundling libraries.
This prevents Pkg from recording the bundled libraries as
dependencies. This otherwise can confuse Pkg and Poudriere
about missing dependencies.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D53723
editors/zed: Add port: Code at the speed of thought
Code at the speed of thought.
Zed is a high-performance, multiplayer code editor from the creators
of Atom and Tree-sitter. It's also open source.
WWW: https://zed.dev/
Committer's Note: The port is at version 0.198.6, whereas the latest
version is 0.212.5. Later versions than 0.198.6 depend on
"crash-handler" crate, which does not currently support FreeBSD.
Requested by: fuz (via private email)
java/openjdk11: reduce build log size
Suppress warnings with newer llvm versions.
If upstream doesn't fix the warnings it makes no sense to bother the
port with it.
In my test the log went from 30 MB to 3 MB.
No functional change intended.
Approved by: java@ mailing list