net/samba422: Guard some plist entries with %%AD_DC%%
This fixes the following "package" phase errors:
===> Building packages for samba422-4.22.6
===> Building samba422-4.22.6
pkg-static: Unable to access file
/p/net/samba422/work/stage/usr/local/lib/samba4/modules/ldb/asq.so:No such file or directory pkg-static: Unable to access file
/p/net/samba422/work/stage/usr/local/lib/samba4/modules/ldb/ildap.so:No such file or directory pkg-static: Unable to access file
/p/net/samba422/work/stage/usr/local/lib/samba4/modules/ldb/ldb.so:No such file or directory pkg-static: Unable to access file
/p/net/samba422/work/stage/usr/local/lib/samba4/modules/ldb/ldbsamba_extensions.so:No such file or directory pkg-static: Unable to access file
/p/net/samba422/work/stage/usr/local/lib/samba4/modules/ldb/paged_searches.so:No such file or directory pkg-static: Unable to access file
/p/net/samba422/work/stage/usr/local/lib/samba4/modules/ldb/rdn_name.so:No such file or directory pkg-static: Unable to access file
/p/net/samba422/work/stage/usr/local/lib/samba4/modules/ldb/sample.so:No such file or directory pkg-static: Unable to access file
/p/net/samba422/work/stage/usr/local/lib/samba4/modules/ldb/server_sort.so:No such file or directory pkg-static: Unable to access file
/p/net/samba422/work/stage/usr/local/lib/samba4/modules/ldb/skel.so:No such file or directory pkg-static: Unable to access file
/p/net/samba422/work/stage/usr/local/lib/samba4/modules/ldb/tdb.so:No such file or directory
*** Error code 1
[3 lines not shown]
filesystems/py-libzfs: fix the build on FreeBSD 15
There were two problems:
* Needed to backport a newer py-libzfs PR due to a libzfs API change
* Since 15.0 is now released, its OSVERSION reset to 1500000
PR: 291393
Sponsored by: ConnectWise
Approved by: Goran Mekić <meka at tilda.center> (maintainer)
(cherry picked from commit f3f63d8635c962ae38191a4774df55790e18946e)
sysutils/jail_exporter: always close stdout, stdin, and stderr
Leaving these open despite daemonizing can cause Salt to hang. Better
to close them. Logging to syslog still works.
Sponsored by: ConnectWise
PR: 291097
Approved by: David O'Rourke <dor.bsd at xm0.uk> (maintainer)