Date: Sat, 27 Feb 2010 11:10:26 +0100 (CET) From: Michael Reifenberger <mike@reifenberger.com> To: FreeBSD-Ports <freebsd-ports@freebsd.org> Cc: dougb@dougbarton.us Subject: portmaster usage for a list of ports Message-ID: <alpine.BSF.2.00.1002271043320.9907@gw.reifenberger.com>
next in thread | raw e-mail | index | archive | help
Hi, for compiling a list of ports inside a emulated FreeBSD-current environment I would need to use portmaster as: cat ./myports.txt | xargs portmaster -r -R -G -g -d -m "WITHOUT_GSSAPI=YES" (myports.txt contains a list of to be installed/updated ports) Unfortunately this doesn't work (specifying -m "BATCH=yes" doesn't help too). When it comes to `make config` I can't input anything. Could you imagine any workaround / solution for this problem. What I'm trying to accomplish is the following: - Create an empty (ports wise) nanobsd image - run the image inside quemu (the emulated device is way faster than the original HW) - For a fixed list of ports create/update their packages (and the packages of all dependent ports) inside the quemu environment - Later on use the packages to install them during the nanobsd image build process. Thanks in advance for your input. Bye/2 --- Michael Reifenberger Michael@Reifenberger.com mr@freebsd.org http://www.Reifenberger.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1002271043320.9907>