On Sat, Jun 17, 2006 at 11:15:59AM +0200, Marc Espie wrote: > On Thu, Jun 15, 2006 at 10:47:40PM +0100, poncenby wrote: > > p.s. this question comes from the need to know the exact packages to > > download and burn to CD in order to get a reasonably usable desktop > > system running gnome, when said system has no connection to the interweb > > Just use pkg_add ! > > pkg_add -n will download whatever packages you need without installing > them, and if you set PKG_CACHE, then stuff will be kept there. > > Note that this CAN be done on a non-OpenBSD system, since pkg_add is perl.
Could you elaborate on this, since that was my first thought how to do it, but it didn't work (and doesn't), do I need a special -F flag? setenv PKG_PATH $OBSD_FTP/snapshots/packages/i386/ setenv PKG_CACHE $HOME Results in: /usr/sbin/pkg_add should be run as root parsing kdebase-3.5.3 Can't install kdebase-3.5.3 because of conflicts (kdebase-3.5.1p4) /usr/sbin/pkg_add: kdebase-3.5.3:Fatal error This is on an amd64 3_9_STABLE machine. Regards, ahb