qt5-qtwebengine: restore dependency on qttoolsIt is not clear why dependency was taken out.
See https://github.com/macports/macports-ports/commit/e0babf1f7ad4f6675b3a8ec2c8a105a4af675427
net/openssh: fix sshd failure in non-debug mode. Revbump.This commit message is essentially just a copy of the source code comment.
ssh_sandbox_child() has the side-effect of disabling opening new files.
This is a security precaution to prevent the child process from leaking
data or opening new sockets, but clashes with newer OpenSSL
implementations.
Generally, OpenSSL wants to read new entropy from the system for each
reseeding operation (and, by ...
net/openssh: sync com.openssh.sshd.sb with Apple's version. Revbump.The official file gained a few new definitions and we better enable them
as well, especially for newer OS X/macOS versions.
Additionally, fix a whitespace error in the upstream and our version.
net/openssh: rename sandbox file to com.openssh.sshd.sb. Revbump.The openssh.org domain name was never under the control of the
OpenBSD/OpenSSH project but a totally unrelated third party and the
developers urged to use the proper openssh.com domain name as early as
2000.
Further, the former is currently not even working.
Let's do the right thing and use the official domain name.
net/openssh: fix include/{security,pam} symlinking. Revbump.Previously, the symlink was always created, but only ever needed on OS X
10.5-. 10.6 renamed the directory back to the more-standard "security"
name.
Worse, still, it was never actually used. A mass-commit to ports in 2007
erroneously removed it from the CPPFLAGS, likely because the committer
didn't saw the ${workpath} variable and assumed it was just a redundant
${prefix}/include definition.
...
gnuplot: allow build with MacPorts compilersAs of C++20, version is a standard header file.
Gnuplot has a file VERSION which is found first.
As a workaround, replace -I with -idirafter.