Hi, * David Demelier wrote: > Hello, > > While searching for sqlite3 I've realized that pkg_info -Q sqlite3 > finds some php packages but not everything available in the remote > repository: > > # cat /etc/installurl > https://ftp.fr.openbsd.org/pub/OpenBSD/ > # pkg_info -Q sqlite3 > debug-php-sqlite3-7.4.32p0 > debug-php-sqlite3-7.4.33 > debug-php-sqlite3-8.0.24p0 > debug-php-sqlite3-8.0.25 > debug-php-sqlite3-8.0.26 > debug-php-sqlite3-8.0.27 > debug-php-sqlite3-8.1.11p0 > debug-php-sqlite3-8.1.12 > debug-php-sqlite3-8.1.13 > debug-php-sqlite3-8.1.14 > php-sqlite3-7.4.32p0 > php-sqlite3-7.4.33 > php-sqlite3-8.0.24p0 > php-sqlite3-8.0.25 > php-sqlite3-8.0.26 > php-sqlite3-8.0.27 > php-sqlite3-8.1.11p0 > php-sqlite3-8.1.12 > php-sqlite3-8.1.13 > php-sqlite3-8.1.14
What you see above are the sqlite3 packages from the 7.2 packages-stable/ directory. When you do the same on a -current you get much more results and presumably what you expected. $ pkg_info -Q sqlite3 | wc -l 20 I assume pkg_info looks only in the stable directory and not in both to builds a set between updated and not updates packages... Cheers Matthias