On Tue, January 17, 2017 8:46 pm, George wrote: > Hello. > Im new here. > I installed OpenBSD on my laptop. I used anoncvs to download the stable > sources for kernel, xenocara and ports. I rebuild my kernel,system and > xenocara and i tried to update various packages to stable. > I used > /usr/ports/infrastructure/bin/out-of-date > to get a list of out of date packages. I added that list to dpb with the > following command > /usr/ports/infrastructure/bin/dpb -f 20 -U -P PackageList2.txt > dpb fetches the source code and chooses the packages that can be > installed or build and then stops. It doesn't build anything or install > anything. > > I'm sure its something stupid that I cant understand. > What am i missing?
Need more information than this. What's dpb doing? Logs are in /usr/ports/logs. Are the permissions set correctly for the /usr/ports/* directories per the dpb man page? Are you sure you have -stable source? > > Thanks!!!!! > > PS. I also changed /etc/mk.conf by adding > > FETCH_PACKAGES=Yes > > it doesn't seems to work. It still downloads source code and then build > it. > FETCH_PACKAGES, I believe, only works with the PKG_PATH variable, not with /etc/pkg.conf. Maybe that's the problem?