Sync with upstream new repos after they changed addresses on Github
(Therefore disinfo gets updated)
Also while here, fix extract/patch issues caused by r477644
(by adding DISTDIR to `post-extract:` target as well)
Sponsored by: The FreeBSD Foundation
USES=compiler:c++17-lang defines USE_GCC=yes but anything older than
lang/gcc7 have incomplete C++17 support. As this port is amd64-only
supporting old GCC is of little value.
https://gcc.gnu.org/projects/cxx-status.html
Utilities/types.h:94:13: error: no member named 'byte' in namespace 'std'
using std::byte;
~~~~~^
Utilities/types.h:773:18: error: no type named 'byte' in namespace 'std'
alignas(A) std::byte data[S];
~~~~~^
rpcs3/Emu/RSX/rsx_utils.h:9:10: fatal error: 'optional' file not found
#include <optional>
^~~~~~~~~~
rpcs3/Emu/RSX/Overlays/overlay_controls.h:1354:20: error: no member named 'clamp' in namespace 'std'
m_value = std::clamp(value, 0.f, m_limit);
~~~~~^
Reported by: pkg-fallout
Pointy hat to: jbeich
- People keep adding options named DEBUG to enable verbose things in
their ports and have no idea it also enables WITH_DEBUG.
- We already have WITH_DEBUG_PORTS that can enable WITH_DEBUG on a per
port basis.
Differential Revision: https://reviews.freebsd.org/D16829
It also supports the 9p.2000L protocol.
This port contains the kernel modules which implement required syscalls.
WWW: https://github.com/gandi/nfs-ganesha-kmod
PR: 230777
Submitted by: fatih@gandi.net
Sponsored by: Gandi.net
Before this change, the output of "make -V MASTER_SITES" would start
with a leading space character, which would break portscout.
PR: 230965
Submitted by: Dmitri Goutnik <dg@syrec.org>
a simlar fix to librelp, and tracks the upstream project's intention
to switch from gnutls to openssl over time. The default remains to
not compile in any TLS support in rsyslog8.
PR: 230913
so configure finds pcap/sll.h. Add a rc.d script. Fix the path
to the config directory in upload-prep.pl or else it silently
exits without doing anything when it doesn't find any configs.
PR: 230661
Reviewed by: ler (mentor)
Approved by: Leo Vandewoestijn (maintainer), ler (mentor)
Differential Revision: https://reviews.freebsd.org/D16925
lazygit is a CLI tool to handle git repository, written in Go wigh the gocui
library. You can add files easily, resolve merge conflicts, checkout recent
branches easily, scroll through logs/diffs of branches/commits.stash,
push/pull quickly, squash down and rename commits in CLI.
WWW: https://github.com/jesseduffield/lazygit
Approved by: pi (mentor)
Differential Revision: https://reviews.freebsd.org/D16862