zfs: Fix build after merge of openzfs/zfs at f8e5af53e
The change causing it is the introduction of the test over __BMI2__ in
'module/zstd/lib/common/bitstream.h'.
This is a stop-gap commit whose content needs to be upstreamed (after
possibly having been improved).
Fixes: 8a62a2a5659d ("zfs: merge openzfs/zfs at f8e5af53e")
Sponsored by: The FreeBSD Foundation
net/openldap26-server: update to 2.6.13.
While I'm there also address the following issues:
- Add nssov overlay (PR 293531)
- Add an option to delay slapd startup (PR 280849)
- Support PREFIX/openldap/slapd.d/cn=config/olcDatabase=* as directory
(PR 261792 / 258418)
PR: 258418, 261792, 280849, 293531
multimedia/ffmpeg6: upgrade to 6.1.4
Since this is a legacy version only intended to be used as a dependency
remove the options: only the previously default options are kept.
PR: 278913
databases/postgresql*-*: Revert "Update to latest version"
This restores databases/postgresql13-*, unbreaking the quarterly tree.
Please do not remove ports from quarterly if possible and if you do,
please test that the removal doesn't break anything!
Approved by: portmgr (build fix blanket)
Reported by: antoine
This reverts commit 7a01ab5cf6ffa91eae6cf6a372db56978608b2db.
rge: use C style comments instead of C++
FreeBSD style(9) mandates C style comments. The initial import from
OpenBSD left several C++ style // comments in if_rge.c and if_rgevar.h.
Replace them with proper /* */ comments.
Also fix a malformed comment that mixed // with a closing */.
Signed-off-by: Christos Longros <chris.longros at gmail.com>
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D55743