CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/05/26 21:42:59
Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Subst.pm Log message: Mop up more remnants of non-shared archs handling As espie points out, the need for a $def vs $frag split was removed in PkgCreate.pm r1.120 in 2016, now it's just an unnecessary dance that gets in the way of upcoming work in fragment handling, so clean that up. from espie