Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 May 2026 09:08:11 +0000
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6f27eb390be2 - main - devel/freebsd-sysroot: update to 14.3-RELEASE
Message-ID:  <69f9b37b.1e076.1084563a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6f27eb390be2fe55a99e7c3bec8ac43201a6a71c

commit 6f27eb390be2fe55a99e7c3bec8ac43201a6a71c
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2026-05-05 07:44:43 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2026-05-05 09:08:07 +0000

    devel/freebsd-sysroot: update to 14.3-RELEASE
    
    Also update GCC for powerpc to 14.2.0.
    
    Reviewed by:    mikael
    Differential Revision: https://reviews.freebsd.org/D56754
---
 devel/freebsd-sysroot/Makefile              |   20 +-
 devel/freebsd-sysroot/distinfo              |   42 +-
 devel/freebsd-sysroot/pkg-plist.aarch64     |  266 ++-
 devel/freebsd-sysroot/pkg-plist.amd64       |  239 ++-
 devel/freebsd-sysroot/pkg-plist.armv7       |  412 ++--
 devel/freebsd-sysroot/pkg-plist.i386        |  227 +-
 devel/freebsd-sysroot/pkg-plist.powerpc     | 3069 ++++++++++++++-------------
 devel/freebsd-sysroot/pkg-plist.powerpc64   |  213 +-
 devel/freebsd-sysroot/pkg-plist.powerpc64le |  214 +-
 devel/freebsd-sysroot/pkg-plist.powerpcspe  |  213 +-
 devel/freebsd-sysroot/pkg-plist.riscv64     |  213 +-
 11 files changed, 2672 insertions(+), 2456 deletions(-)

diff --git a/devel/freebsd-sysroot/Makefile b/devel/freebsd-sysroot/Makefile
index 171a2baddd1c..f1f868b34bde 100644
--- a/devel/freebsd-sysroot/Makefile
+++ b/devel/freebsd-sysroot/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	freebsd-sysroot
-DISTVERSION=	a2025-11-26
-PORTREVISION=	1
+DISTVERSION=	a2026-04-30
 CATEGORIES=	devel
 MASTER_SITES=	${_SYSROOT_DIST:@f@https://download.freebsd.org/$f?dummy=/:${FLAVOR}@} \
 		LOCAL/rust:${FLAVOR}
@@ -42,15 +41,16 @@ SUB_LIST=	FREEBSD_SYSROOT="${_SYSROOT}" \
 PLIST=		${.CURDIR}/pkg-plist.${FLAVOR}
 PLIST_SUB=	ROOT=${_SYSROOT:S,^${PREFIX}/,,}
 
+_GCC_VERSION=				${_SYSROOT_DIST_powerpc:[2]:C/-.*//}
 _SYSROOT=				${PREFIX}/${PORTNAME}/${FLAVOR:S/_/-/g}
-_SYSROOT_VER=				13.5-RELEASE
+_SYSROOT_VER=				14.3-RELEASE
 _SYSROOT_DIST=				${_SYSROOT_DIST_${FLAVOR}}
 _SYSROOT_DIST_aarch64=			releases/arm64/${_SYSROOT_VER}/base.txz
 _SYSROOT_DIST_armv7=			releases/arm/${FLAVOR}/ISO-IMAGES/${_SYSROOT_VER:S/-/ /:[1]}/FreeBSD-${_SYSROOT_VER}-arm-armv7-GENERICSD.img.xz
 _SYSROOT_DIST_amd64=			releases/amd64/${_SYSROOT_VER}/base.txz
 _SYSROOT_DIST_i386=			releases/i386/${_SYSROOT_VER}/base.txz
 _SYSROOT_DIST_powerpc=			releases/powerpc/powerpc/${_SYSROOT_VER}/base.txz \
-					gcc13-13.3.0_3.pkg
+					gcc14-14.2.0_4.pkg
 _SYSROOT_DIST_powerpc64=		releases/powerpc/powerpc64/${_SYSROOT_VER}/base.txz
 _SYSROOT_DIST_powerpc64le=		releases/powerpc/powerpc64le/${_SYSROOT_VER}/base.txz
 _SYSROOT_DIST_powerpcspe=		releases/powerpc/powerpcspe/${_SYSROOT_VER}/base.txz
@@ -67,10 +67,10 @@ _SYSROOT_EXCLUDE_armv7=			usr/lib/debug/*
 _SYSROOT_ARCH_amd64=			x86_64
 _SYSROOT_ARCH_i386=			i686
 _SYSROOT_LLVM_TRIPLE=			${_SYSROOT_LLVM_TRIPLE_${FLAVOR}:U${_SYSROOT_ARCH_${FLAVOR}:U${FLAVOR}}-unknown-${OPSYS:tl}}
-_SYSROOT_LLVM_TRIPLE_aarch64=		aarch64-unknown-freebsd13.5
-_SYSROOT_LLVM_TRIPLE_armv7=		armv7-unknown-freebsd13.5-gnueabihf
-_SYSROOT_LLVM_TRIPLE_powerpc=		powerpc-unknown-freebsd13.5 # secure-plt
-_SYSROOT_LLVM_TRIPLE_powerpc64=		powerpc64-unknown-freebsd13.5 # elfv2
+_SYSROOT_LLVM_TRIPLE_aarch64=		aarch64-unknown-freebsd{_SYSROOT_VER:C/-RELEASE//}
+_SYSROOT_LLVM_TRIPLE_armv7=		armv7-unknown-freebsd{_SYSROOT_VER:C/-RELEASE//}-gnueabihf
+_SYSROOT_LLVM_TRIPLE_powerpc=		powerpc-unknown-freebsd{_SYSROOT_VER:C/-RELEASE//} # secure-plt
+_SYSROOT_LLVM_TRIPLE_powerpc64=		powerpc64-unknown-freebsd{_SYSROOT_VER:C/-RELEASE//} # elfv2
 
 .if make(distclean) || make(makesum)
 MASTER_SITES:=	${FLAVORS:O:@_flavor@${:!${SETENV} FLAVOR=${_flavor} ${MAKE} -VMASTER_SITES!}@}
@@ -116,14 +116,14 @@ post-extract:
 .if ${FLAVOR} == powerpc
 	cd ${EXTRACT_WRKDIR} && \
 		${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/rust/bootstrap/${FLAVOR}/${_SYSROOT_VER}/${_SYSROOT_DIST_${FLAVOR}:[2]} \
-		-C${STAGEDIR}${_SYSROOT} /usr/local/lib/gcc13
+		-C${STAGEDIR}${_SYSROOT} /usr/local/lib/${_GCC_VERSION}
 .endif
 	@${FIND} ${STAGEDIR}${_SYSROOT} -type d -empty -delete
 	@${MV} ${STAGEDIR}${_SYSROOT}/COPYRIGHT ${WRKDIR}
 
 do-install:
 .if ${FLAVOR} == powerpc
-	@${RLN} ${STAGEDIR}${_SYSROOT}/usr/local/lib/gcc13/libatomic.so \
+	@${RLN} ${STAGEDIR}${_SYSROOT}/usr/local/lib/${_GCC_VERSION}/libatomic.so \
 		${STAGEDIR}${_SYSROOT}/usr/lib/libatomic.so
 .endif
 	@${MKDIR} ${STAGEDIR}${_SYSROOT}/bin
diff --git a/devel/freebsd-sysroot/distinfo b/devel/freebsd-sysroot/distinfo
index 03a25e7cad1c..83154bfd0584 100644
--- a/devel/freebsd-sysroot/distinfo
+++ b/devel/freebsd-sysroot/distinfo
@@ -1,21 +1,21 @@
-TIMESTAMP = 1764105011
-SHA256 (rust/bootstrap/aarch64/13.5-RELEASE/base.txz) = 5accbba73bcaedd43b2628ad8c2997b6bee02503854098e08c83890559bd2bdf
-SIZE (rust/bootstrap/aarch64/13.5-RELEASE/base.txz) = 207088152
-SHA256 (rust/bootstrap/amd64/13.5-RELEASE/base.txz) = 5307c7699365834c9dd66216b774197af34c62b68fa9f526651c7081d8e1c5a5
-SIZE (rust/bootstrap/amd64/13.5-RELEASE/base.txz) = 222511592
-SHA256 (rust/bootstrap/armv7/13.5-RELEASE/FreeBSD-13.5-RELEASE-arm-armv7-GENERICSD.img.xz) = fad7689e283232b4fd74456e4bd5c148738ec4d1db9b21e36e3649b623236200
-SIZE (rust/bootstrap/armv7/13.5-RELEASE/FreeBSD-13.5-RELEASE-arm-armv7-GENERICSD.img.xz) = 459808808
-SHA256 (rust/bootstrap/i386/13.5-RELEASE/base.txz) = a9ba8b48662e148e60e97a3b530d877feb51681c7da7e237efc2611116cf76d6
-SIZE (rust/bootstrap/i386/13.5-RELEASE/base.txz) = 210296612
-SHA256 (rust/bootstrap/powerpc/13.5-RELEASE/base.txz) = dfeb19b115e3a7163c91c22b7f0992c60873fcc6d06560e655c1748f9b5fd54c
-SIZE (rust/bootstrap/powerpc/13.5-RELEASE/base.txz) = 196934372
-SHA256 (rust/bootstrap/powerpc/13.5-RELEASE/gcc13-13.3.0_3.pkg) = 20e59cce517d0efa5b98242acd3e2600908585ddecfe6c23b9633222dcd4f2a9
-SIZE (rust/bootstrap/powerpc/13.5-RELEASE/gcc13-13.3.0_3.pkg) = 56729900
-SHA256 (rust/bootstrap/powerpc64/13.5-RELEASE/base.txz) = f1d20010c160ed902d4d1780865f3863f270c8d16fd69c6aeb70a97e94cafe3b
-SIZE (rust/bootstrap/powerpc64/13.5-RELEASE/base.txz) = 210710840
-SHA256 (rust/bootstrap/powerpc64le/13.5-RELEASE/base.txz) = 8f952ae15f349e09bd453a78bdcd0f9670f4e73e546962c24911265098d0c016
-SIZE (rust/bootstrap/powerpc64le/13.5-RELEASE/base.txz) = 217912936
-SHA256 (rust/bootstrap/powerpcspe/13.5-RELEASE/base.txz) = b42be95ea670540f619a36644b98a3fe9b20b40d8145ba931fb86404e257d9fd
-SIZE (rust/bootstrap/powerpcspe/13.5-RELEASE/base.txz) = 199377652
-SHA256 (rust/bootstrap/riscv64/13.5-RELEASE/base.txz) = 9eaa0a62205197a28b3773e5c403b3ff0cfb9e21987181e698391d5ce326d19d
-SIZE (rust/bootstrap/riscv64/13.5-RELEASE/base.txz) = 193772600
+TIMESTAMP = 1777554405
+SHA256 (rust/bootstrap/aarch64/14.3-RELEASE/base.txz) = f83e824cb7a20dbadb2888a8bd253e6a1ac35024cc6dc8af9f3e229f75ec7129
+SIZE (rust/bootstrap/aarch64/14.3-RELEASE/base.txz) = 195203228
+SHA256 (rust/bootstrap/amd64/14.3-RELEASE/base.txz) = e38b5cf756d60086a6c2f736eff19cc7685f7e2313e31d14342fc8df57200a92
+SIZE (rust/bootstrap/amd64/14.3-RELEASE/base.txz) = 210362720
+SHA256 (rust/bootstrap/armv7/14.3-RELEASE/FreeBSD-14.3-RELEASE-arm-armv7-GENERICSD.img.xz) = b3627a92f8f8cc4b4eb0caaafe809fe0a2139a41cbaa8bee2a3c451ad81c4048
+SIZE (rust/bootstrap/armv7/14.3-RELEASE/FreeBSD-14.3-RELEASE-arm-armv7-GENERICSD.img.xz) = 513118040
+SHA256 (rust/bootstrap/i386/14.3-RELEASE/base.txz) = 7b7994fb8e574a4a157b75c47025377c7a7cba3e79d7381c088f98058f5688e5
+SIZE (rust/bootstrap/i386/14.3-RELEASE/base.txz) = 200563560
+SHA256 (rust/bootstrap/powerpc/14.3-RELEASE/base.txz) = d72485a8e71d60ee980981be24688ffa938cbc62f215346845d3eac0a1c1ad3b
+SIZE (rust/bootstrap/powerpc/14.3-RELEASE/base.txz) = 171156532
+SHA256 (rust/bootstrap/powerpc/14.3-RELEASE/gcc14-14.2.0_4.pkg) = e1f91b53a2f284fc94163df2e5578c4e5db219945cb74bb5fbed85e2fb749fbc
+SIZE (rust/bootstrap/powerpc/14.3-RELEASE/gcc14-14.2.0_4.pkg) = 85264041
+SHA256 (rust/bootstrap/powerpc64/14.3-RELEASE/base.txz) = 6db046d63576cdf2290904b5fff12c67d5c329dc1c279262273fdb4afc8ed2e1
+SIZE (rust/bootstrap/powerpc64/14.3-RELEASE/base.txz) = 184374968
+SHA256 (rust/bootstrap/powerpc64le/14.3-RELEASE/base.txz) = 650a49783456ebaf6ef6fcd7b2d0b85e2ad86ce037550faa40f1dc12d39a8908
+SIZE (rust/bootstrap/powerpc64le/14.3-RELEASE/base.txz) = 204098468
+SHA256 (rust/bootstrap/powerpcspe/14.3-RELEASE/base.txz) = ffc3b558b32ea61fb4a1e70771de483a8274bb9b46444b7387edb5b5e5e844c8
+SIZE (rust/bootstrap/powerpcspe/14.3-RELEASE/base.txz) = 174702200
+SHA256 (rust/bootstrap/riscv64/14.3-RELEASE/base.txz) = c19ffa60243ed45e0db5690a5faac1da23f1f0af189e5a6a5dabff2d9db73833
+SIZE (rust/bootstrap/riscv64/14.3-RELEASE/base.txz) = 170317584
diff --git a/devel/freebsd-sysroot/pkg-plist.aarch64 b/devel/freebsd-sysroot/pkg-plist.aarch64
index bcac76deb9f7..b4849f470d32 100644
--- a/devel/freebsd-sysroot/pkg-plist.aarch64
+++ b/devel/freebsd-sysroot/pkg-plist.aarch64
@@ -6,11 +6,20 @@
 %%ROOT%%/lib/libbe.so.1
 %%ROOT%%/lib/libbegemot.so.4
 %%ROOT%%/lib/libbsdxml.so.4
+%%ROOT%%/lib/libc++.so.1
 %%ROOT%%/lib/libc.so.7
 %%ROOT%%/lib/libcam.so.7
+%%ROOT%%/lib/libcap_dns.so.2
+%%ROOT%%/lib/libcap_fileargs.so.1
+%%ROOT%%/lib/libcap_grp.so.1
+%%ROOT%%/lib/libcap_net.so.1
+%%ROOT%%/lib/libcap_netdb.so.1
+%%ROOT%%/lib/libcap_pwd.so.1
+%%ROOT%%/lib/libcap_sysctl.so.2
+%%ROOT%%/lib/libcap_syslog.so.1
 %%ROOT%%/lib/libcasper.so.1
 %%ROOT%%/lib/libcrypt.so.5
-%%ROOT%%/lib/libcrypto.so.111
+%%ROOT%%/lib/libcrypto.so.30
 %%ROOT%%/lib/libctf.so.2
 %%ROOT%%/lib/libcxxrt.so.1
 %%ROOT%%/lib/libdevstat.so.7
@@ -32,17 +41,19 @@
 %%ROOT%%/lib/libmlx5.so.1
 %%ROOT%%/lib/libmt.so.5
 %%ROOT%%/lib/libncursesw.so.9
-%%ROOT%%/lib/libnv.so.0
+%%ROOT%%/lib/libnv.so.1
 %%ROOT%%/lib/libnvpair.so.2
 %%ROOT%%/lib/libopencsd.so.0
 %%ROOT%%/lib/libpcap.so.8
 %%ROOT%%/lib/libpjdlog.so.0
 %%ROOT%%/lib/librss.so.1
+%%ROOT%%/lib/librt.so.1
 %%ROOT%%/lib/libsbuf.so.6
 %%ROOT%%/lib/libspl.so.2
 %%ROOT%%/lib/libssp.so.0
 %%ROOT%%/lib/libstats.so.0
 %%ROOT%%/lib/libthr.so.3
+%%ROOT%%/lib/libtinfow.so.9
 %%ROOT%%/lib/libtpool.so.2
 %%ROOT%%/lib/libufs.so.7
 %%ROOT%%/lib/libulog.so.0
@@ -68,6 +79,49 @@
 %%ROOT%%/usr/include/ar.h
 %%ROOT%%/usr/include/archive.h
 %%ROOT%%/usr/include/archive_entry.h
+%%ROOT%%/usr/include/arm/_align.h
+%%ROOT%%/usr/include/arm/_inttypes.h
+%%ROOT%%/usr/include/arm/_limits.h
+%%ROOT%%/usr/include/arm/_stdint.h
+%%ROOT%%/usr/include/arm/_types.h
+%%ROOT%%/usr/include/arm/acle-compat.h
+%%ROOT%%/usr/include/arm/armreg.h
+%%ROOT%%/usr/include/arm/asm.h
+%%ROOT%%/usr/include/arm/atomic.h
+%%ROOT%%/usr/include/arm/bus.h
+%%ROOT%%/usr/include/arm/counter.h
+%%ROOT%%/usr/include/arm/cpu.h
+%%ROOT%%/usr/include/arm/cpufunc.h
+%%ROOT%%/usr/include/arm/cpuinfo.h
+%%ROOT%%/usr/include/arm/efi.h
+%%ROOT%%/usr/include/arm/elf.h
+%%ROOT%%/usr/include/arm/exec.h
+%%ROOT%%/usr/include/arm/fenv.h
+%%ROOT%%/usr/include/arm/float.h
+%%ROOT%%/usr/include/arm/frame.h
+%%ROOT%%/usr/include/arm/ieeefp.h
+%%ROOT%%/usr/include/arm/param.h
+%%ROOT%%/usr/include/arm/pcb.h
+%%ROOT%%/usr/include/arm/pcpu.h
+%%ROOT%%/usr/include/arm/pcpu_aux.h
+%%ROOT%%/usr/include/arm/pmap.h
+%%ROOT%%/usr/include/arm/proc.h
+%%ROOT%%/usr/include/arm/profile.h
+%%ROOT%%/usr/include/arm/pte.h
+%%ROOT%%/usr/include/arm/reg.h
+%%ROOT%%/usr/include/arm/reloc.h
+%%ROOT%%/usr/include/arm/resource.h
+%%ROOT%%/usr/include/arm/runq.h
+%%ROOT%%/usr/include/arm/setjmp.h
+%%ROOT%%/usr/include/arm/sf_buf.h
+%%ROOT%%/usr/include/arm/signal.h
+%%ROOT%%/usr/include/arm/sysarch.h
+%%ROOT%%/usr/include/arm/sysreg.h
+%%ROOT%%/usr/include/arm/tls.h
+%%ROOT%%/usr/include/arm/ucontext.h
+%%ROOT%%/usr/include/arm/vdso.h
+%%ROOT%%/usr/include/arm/vfp.h
+%%ROOT%%/usr/include/arm/vmparam.h
 %%ROOT%%/usr/include/arpa/ftp.h
 %%ROOT%%/usr/include/arpa/inet.h
 %%ROOT%%/usr/include/arpa/nameser.h
@@ -1169,6 +1223,7 @@
 %%ROOT%%/usr/include/casper/cap_fileargs.h
 %%ROOT%%/usr/include/casper/cap_grp.h
 %%ROOT%%/usr/include/casper/cap_net.h
+%%ROOT%%/usr/include/casper/cap_netdb.h
 %%ROOT%%/usr/include/casper/cap_pwd.h
 %%ROOT%%/usr/include/casper/cap_sysctl.h
 %%ROOT%%/usr/include/casper/cap_syslog.h
@@ -1189,8 +1244,6 @@
 %%ROOT%%/usr/include/dev/acpica/acpi_hpet.h
 %%ROOT%%/usr/include/dev/acpica/acpiio.h
 %%ROOT%%/usr/include/dev/agp/agpreg.h
-%%ROOT%%/usr/include/dev/an/if_aironet_ieee.h
-%%ROOT%%/usr/include/dev/an/if_anreg.h
 %%ROOT%%/usr/include/dev/ciss/cissio.h
 %%ROOT%%/usr/include/dev/ciss/cissreg.h
 %%ROOT%%/usr/include/dev/ciss/cissvar.h
@@ -1216,19 +1269,20 @@
 %%ROOT%%/usr/include/dev/hwpmc/hwpmc_amd.h
 %%ROOT%%/usr/include/dev/hwpmc/hwpmc_arm64.h
 %%ROOT%%/usr/include/dev/hwpmc/hwpmc_armv7.h
-%%ROOT%%/usr/include/dev/hwpmc/hwpmc_beri.h
+%%ROOT%%/usr/include/dev/hwpmc/hwpmc_cmn600.h
 %%ROOT%%/usr/include/dev/hwpmc/hwpmc_core.h
+%%ROOT%%/usr/include/dev/hwpmc/hwpmc_dmc620.h
 %%ROOT%%/usr/include/dev/hwpmc/hwpmc_powerpc.h
 %%ROOT%%/usr/include/dev/hwpmc/hwpmc_riscv.h
 %%ROOT%%/usr/include/dev/hwpmc/hwpmc_soft.h
 %%ROOT%%/usr/include/dev/hwpmc/hwpmc_tsc.h
 %%ROOT%%/usr/include/dev/hwpmc/hwpmc_uncore.h
 %%ROOT%%/usr/include/dev/hwpmc/pmc_events.h
+%%ROOT%%/usr/include/dev/hwpmc/pmu_dmc620_reg.h
 %%ROOT%%/usr/include/dev/hyperv/hv_snapshot.h
 %%ROOT%%/usr/include/dev/hyperv/hyperv.h
 %%ROOT%%/usr/include/dev/ic/cd1400.h
 %%ROOT%%/usr/include/dev/ic/cd180.h
-%%ROOT%%/usr/include/dev/ic/esp.h
 %%ROOT%%/usr/include/dev/ic/i8237.h
 %%ROOT%%/usr/include/dev/ic/i8253reg.h
 %%ROOT%%/usr/include/dev/ic/i82586.h
@@ -1238,12 +1292,9 @@
 %%ROOT%%/usr/include/dev/ic/quicc.h
 %%ROOT%%/usr/include/dev/ic/via6522reg.h
 %%ROOT%%/usr/include/dev/ic/z8530.h
-%%ROOT%%/usr/include/dev/iicbus/ds1307reg.h
-%%ROOT%%/usr/include/dev/iicbus/ds3231reg.h
 %%ROOT%%/usr/include/dev/iicbus/iic.h
 %%ROOT%%/usr/include/dev/iicbus/iic_recover_bus.h
 %%ROOT%%/usr/include/dev/iicbus/iicbus.h
-%%ROOT%%/usr/include/dev/iicbus/iicoc.h
 %%ROOT%%/usr/include/dev/iicbus/iiconf.h
 %%ROOT%%/usr/include/dev/io/iodev.h
 %%ROOT%%/usr/include/dev/mfi/mfi_ioctl.h
@@ -1273,7 +1324,6 @@
 %%ROOT%%/usr/include/dev/mpt/mpilib/mpi_tool.h
 %%ROOT%%/usr/include/dev/mpt/mpilib/mpi_type.h
 %%ROOT%%/usr/include/dev/nvme/nvme.h
-%%ROOT%%/usr/include/dev/nvme/nvme_private.h
 %%ROOT%%/usr/include/dev/ofw/ofw_bus.h
 %%ROOT%%/usr/include/dev/ofw/ofw_bus_subr.h
 %%ROOT%%/usr/include/dev/ofw/ofw_cpu.h
@@ -1335,12 +1385,7 @@
 %%ROOT%%/usr/include/dev/usb/usbhid.h
 %%ROOT%%/usr/include/dev/veriexec/veriexec_ioctl.h
 %%ROOT%%/usr/include/dev/vkbd/vkbd_var.h
-%%ROOT%%/usr/include/dev/wg/compat.h
-%%ROOT%%/usr/include/dev/wg/crypto.h
 %%ROOT%%/usr/include/dev/wg/if_wg.h
-%%ROOT%%/usr/include/dev/wg/version.h
-%%ROOT%%/usr/include/dev/wg/wg_cookie.h
-%%ROOT%%/usr/include/dev/wg/wg_noise.h
 %%ROOT%%/usr/include/devctl.h
 %%ROOT%%/usr/include/devdctl/consumer.h
 %%ROOT%%/usr/include/devdctl/event.h
@@ -1445,6 +1490,7 @@
 %%ROOT%%/usr/include/geom/raid3/g_raid3.h
 %%ROOT%%/usr/include/geom/shsec/g_shsec.h
 %%ROOT%%/usr/include/geom/stripe/g_stripe.h
+%%ROOT%%/usr/include/geom/union/g_union.h
 %%ROOT%%/usr/include/geom/virstor/binstream.h
 %%ROOT%%/usr/include/geom/virstor/g_virstor.h
 %%ROOT%%/usr/include/geom/virstor/g_virstor_md.h
@@ -1665,6 +1711,7 @@
 %%ROOT%%/usr/include/libmilter/mfapi.h
 %%ROOT%%/usr/include/libmilter/mfdef.h
 %%ROOT%%/usr/include/libnetmap.h
+%%ROOT%%/usr/include/libnvpair.h
 %%ROOT%%/usr/include/libproc.h
 %%ROOT%%/usr/include/libprocstat.h
 %%ROOT%%/usr/include/librss.h
@@ -1705,17 +1752,21 @@
 %%ROOT%%/usr/include/machine/_limits.h
 %%ROOT%%/usr/include/machine/_stdint.h
 %%ROOT%%/usr/include/machine/_types.h
+%%ROOT%%/usr/include/machine/acle-compat.h
 %%ROOT%%/usr/include/machine/acpica_machdep.h
 %%ROOT%%/usr/include/machine/armreg.h
+%%ROOT%%/usr/include/machine/asan.h
 %%ROOT%%/usr/include/machine/asm.h
 %%ROOT%%/usr/include/machine/atomic.h
 %%ROOT%%/usr/include/machine/bus.h
 %%ROOT%%/usr/include/machine/bus_dma.h
 %%ROOT%%/usr/include/machine/bus_dma_impl.h
 %%ROOT%%/usr/include/machine/clock.h
+%%ROOT%%/usr/include/machine/cmn600_reg.h
 %%ROOT%%/usr/include/machine/counter.h
 %%ROOT%%/usr/include/machine/cpu.h
 %%ROOT%%/usr/include/machine/cpufunc.h
+%%ROOT%%/usr/include/machine/cpuinfo.h
 %%ROOT%%/usr/include/machine/csan.h
 %%ROOT%%/usr/include/machine/db_machdep.h
 %%ROOT%%/usr/include/machine/debug_monitor.h
@@ -1769,6 +1820,7 @@
 %%ROOT%%/usr/include/machine/stack.h
 %%ROOT%%/usr/include/machine/stdarg.h
 %%ROOT%%/usr/include/machine/sysarch.h
+%%ROOT%%/usr/include/machine/sysreg.h
 %%ROOT%%/usr/include/machine/tls.h
 %%ROOT%%/usr/include/machine/trap.h
 %%ROOT%%/usr/include/machine/ucontext.h
@@ -1786,6 +1838,7 @@
 %%ROOT%%/usr/include/memory.h
 %%ROOT%%/usr/include/memstat.h
 %%ROOT%%/usr/include/menu.h
+%%ROOT%%/usr/include/mixer.h
 %%ROOT%%/usr/include/monetary.h
 %%ROOT%%/usr/include/mp.h
 %%ROOT%%/usr/include/mpool.h
@@ -1835,9 +1888,12 @@
 %%ROOT%%/usr/include/net/if_llc.h
 %%ROOT%%/usr/include/net/if_media.h
 %%ROOT%%/usr/include/net/if_mib.h
+%%ROOT%%/usr/include/net/if_ovpn.h
 %%ROOT%%/usr/include/net/if_pflog.h
 %%ROOT%%/usr/include/net/if_pfsync.h
-%%ROOT%%/usr/include/net/if_sppp.h
+%%ROOT%%/usr/include/net/if_private.h
+%%ROOT%%/usr/include/net/if_stf.h
+%%ROOT%%/usr/include/net/if_strings.h
 %%ROOT%%/usr/include/net/if_tap.h
 %%ROOT%%/usr/include/net/if_tun.h
 %%ROOT%%/usr/include/net/if_types.h
@@ -1845,7 +1901,6 @@
 %%ROOT%%/usr/include/net/if_vlan_var.h
 %%ROOT%%/usr/include/net/if_vxlan.h
 %%ROOT%%/usr/include/net/iflib.h
-%%ROOT%%/usr/include/net/iflib_private.h
 %%ROOT%%/usr/include/net/ifq.h
 %%ROOT%%/usr/include/net/infiniband.h
 %%ROOT%%/usr/include/net/mp_ring.h
@@ -1862,7 +1917,6 @@
 %%ROOT%%/usr/include/net/pfvar.h
 %%ROOT%%/usr/include/net/ppp_defs.h
 %%ROOT%%/usr/include/net/radix.h
-%%ROOT%%/usr/include/net/raw_cb.h
 %%ROOT%%/usr/include/net/rndis.h
 %%ROOT%%/usr/include/net/route.h
 %%ROOT%%/usr/include/net/route/fib_algo.h
@@ -1915,18 +1969,12 @@
 %%ROOT%%/usr/include/netconfig.h
 %%ROOT%%/usr/include/netdb.h
 %%ROOT%%/usr/include/netgraph.h
-%%ROOT%%/usr/include/netgraph/atm/ng_ccatm.h
-%%ROOT%%/usr/include/netgraph/atm/ng_sscfu.h
-%%ROOT%%/usr/include/netgraph/atm/ng_sscop.h
-%%ROOT%%/usr/include/netgraph/atm/ng_uni.h
-%%ROOT%%/usr/include/netgraph/atm/ngatmbase.h
 %%ROOT%%/usr/include/netgraph/bluetooth/include/ng_bluetooth.h
 %%ROOT%%/usr/include/netgraph/bluetooth/include/ng_btsocket.h
 %%ROOT%%/usr/include/netgraph/bluetooth/include/ng_btsocket_hci_raw.h
 %%ROOT%%/usr/include/netgraph/bluetooth/include/ng_btsocket_l2cap.h
 %%ROOT%%/usr/include/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
 %%ROOT%%/usr/include/netgraph/bluetooth/include/ng_btsocket_sco.h
-%%ROOT%%/usr/include/netgraph/bluetooth/include/ng_h4.h
 %%ROOT%%/usr/include/netgraph/bluetooth/include/ng_hci.h
 %%ROOT%%/usr/include/netgraph/bluetooth/include/ng_l2cap.h
 %%ROOT%%/usr/include/netgraph/bluetooth/include/ng_ubt.h
@@ -1936,7 +1984,6 @@
 %%ROOT%%/usr/include/netgraph/netgraph.h
 %%ROOT%%/usr/include/netgraph/ng_UI.h
 %%ROOT%%/usr/include/netgraph/ng_async.h
-%%ROOT%%/usr/include/netgraph/ng_atmllc.h
 %%ROOT%%/usr/include/netgraph/ng_bpf.h
 %%ROOT%%/usr/include/netgraph/ng_bridge.h
 %%ROOT%%/usr/include/netgraph/ng_car.h
@@ -1978,7 +2025,6 @@
 %%ROOT%%/usr/include/netgraph/ng_socketvar.h
 %%ROOT%%/usr/include/netgraph/ng_source.h
 %%ROOT%%/usr/include/netgraph/ng_split.h
-%%ROOT%%/usr/include/netgraph/ng_sppp.h
 %%ROOT%%/usr/include/netgraph/ng_tag.h
 %%ROOT%%/usr/include/netgraph/ng_tcpmss.h
 %%ROOT%%/usr/include/netgraph/ng_tee.h
@@ -2001,6 +2047,7 @@
 %%ROOT%%/usr/include/netinet/in_fib.h
 %%ROOT%%/usr/include/netinet/in_kdtrace.h
 %%ROOT%%/usr/include/netinet/in_pcb.h
+%%ROOT%%/usr/include/netinet/in_pcb_var.h
 %%ROOT%%/usr/include/netinet/in_rss.h
 %%ROOT%%/usr/include/netinet/in_systm.h
 %%ROOT%%/usr/include/netinet/in_var.h
@@ -2008,6 +2055,7 @@
 %%ROOT%%/usr/include/netinet/ip6.h
 %%ROOT%%/usr/include/netinet/ip_auth.h
 %%ROOT%%/usr/include/netinet/ip_carp.h
+%%ROOT%%/usr/include/netinet/ip_carp_nl.h
 %%ROOT%%/usr/include/netinet/ip_compat.h
 %%ROOT%%/usr/include/netinet/ip_divert.h
 %%ROOT%%/usr/include/netinet/ip_dstlist.h
@@ -2060,10 +2108,9 @@
 %%ROOT%%/usr/include/netinet/sctputil.h
 %%ROOT%%/usr/include/netinet/tcp.h
 %%ROOT%%/usr/include/netinet/tcp_accounting.h
-%%ROOT%%/usr/include/netinet/tcp_debug.h
+%%ROOT%%/usr/include/netinet/tcp_ecn.h
 %%ROOT%%/usr/include/netinet/tcp_fastopen.h
 %%ROOT%%/usr/include/netinet/tcp_fsm.h
-%%ROOT%%/usr/include/netinet/tcp_hostcache.h
 %%ROOT%%/usr/include/netinet/tcp_hpts.h
 %%ROOT%%/usr/include/netinet/tcp_log_buf.h
 %%ROOT%%/usr/include/netinet/tcp_lro.h
@@ -2073,6 +2120,7 @@
 %%ROOT%%/usr/include/netinet/tcp_seq.h
 %%ROOT%%/usr/include/netinet/tcp_stacks/rack_bbr_common.h
 %%ROOT%%/usr/include/netinet/tcp_stacks/sack_filter.h
+%%ROOT%%/usr/include/netinet/tcp_stacks/tailq_hash.h
 %%ROOT%%/usr/include/netinet/tcp_stacks/tcp_bbr.h
 %%ROOT%%/usr/include/netinet/tcp_stacks/tcp_rack.h
 %%ROOT%%/usr/include/netinet/tcp_syncache.h
@@ -2094,7 +2142,6 @@
 %%ROOT%%/usr/include/netinet6/ip6_ecn.h
 %%ROOT%%/usr/include/netinet6/ip6_mroute.h
 %%ROOT%%/usr/include/netinet6/ip6_var.h
-%%ROOT%%/usr/include/netinet6/ip6protosw.h
 %%ROOT%%/usr/include/netinet6/ip_fw_nat64.h
 %%ROOT%%/usr/include/netinet6/ip_fw_nptv6.h
 %%ROOT%%/usr/include/netinet6/mld6.h
@@ -2123,7 +2170,9 @@
 %%ROOT%%/usr/include/netipsec/keydb.h
 %%ROOT%%/usr/include/netipsec/keysock.h
 %%ROOT%%/usr/include/netipsec/xform.h
+%%ROOT%%/usr/include/netlink/ktest_netlink_message_writer.h
 %%ROOT%%/usr/include/netlink/netlink.h
+%%ROOT%%/usr/include/netlink/netlink_bitset.h
 %%ROOT%%/usr/include/netlink/netlink_ctl.h
 %%ROOT%%/usr/include/netlink/netlink_debug.h
 %%ROOT%%/usr/include/netlink/netlink_generic.h
@@ -2136,6 +2185,7 @@
 %%ROOT%%/usr/include/netlink/netlink_snl_route.h
 %%ROOT%%/usr/include/netlink/netlink_snl_route_compat.h
 %%ROOT%%/usr/include/netlink/netlink_snl_route_parsers.h
+%%ROOT%%/usr/include/netlink/netlink_sysevent.h
 %%ROOT%%/usr/include/netlink/netlink_var.h
 %%ROOT%%/usr/include/netlink/route/common.h
 %%ROOT%%/usr/include/netlink/route/ifaddrs.h
@@ -2144,25 +2194,6 @@
 %%ROOT%%/usr/include/netlink/route/nexthop.h
 %%ROOT%%/usr/include/netlink/route/route.h
 %%ROOT%%/usr/include/netlink/route/route_var.h
-%%ROOT%%/usr/include/netnatm/addr.h
-%%ROOT%%/usr/include/netnatm/api/atmapi.h
-%%ROOT%%/usr/include/netnatm/api/ccatm.h
-%%ROOT%%/usr/include/netnatm/api/unisap.h
-%%ROOT%%/usr/include/netnatm/msg/uni_config.h
-%%ROOT%%/usr/include/netnatm/msg/uni_hdr.h
-%%ROOT%%/usr/include/netnatm/msg/uni_ie.h
-%%ROOT%%/usr/include/netnatm/msg/uni_msg.h
-%%ROOT%%/usr/include/netnatm/msg/unimsglib.h
-%%ROOT%%/usr/include/netnatm/msg/uniprint.h
-%%ROOT%%/usr/include/netnatm/msg/unistruct.h
-%%ROOT%%/usr/include/netnatm/saal/sscfu.h
-%%ROOT%%/usr/include/netnatm/saal/sscfudef.h
-%%ROOT%%/usr/include/netnatm/saal/sscop.h
-%%ROOT%%/usr/include/netnatm/saal/sscopdef.h
-%%ROOT%%/usr/include/netnatm/sig/uni.h
-%%ROOT%%/usr/include/netnatm/sig/unidef.h
-%%ROOT%%/usr/include/netnatm/sig/unisig.h
-%%ROOT%%/usr/include/netnatm/unimsg.h
 %%ROOT%%/usr/include/netpfil/pf/pf.h
 %%ROOT%%/usr/include/netpfil/pf/pf_altq.h
 %%ROOT%%/usr/include/netpfil/pf/pf_mtag.h
@@ -2175,7 +2206,6 @@
 %%ROOT%%/usr/include/netsmb/smb_tran.h
 %%ROOT%%/usr/include/netsmb/smb_trantcp.h
 %%ROOT%%/usr/include/nfs/krpc.h
-%%ROOT%%/usr/include/nfs/nfs_common.h
 %%ROOT%%/usr/include/nfs/nfs_kdtrace.h
 %%ROOT%%/usr/include/nfs/nfs_lock.h
 %%ROOT%%/usr/include/nfs/nfs_mountcommon.h
@@ -2185,15 +2215,10 @@
 %%ROOT%%/usr/include/nfs/xdr_subs.h
 %%ROOT%%/usr/include/nfsclient/nfs.h
 %%ROOT%%/usr/include/nfsclient/nfsargs.h
-%%ROOT%%/usr/include/nfsclient/nfsm_subs.h
 %%ROOT%%/usr/include/nfsclient/nfsmount.h
 %%ROOT%%/usr/include/nfsclient/nfsnode.h
 %%ROOT%%/usr/include/nfsclient/nfsstats.h
-%%ROOT%%/usr/include/nfsclient/nlminfo.h
 %%ROOT%%/usr/include/nfsserver/nfs.h
-%%ROOT%%/usr/include/nfsserver/nfs_fha_old.h
-%%ROOT%%/usr/include/nfsserver/nfsm_subs.h
-%%ROOT%%/usr/include/nfsserver/nfsrvcache.h
 %%ROOT%%/usr/include/nfsserver/nfsrvstats.h
 %%ROOT%%/usr/include/nl_types.h
 %%ROOT%%/usr/include/nlist.h
@@ -2207,6 +2232,10 @@
 %%ROOT%%/usr/include/opencsd/c_api/ocsd_c_api_custom.h
 %%ROOT%%/usr/include/opencsd/c_api/ocsd_c_api_types.h
 %%ROOT%%/usr/include/opencsd/c_api/opencsd_c_api.h
+%%ROOT%%/usr/include/opencsd/ete/ete_decoder.h
+%%ROOT%%/usr/include/opencsd/ete/trc_cmp_cfg_ete.h
+%%ROOT%%/usr/include/opencsd/ete/trc_dcd_mngr_ete.h
+%%ROOT%%/usr/include/opencsd/ete/trc_pkt_types_ete.h
 %%ROOT%%/usr/include/opencsd/etmv3/etmv3_decoder.h
 %%ROOT%%/usr/include/opencsd/etmv3/trc_cmp_cfg_etmv3.h
 %%ROOT%%/usr/include/opencsd/etmv3/trc_dcd_mngr_etmv3.h
@@ -2258,6 +2287,9 @@
 %%ROOT%%/usr/include/openssl/camellia.h
 %%ROOT%%/usr/include/openssl/cast.h
 %%ROOT%%/usr/include/openssl/cmac.h
+%%ROOT%%/usr/include/openssl/cmp.h
+%%ROOT%%/usr/include/openssl/cmp_util.h
+%%ROOT%%/usr/include/openssl/cmperr.h
 %%ROOT%%/usr/include/openssl/cms.h
 %%ROOT%%/usr/include/openssl/cmserr.h
 %%ROOT%%/usr/include/openssl/comp.h
@@ -2265,10 +2297,21 @@
 %%ROOT%%/usr/include/openssl/conf.h
 %%ROOT%%/usr/include/openssl/conf_api.h
 %%ROOT%%/usr/include/openssl/conferr.h
+%%ROOT%%/usr/include/openssl/configuration.h
+%%ROOT%%/usr/include/openssl/conftypes.h
+%%ROOT%%/usr/include/openssl/core.h
+%%ROOT%%/usr/include/openssl/core_dispatch.h
+%%ROOT%%/usr/include/openssl/core_names.h
+%%ROOT%%/usr/include/openssl/core_object.h
+%%ROOT%%/usr/include/openssl/crmf.h
+%%ROOT%%/usr/include/openssl/crmferr.h
 %%ROOT%%/usr/include/openssl/crypto.h
 %%ROOT%%/usr/include/openssl/cryptoerr.h
+%%ROOT%%/usr/include/openssl/cryptoerr_legacy.h
 %%ROOT%%/usr/include/openssl/ct.h
 %%ROOT%%/usr/include/openssl/cterr.h
+%%ROOT%%/usr/include/openssl/decoder.h
+%%ROOT%%/usr/include/openssl/decodererr.h
 %%ROOT%%/usr/include/openssl/des.h
 %%ROOT%%/usr/include/openssl/dh.h
 %%ROOT%%/usr/include/openssl/dherr.h
@@ -2281,16 +2324,25 @@
 %%ROOT%%/usr/include/openssl/ecdh.h
 %%ROOT%%/usr/include/openssl/ecdsa.h
 %%ROOT%%/usr/include/openssl/ecerr.h
+%%ROOT%%/usr/include/openssl/encoder.h
+%%ROOT%%/usr/include/openssl/encodererr.h
 %%ROOT%%/usr/include/openssl/engine.h
 %%ROOT%%/usr/include/openssl/engineerr.h
 %%ROOT%%/usr/include/openssl/err.h
+%%ROOT%%/usr/include/openssl/ess.h
+%%ROOT%%/usr/include/openssl/esserr.h
 %%ROOT%%/usr/include/openssl/evp.h
 %%ROOT%%/usr/include/openssl/evperr.h
+%%ROOT%%/usr/include/openssl/fips_names.h
+%%ROOT%%/usr/include/openssl/fipskey.h
 %%ROOT%%/usr/include/openssl/hmac.h
+%%ROOT%%/usr/include/openssl/http.h
+%%ROOT%%/usr/include/openssl/httperr.h
 %%ROOT%%/usr/include/openssl/idea.h
 %%ROOT%%/usr/include/openssl/kdf.h
 %%ROOT%%/usr/include/openssl/kdferr.h
 %%ROOT%%/usr/include/openssl/lhash.h
+%%ROOT%%/usr/include/openssl/macros.h
 %%ROOT%%/usr/include/openssl/md2.h
 %%ROOT%%/usr/include/openssl/md4.h
 %%ROOT%%/usr/include/openssl/md5.h
@@ -2304,6 +2356,8 @@
 %%ROOT%%/usr/include/openssl/opensslconf.h
 %%ROOT%%/usr/include/openssl/opensslv.h
 %%ROOT%%/usr/include/openssl/ossl_typ.h
+%%ROOT%%/usr/include/openssl/param_build.h
+%%ROOT%%/usr/include/openssl/params.h
 %%ROOT%%/usr/include/openssl/pem.h
 %%ROOT%%/usr/include/openssl/pem2.h
 %%ROOT%%/usr/include/openssl/pemerr.h
@@ -2311,8 +2365,10 @@
 %%ROOT%%/usr/include/openssl/pkcs12err.h
 %%ROOT%%/usr/include/openssl/pkcs7.h
 %%ROOT%%/usr/include/openssl/pkcs7err.h
+%%ROOT%%/usr/include/openssl/prov_ssl.h
+%%ROOT%%/usr/include/openssl/proverr.h
+%%ROOT%%/usr/include/openssl/provider.h
 %%ROOT%%/usr/include/openssl/rand.h
-%%ROOT%%/usr/include/openssl/rand_drbg.h
 %%ROOT%%/usr/include/openssl/randerr.h
 %%ROOT%%/usr/include/openssl/rc2.h
 %%ROOT%%/usr/include/openssl/rc4.h
@@ -2322,6 +2378,7 @@
 %%ROOT%%/usr/include/openssl/rsaerr.h
 %%ROOT%%/usr/include/openssl/safestack.h
 %%ROOT%%/usr/include/openssl/seed.h
+%%ROOT%%/usr/include/openssl/self_test.h
 %%ROOT%%/usr/include/openssl/sha.h
 %%ROOT%%/usr/include/openssl/srp.h
 %%ROOT%%/usr/include/openssl/srtp.h
@@ -2329,14 +2386,17 @@
 %%ROOT%%/usr/include/openssl/ssl2.h
 %%ROOT%%/usr/include/openssl/ssl3.h
 %%ROOT%%/usr/include/openssl/sslerr.h
+%%ROOT%%/usr/include/openssl/sslerr_legacy.h
 %%ROOT%%/usr/include/openssl/stack.h
 %%ROOT%%/usr/include/openssl/store.h
 %%ROOT%%/usr/include/openssl/storeerr.h
 %%ROOT%%/usr/include/openssl/symhacks.h
 %%ROOT%%/usr/include/openssl/tls1.h
+%%ROOT%%/usr/include/openssl/trace.h
 %%ROOT%%/usr/include/openssl/ts.h
 %%ROOT%%/usr/include/openssl/tserr.h
 %%ROOT%%/usr/include/openssl/txt_db.h
+%%ROOT%%/usr/include/openssl/types.h
 %%ROOT%%/usr/include/openssl/ui.h
 %%ROOT%%/usr/include/openssl/uierr.h
 %%ROOT%%/usr/include/openssl/whrlpool.h
@@ -2345,7 +2405,6 @@
 %%ROOT%%/usr/include/openssl/x509err.h
 %%ROOT%%/usr/include/openssl/x509v3.h
 %%ROOT%%/usr/include/openssl/x509v3err.h
-%%ROOT%%/usr/include/opie.h
 %%ROOT%%/usr/include/osreldate.h
 %%ROOT%%/usr/include/panel.h
 %%ROOT%%/usr/include/parse_bytes.h
@@ -2496,6 +2555,7 @@
 %%ROOT%%/usr/include/rtld_db.h
 %%ROOT%%/usr/include/runetype.h
 %%ROOT%%/usr/include/sched.h
+%%ROOT%%/usr/include/scsi_wrap.h
 %%ROOT%%/usr/include/sdp.h
 %%ROOT%%/usr/include/search.h
 %%ROOT%%/usr/include/security/audit/audit.h
@@ -2536,6 +2596,7 @@
 %%ROOT%%/usr/include/stdarg.h
 %%ROOT%%/usr/include/stdatomic.h
 %%ROOT%%/usr/include/stdbool.h
+%%ROOT%%/usr/include/stdckdint.h
 %%ROOT%%/usr/include/stddef.h
 %%ROOT%%/usr/include/stdint.h
 %%ROOT%%/usr/include/stdio.h
@@ -2564,12 +2625,14 @@
 %%ROOT%%/usr/include/sys/_null.h
 %%ROOT%%/usr/include/sys/_pctrie.h
 %%ROOT%%/usr/include/sys/_pthreadtypes.h
+%%ROOT%%/usr/include/sys/_pv_entry.h
 %%ROOT%%/usr/include/sys/_rangeset.h
 %%ROOT%%/usr/include/sys/_rmlock.h
 %%ROOT%%/usr/include/sys/_rwlock.h
 %%ROOT%%/usr/include/sys/_semaphore.h
 %%ROOT%%/usr/include/sys/_seqc.h
 %%ROOT%%/usr/include/sys/_sigset.h
+%%ROOT%%/usr/include/sys/_sigval.h
 %%ROOT%%/usr/include/sys/_smr.h
 %%ROOT%%/usr/include/sys/_sockaddr_storage.h
 %%ROOT%%/usr/include/sys/_stack.h
@@ -2604,11 +2667,13 @@
 %%ROOT%%/usr/include/sys/auxv.h
 %%ROOT%%/usr/include/sys/backlight.h
 %%ROOT%%/usr/include/sys/bio.h
+%%ROOT%%/usr/include/sys/bitcount.h
 %%ROOT%%/usr/include/sys/bitset.h
 %%ROOT%%/usr/include/sys/bitstring.h
 %%ROOT%%/usr/include/sys/blist.h
 %%ROOT%%/usr/include/sys/blockcount.h
 %%ROOT%%/usr/include/sys/boot.h
+%%ROOT%%/usr/include/sys/boottrace.h
 %%ROOT%%/usr/include/sys/buf.h
 %%ROOT%%/usr/include/sys/buf_ring.h
 %%ROOT%%/usr/include/sys/bufobj.h
@@ -2639,6 +2704,7 @@
 %%ROOT%%/usr/include/sys/cpu.h
 %%ROOT%%/usr/include/sys/cpuctl.h
 %%ROOT%%/usr/include/sys/cpuset.h
+%%ROOT%%/usr/include/sys/crc16.h
 %%ROOT%%/usr/include/sys/csan.h
 %%ROOT%%/usr/include/sys/ctf.h
 %%ROOT%%/usr/include/sys/ctf_api.h
@@ -2758,6 +2824,7 @@
 %%ROOT%%/usr/include/sys/mouse.h
 %%ROOT%%/usr/include/sys/mpt_ioctl.h
 %%ROOT%%/usr/include/sys/mqueue.h
+%%ROOT%%/usr/include/sys/msan.h
 %%ROOT%%/usr/include/sys/msg.h
 %%ROOT%%/usr/include/sys/msgbuf.h
 %%ROOT%%/usr/include/sys/mtio.h
@@ -2765,6 +2832,7 @@
 %%ROOT%%/usr/include/sys/namei.h
 %%ROOT%%/usr/include/sys/nlist_aout.h
 %%ROOT%%/usr/include/sys/nv.h
+%%ROOT%%/usr/include/sys/nv_namespace.h
 %%ROOT%%/usr/include/sys/nvpair.h
 %%ROOT%%/usr/include/sys/osd.h
 %%ROOT%%/usr/include/sys/param.h
@@ -2792,6 +2860,7 @@
 %%ROOT%%/usr/include/sys/ptrace.h
 %%ROOT%%/usr/include/sys/qmath.h
 %%ROOT%%/usr/include/sys/queue.h
+%%ROOT%%/usr/include/sys/queue_mergesort.h
 %%ROOT%%/usr/include/sys/racct.h
 %%ROOT%%/usr/include/sys/random.h
 %%ROOT%%/usr/include/sys/rangelock.h
@@ -2828,6 +2897,7 @@
 %%ROOT%%/usr/include/sys/smp.h
 %%ROOT%%/usr/include/sys/smr.h
 %%ROOT%%/usr/include/sys/smr_types.h
+%%ROOT%%/usr/include/sys/sndstat.h
 %%ROOT%%/usr/include/sys/snoop.h
 %%ROOT%%/usr/include/sys/sockbuf.h
 %%ROOT%%/usr/include/sys/socket.h
@@ -2837,6 +2907,7 @@
 %%ROOT%%/usr/include/sys/soundcard.h
 %%ROOT%%/usr/include/sys/specialfd.h
 %%ROOT%%/usr/include/sys/spigenio.h
+%%ROOT%%/usr/include/sys/splash.h
 %%ROOT%%/usr/include/sys/stack.h
 %%ROOT%%/usr/include/sys/stat.h
 %%ROOT%%/usr/include/sys/stats.h
@@ -2864,6 +2935,7 @@
 %%ROOT%%/usr/include/sys/timeet.h
 %%ROOT%%/usr/include/sys/timeffc.h
 %%ROOT%%/usr/include/sys/timepps.h
+%%ROOT%%/usr/include/sys/timerfd.h
 %%ROOT%%/usr/include/sys/timers.h
 %%ROOT%%/usr/include/sys/times.h
 %%ROOT%%/usr/include/sys/timespec.h
@@ -3277,6 +3349,7 @@
 %%ROOT%%/usr/lib/dtrace/ipfw.d
 %%ROOT%%/usr/lib/dtrace/mbuf.d
 %%ROOT%%/usr/lib/dtrace/psinfo.d
+%%ROOT%%/usr/lib/dtrace/regs_aarch64.d
 %%ROOT%%/usr/lib/dtrace/sctp.d
 %%ROOT%%/usr/lib/dtrace/siftr.d
 %%ROOT%%/usr/lib/dtrace/signal.d
@@ -3285,55 +3358,58 @@
 %%ROOT%%/usr/lib/dtrace/udp.d
 %%ROOT%%/usr/lib/dtrace/udplite.d
 %%ROOT%%/usr/lib/dtrace/unistd.d
-%%ROOT%%/usr/lib/engines/capi.so
+%%ROOT%%/usr/lib/engines-3/capi.so
+%%ROOT%%/usr/lib/engines-3/devcrypto.so
+%%ROOT%%/usr/lib/engines-3/loader_attic.so
+%%ROOT%%/usr/lib/flua/hash.so
 %%ROOT%%/usr/lib/flua/jail.so
 %%ROOT%%/usr/lib/gcrt1.o
 %%ROOT%%/usr/lib/i18n/libBIG5.so
-%%ROOT%%/usr/lib/i18n/libBIG5.so.4
+%%ROOT%%/usr/lib/i18n/libBIG5.so.5
 %%ROOT%%/usr/lib/i18n/libDECHanyu.so
-%%ROOT%%/usr/lib/i18n/libDECHanyu.so.4
+%%ROOT%%/usr/lib/i18n/libDECHanyu.so.5
 %%ROOT%%/usr/lib/i18n/libEUC.so
-%%ROOT%%/usr/lib/i18n/libEUC.so.4
+%%ROOT%%/usr/lib/i18n/libEUC.so.5
 %%ROOT%%/usr/lib/i18n/libEUCTW.so
-%%ROOT%%/usr/lib/i18n/libEUCTW.so.4
+%%ROOT%%/usr/lib/i18n/libEUCTW.so.5
 %%ROOT%%/usr/lib/i18n/libGBK2K.so
-%%ROOT%%/usr/lib/i18n/libGBK2K.so.4
+%%ROOT%%/usr/lib/i18n/libGBK2K.so.5
 %%ROOT%%/usr/lib/i18n/libHZ.so
-%%ROOT%%/usr/lib/i18n/libHZ.so.4
+%%ROOT%%/usr/lib/i18n/libHZ.so.5
 %%ROOT%%/usr/lib/i18n/libISO2022.so
-%%ROOT%%/usr/lib/i18n/libISO2022.so.4
+%%ROOT%%/usr/lib/i18n/libISO2022.so.5
 %%ROOT%%/usr/lib/i18n/libJOHAB.so
-%%ROOT%%/usr/lib/i18n/libJOHAB.so.4
+%%ROOT%%/usr/lib/i18n/libJOHAB.so.5
 %%ROOT%%/usr/lib/i18n/libMSKanji.so
-%%ROOT%%/usr/lib/i18n/libMSKanji.so.4
+%%ROOT%%/usr/lib/i18n/libMSKanji.so.5
 %%ROOT%%/usr/lib/i18n/libUES.so
-%%ROOT%%/usr/lib/i18n/libUES.so.4
+%%ROOT%%/usr/lib/i18n/libUES.so.5
 %%ROOT%%/usr/lib/i18n/libUTF1632.so
-%%ROOT%%/usr/lib/i18n/libUTF1632.so.4
+%%ROOT%%/usr/lib/i18n/libUTF1632.so.5
 %%ROOT%%/usr/lib/i18n/libUTF7.so
-%%ROOT%%/usr/lib/i18n/libUTF7.so.4
+%%ROOT%%/usr/lib/i18n/libUTF7.so.5
 %%ROOT%%/usr/lib/i18n/libUTF8.so
-%%ROOT%%/usr/lib/i18n/libUTF8.so.4
+%%ROOT%%/usr/lib/i18n/libUTF8.so.5
 %%ROOT%%/usr/lib/i18n/libVIQR.so
-%%ROOT%%/usr/lib/i18n/libVIQR.so.4
+%%ROOT%%/usr/lib/i18n/libVIQR.so.5
 %%ROOT%%/usr/lib/i18n/libZW.so
-%%ROOT%%/usr/lib/i18n/libZW.so.4
+%%ROOT%%/usr/lib/i18n/libZW.so.5
 %%ROOT%%/usr/lib/i18n/libiconv_none.so
-%%ROOT%%/usr/lib/i18n/libiconv_none.so.4
+%%ROOT%%/usr/lib/i18n/libiconv_none.so.5
 %%ROOT%%/usr/lib/i18n/libiconv_std.so
-%%ROOT%%/usr/lib/i18n/libiconv_std.so.4
+%%ROOT%%/usr/lib/i18n/libiconv_std.so.5
 %%ROOT%%/usr/lib/i18n/libmapper_646.so
-%%ROOT%%/usr/lib/i18n/libmapper_646.so.4
+%%ROOT%%/usr/lib/i18n/libmapper_646.so.5
 %%ROOT%%/usr/lib/i18n/libmapper_none.so
-%%ROOT%%/usr/lib/i18n/libmapper_none.so.4
+%%ROOT%%/usr/lib/i18n/libmapper_none.so.5
 %%ROOT%%/usr/lib/i18n/libmapper_parallel.so
-%%ROOT%%/usr/lib/i18n/libmapper_parallel.so.4
+%%ROOT%%/usr/lib/i18n/libmapper_parallel.so.5
 %%ROOT%%/usr/lib/i18n/libmapper_serial.so
-%%ROOT%%/usr/lib/i18n/libmapper_serial.so.4
+%%ROOT%%/usr/lib/i18n/libmapper_serial.so.5
 %%ROOT%%/usr/lib/i18n/libmapper_std.so
-%%ROOT%%/usr/lib/i18n/libmapper_std.so.4
+%%ROOT%%/usr/lib/i18n/libmapper_std.so.5
 %%ROOT%%/usr/lib/i18n/libmapper_zone.so
-%%ROOT%%/usr/lib/i18n/libmapper_zone.so.4
+%%ROOT%%/usr/lib/i18n/libmapper_zone.so.5
 %%ROOT%%/usr/lib/include
 %%ROOT%%/usr/lib/lib80211.a
 %%ROOT%%/usr/lib/lib80211.so
@@ -3376,7 +3452,6 @@
 %%ROOT%%/usr/lib/libbz2.so.4
 %%ROOT%%/usr/lib/libc++.a
 %%ROOT%%/usr/lib/libc++.so
-%%ROOT%%/usr/lib/libc++.so.1
 %%ROOT%%/usr/lib/libc++experimental.a
 %%ROOT%%/usr/lib/libc.a
 %%ROOT%%/usr/lib/libc.so
@@ -3391,6 +3466,7 @@
 %%ROOT%%/usr/lib/libcap_fileargs.so
 %%ROOT%%/usr/lib/libcap_grp.so
 %%ROOT%%/usr/lib/libcap_net.so
+%%ROOT%%/usr/lib/libcap_netdb.so
 %%ROOT%%/usr/lib/libcap_pwd.so
 %%ROOT%%/usr/lib/libcap_sysctl.so
 %%ROOT%%/usr/lib/libcap_syslog.so
@@ -3428,13 +3504,13 @@
 %%ROOT%%/usr/lib/libdevstat.so
 %%ROOT%%/usr/lib/libdialog.a
 %%ROOT%%/usr/lib/libdialog.so
-%%ROOT%%/usr/lib/libdialog.so.9
+%%ROOT%%/usr/lib/libdialog.so.10
 %%ROOT%%/usr/lib/libdl.a
 %%ROOT%%/usr/lib/libdl.so
 %%ROOT%%/usr/lib/libdl.so.1
 %%ROOT%%/usr/lib/libdpv.a
 %%ROOT%%/usr/lib/libdpv.so
-%%ROOT%%/usr/lib/libdpv.so.2
+%%ROOT%%/usr/lib/libdpv.so.3
 %%ROOT%%/usr/lib/libdtrace.a
 %%ROOT%%/usr/lib/libdtrace.so
 %%ROOT%%/usr/lib/libdwarf.a
@@ -3561,6 +3637,9 @@
 %%ROOT%%/usr/lib/libmilter.a
 %%ROOT%%/usr/lib/libmilter.so
 %%ROOT%%/usr/lib/libmilter.so.6
+%%ROOT%%/usr/lib/libmixer.a
+%%ROOT%%/usr/lib/libmixer.so
+%%ROOT%%/usr/lib/libmixer.so.5
 %%ROOT%%/usr/lib/libmlx4.a
 %%ROOT%%/usr/lib/libmlx4.so
 %%ROOT%%/usr/lib/libmlx4.so.1
@@ -3575,15 +3654,13 @@
 %%ROOT%%/usr/lib/libncurses.so
 %%ROOT%%/usr/lib/libncursesw.a
 %%ROOT%%/usr/lib/libncursesw.so
+%%ROOT%%/usr/lib/libncursesw_real.a
 %%ROOT%%/usr/lib/libnetgraph.a
 %%ROOT%%/usr/lib/libnetgraph.so
 %%ROOT%%/usr/lib/libnetgraph.so.4
 %%ROOT%%/usr/lib/libnetmap.a
 %%ROOT%%/usr/lib/libnetmap.so
 %%ROOT%%/usr/lib/libnetmap.so.5
-%%ROOT%%/usr/lib/libngatm.a
-%%ROOT%%/usr/lib/libngatm.so
-%%ROOT%%/usr/lib/libngatm.so.4
 %%ROOT%%/usr/lib/libnss_tacplus.a
 %%ROOT%%/usr/lib/libnv.a
 %%ROOT%%/usr/lib/libnv.so
@@ -3595,9 +3672,6 @@
 %%ROOT%%/usr/lib/libopensm.a
 %%ROOT%%/usr/lib/libopensm.so
 %%ROOT%%/usr/lib/libopensm.so.5
-%%ROOT%%/usr/lib/libopie.a
-%%ROOT%%/usr/lib/libopie.so
-%%ROOT%%/usr/lib/libopie.so.8
 %%ROOT%%/usr/lib/libosmcomp.a
 %%ROOT%%/usr/lib/libosmcomp.so
 %%ROOT%%/usr/lib/libosmcomp.so.3
@@ -3652,7 +3726,6 @@
 %%ROOT%%/usr/lib/librss.so
 %%ROOT%%/usr/lib/librt.a
 %%ROOT%%/usr/lib/librt.so
-%%ROOT%%/usr/lib/librt.so.1
 %%ROOT%%/usr/lib/librtld_db.a
 %%ROOT%%/usr/lib/librtld_db.so
 %%ROOT%%/usr/lib/librtld_db.so.2
@@ -3668,7 +3741,7 @@
 %%ROOT%%/usr/lib/libspl.so
 %%ROOT%%/usr/lib/libssl.a
 %%ROOT%%/usr/lib/libssl.so
-%%ROOT%%/usr/lib/libssl.so.111
+%%ROOT%%/usr/lib/libssl.so.30
 %%ROOT%%/usr/lib/libssp.so
 %%ROOT%%/usr/lib/libssp_nonshared.a
 %%ROOT%%/usr/lib/libstats.a
@@ -3754,6 +3827,9 @@
 %%ROOT%%/usr/lib/libzutil.so
 %%ROOT%%/usr/lib/nss_tacplus.so
 %%ROOT%%/usr/lib/nss_tacplus.so.1
+%%ROOT%%/usr/lib/ossl-modules/legacy.so
+%%ROOT%%/usr/libdata/pkgconfig/form.pc
+%%ROOT%%/usr/libdata/pkgconfig/formw.pc
 %%ROOT%%/usr/libdata/pkgconfig/libcrypto.pc
 %%ROOT%%/usr/libdata/pkgconfig/liblzma.pc
 %%ROOT%%/usr/libdata/pkgconfig/libmagic.pc
@@ -3761,5 +3837,13 @@
 %%ROOT%%/usr/libdata/pkgconfig/libusb-0.1.pc
 %%ROOT%%/usr/libdata/pkgconfig/libusb-1.0.pc
 %%ROOT%%/usr/libdata/pkgconfig/libusb-2.0.pc
+%%ROOT%%/usr/libdata/pkgconfig/menu.pc
+%%ROOT%%/usr/libdata/pkgconfig/menuw.pc
+%%ROOT%%/usr/libdata/pkgconfig/ncurses.pc
+%%ROOT%%/usr/libdata/pkgconfig/ncursesw.pc
 %%ROOT%%/usr/libdata/pkgconfig/openssl.pc
+%%ROOT%%/usr/libdata/pkgconfig/panel.pc
+%%ROOT%%/usr/libdata/pkgconfig/panelw.pc
+%%ROOT%%/usr/libdata/pkgconfig/tinfo.pc
+%%ROOT%%/usr/libdata/pkgconfig/tinfow.pc
 %%ROOT%%/usr/libdata/pkgconfig/zlib.pc
diff --git a/devel/freebsd-sysroot/pkg-plist.amd64 b/devel/freebsd-sysroot/pkg-plist.amd64
index 595b85ca6b38..0361bcf68277 100644
--- a/devel/freebsd-sysroot/pkg-plist.amd64
+++ b/devel/freebsd-sysroot/pkg-plist.amd64
@@ -6,11 +6,20 @@
 %%ROOT%%/lib/libbe.so.1
 %%ROOT%%/lib/libbegemot.so.4
 %%ROOT%%/lib/libbsdxml.so.4
+%%ROOT%%/lib/libc++.so.1
 %%ROOT%%/lib/libc.so.7
 %%ROOT%%/lib/libcam.so.7
+%%ROOT%%/lib/libcap_dns.so.2
+%%ROOT%%/lib/libcap_fileargs.so.1
+%%ROOT%%/lib/libcap_grp.so.1
+%%ROOT%%/lib/libcap_net.so.1
+%%ROOT%%/lib/libcap_netdb.so.1
+%%ROOT%%/lib/libcap_pwd.so.1
+%%ROOT%%/lib/libcap_sysctl.so.2
+%%ROOT%%/lib/libcap_syslog.so.1
*** 9124 LINES SKIPPED ***


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f9b37b.1e076.1084563a>