diff --git a/website/content/en/status/report-2026-01-2026-03/pkgbasify.adoc b/website/content/en/status/report-2026-01-2026-03/pkgbasify.adoc new file mode 100644 index 0000000000..359d16a496 --- /dev/null +++ b/website/content/en/status/report-2026-01-2026-03/pkgbasify.adoc @@ -0,0 +1,13 @@ +=== More robust pkgbase conversion + +Links: + +link:https://github.com/FreeBSDFoundation/pkgbasify[pkgbasify] URL: link:https://github.com/FreeBSDFoundation/pkgbasify[] + + +Contact: Isaac Freund + +The link:https://github.com/FreeBSDFoundation/pkgbasify[pkgbasify] script is used to convert non-pkgbase FreeBSD systems to pkgbase systems. + +In the last quarter, I landed link:https://github.com/freebsd/pkg/pull/2627[several improvements] in upstream pkg, allowing pkgbasify to become both simpler and more robust. +At the same time, the dependency of pkgbasify on the etcupdate database in `/var/db/etcupdate/current` can be now be eliminated, making pkgbasify much more flexible. + +These improvements will be available to end users after the pkg 2.7 release.