Hi, NetBSD 7.2 was released a few weeks ago. Are there any plans to bulk build pkgsrc for this version? I tried to use ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/i386/7.1_2018Q2/All/ , this generally works, but there are a number of newer shared libraries in 7.2 which block the installation of many packages, e.g.:
---- n72# pkgin install -f curl calculating dependencies...done. /usr/lib/libwind.so.0, needed by curl-7.61.1 is not present in this system. /usr/lib/libroken.so.19, needed by curl-7.61.1 is not present in this system. /usr/lib/libkrb5.so.26, needed by curl-7.61.1 is not present in this system. /usr/lib/libhx509.so.5, needed by curl-7.61.1 is not present in this system. /usr/lib/libheimntlm.so.4, needed by curl-7.61.1 is not present in this system. /usr/lib/libheimbase.so.1, needed by curl-7.61.1 is not present in this system. /usr/lib/libgssapi.so.10, needed by curl-7.61.1 is not present in this system. /usr/lib/libcom_err.so.7, needed by curl-7.61.1 is not present in this system. /usr/lib/libasn1.so.9, needed by curl-7.61.1 is not present in this system. ---- Chavdar (I normally use only -current and obviously build my own packages, but wanted to have a few virtual machines with the current released versions for reference). -- ----