--- wikisrc/pkgsrc/how_to_upgrade_packages.mdwn 2019/05/10 09:02:04 1.4 +++ wikisrc/pkgsrc/how_to_upgrade_packages.mdwn 2019/09/02 20:48:37 1.5 @@ -194,15 +194,15 @@ See [this BSDFreak Article](http://bsdfr ## bulk build framework -Use the scripts in pkgsrc/mk/bulk/, e.g. as pointed out in [http://www.netbsd.org/Documentation/pkgsrc/binary.html#bulkbuild](http://www.netbsd.org/Documentation/pkgsrc/binary.html#bulkbuild). +Use the scripts in pkgsrc/mk/bulk/, e.g. as pointed out in . -To go easy on the existing pkgsrc installation, creating a sandbox (automated chroot environment) is highly recommended here: [http://www.netbsd.org/Documentation/pkgsrc/binary.html#setting-up-a-sandbox](http://www.netbsd.org/Documentation/pkgsrc/binary.html#setting-up-a-sandbox). +To go easy on the existing pkgsrc installation, creating a sandbox (automated chroot environment) is highly recommended here: . You can later mount the pkgsrc/packages/ via NFS wherever you want and install them like: set PKG_PATH /mnt/packages/All && pkg_add -Or upload them on a www-site and pkg_add [http://www.site/packages/All/](http://www.site/packages/All/) +Or upload them on a www-site and pkg_add ## wip/distbb - distributed bulk builds