Hi, guys!
I want to install only binary packages on my freebsd 9 with portmaster so i've used:
but the output was:
Now... I don't mind if a port is newer for a minor version to the binary... I prefer always binaries to compiling source code because it takes less time.
Is it possible to prevent portmaster aborting my installations if it find a newer version in the ports?
I want to install only binary packages on my freebsd 9 with portmaster so i've used:
# portmaster -PP -w shells/bash
but the output was:
Code:
===>>> The newest available package (bash-4.1.11)
is older than the version in ports (bash-4.2.37)
==>>> Try --packages-if-newer, or do not use -PP/--packages-only
==>>> Aborting update
Now... I don't mind if a port is newer for a minor version to the binary... I prefer always binaries to compiling source code because it takes less time.
Is it possible to prevent portmaster aborting my installations if it find a newer version in the ports?