summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/SharedLibs.pm
AgeCommit message (Collapse)Author
2005-08-16make sure libs get registered if we take a shortcut and don't reinstallMarc Espie
the package, or if we call add_bogus_libs directly.
2005-08-12avoid warning messageMarc Espie
2004-12-28add a boguslibs forced option, that rescans packages for librariesMarc Espie
not marked with @lib. This allows pkg_add -current to deal with 3.6 packages fully.
2004-12-21if we can't get this packing-list, this is not dramaticMarc Espie
2004-11-23allow for registration of libraries from an existing plist.Marc Espie
make sure lookup_libspec result is defined. allow for registering pkgpath instead of pkgname.
2004-11-22implement global repository for shared libraries.Marc Espie
2004-11-21move the system libraries registration code to SharedLibs.Marc Espie
2004-11-21pull the code that handles shared libraries (ldconfig for now) aside.Marc Espie