/wrkdirs/usr/ports/www/wpebackend-fdo/work/wpebackend-fdo-1.4.0/src/ipc.h:40: error: ISO C++ forbids declaration of 'unique_ptr' with no type
sysutils/xfce4-kbdleds-plugin needs C11 compiler similarly to other xfce ports.
Approved by: mentors (implicit approval)
- Pet portclippy while here
Changelog:
* First run and build fixes#482#473#467#479 (maciejsszmigiero)
* Add OTP (two factor authentication) support #327#394 (Noettore)
* Display passwords as QR codes #421 (frawi)
* Renaming password #463#469 (Noettore)
* Correct font color with Dark themes #340#476 (a-andreyev)
* Sorted profiles dropdown as in #404#472 (Noettore)
PR: 241176
Submitted by: Anne Jan Brouwer <brouwer@annejan.com> (maintainer)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D21973
In Qt 5.13, a "helpful" upstream added #includes of the interal
FreeBSD event headers; these conflict with evdev-proto headers.
Back out that helpful fix, and rely on evdev-proto everywhere
(in particular, for dependent ports that use evdev-proto themselves).
PR: 240965
Reported by: Walter Schwarzenfeld
plus circumventing geoblocking. It is a powerful, lightweight, fast and
simple to use proxy server that you can host on your own server or PC at
home and then access from anywhere.
It provides compatibility with a large number of clients and services by
accepting both HTTP and SOCKS proxy protocols on a single listening port.
WWW: https://github.com/leproxy/leproxy
Specifying required_dirs and creating it at prestart stage does not work
because required_dirs is checked before running prestart these days.
So it fails to start for mfs-based /var even if racoon_create_dirs=YES
Unbreak this by replacing "required_dirs" and "mkdir -p"
in the racoon_prestart with "install -d" that returns error in case
of failure and does nothing if the directory already exists.
Reported by: Cybil Courraud <freebsd@cyb.fr>
There is no opt_MESON_ARGS_OFF helper and Zathura also does not
have an enable-sqlite option. It has an 'sqlite' feature which can
be turned on/off with the MESON_ENABLED helper.
SQLite support has been auto-enabled for ~7 months by always having
USES=sqlite in the port. Since the SQLITE option can now properly
turn that support off, enable it by default to not cause too many
surprises.