Avoid questions from portupgrade?
Kai Grossjohann
kai at emptydomain.de
Thu Jan 29 02:58:06 PST 2004
Matthew Seaman <m.seaman at infracaninophile.co.uk> writes:
> Only by experience, or by reading through the port's Makefile. You
> can switch off the interactive configuration by setting 'BATCH=yes' in
> make's argument list. Most of the ports that use interactive
> configuration will in any case turn off the interactive stuff if you
> give them any WITH_FOO or WITHOUT_BAR options.
So, doing it manually would mean the following?
cd /usr/ports/print/ghostscript-gnu
make BATCH=yes WITH_FOO=1 WITHOUT_BAR=1
And then, I following the instructions in /usr/local/etc/pkgtools.conf
to put "BATCH=yes WITH_FOO=1 WITHOUT_BAR=1" in it in the right syntax
for the right ports.
That seems to be easy enough. Cool. Hm.
Maybe portsversion can give me a list of installed ports, and I just
look at their Makefiles. Then I know what to put in the MAKE_ARGS
hash.
Kai
More information about the freebsd-questions
mailing list