Building Ports: Is there a "make" equivalent for --batch ?

Polytropon freebsd at edvax.de
Sun Oct 7 21:40:47 UTC 2012


On Sun, 07 Oct 2012 14:09:44 -0700, Ronald F. Guilmette wrote:
> Nowadays, whenever I use portinstall/portupgrade, I use the --batch
> option, so that I don't have to sit around at the console, waiting
> for and then accepting the default build options for a boatload of
> depended-upon ports for whatever I am actually trying to install or
> upgrade.

A workaround (and not directly the answer to your question) is
to process the config dialogs before starting the build:

	# make config-recursive

Once set, the options won't be requested on a second run.
According to "man 7 ports", there's a BATCH setting, but
it is descibed as:

	If defined, only operate on a port if it can be
	installed 100% automatically.

If the default settings are okay for you, simply "entering through"
the dialogs should work fine.

I don't see any other significant reference in the manpage,
so using portinstall --batch (or portmaster's equivalent if
you're using that tool) should be the best solution.



> The problem is that these days, portupgrade itself is, apparently,
> dependent upon a whole slew of other ports. 

Usually portmaster is considered an alternative, and instructions
on how to use it to solve port changes are provided when an entry
to /usr/ports/UPDATING is added.





-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...


More information about the freebsd-questions mailing list