preliminary work: have the compiled_stemlist be case independent.
authorespie <espie@openbsd.org>
Wed, 24 Nov 2021 16:51:08 +0000 (16:51 +0000)
committerespie <espie@openbsd.org>
Wed, 24 Nov 2021 16:51:08 +0000 (16:51 +0000)
commit699c12df0f59748ef858b7cc86543481d49757c4
tree2e82528c2b86d93ab2bcdf300cc8e63b211861ce
parentaef00ae0fc918d53eb999acb7b04c6c4bd958887
preliminary work: have the compiled_stemlist be case independent.
This has not useful repercussions so far, as the actual package name
comparison is done with case dependent regexps, but this will allow
searching for "user specs" as case independent in the future,
allowing stuff like
pkg_add graphicsmagick
to work.
usr.sbin/pkg_add/OpenBSD/PackageName.pm