tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

USE_TOOLS and :pkgsrc



Hi,

Does USE_TOOLS+= <tool>:pkgsrc mean that 'tool' should be taken from pkgsrc rather than from the basesystem?

In my case on macOS, both `USE_TOOLS+= bash` and `USE_TOOLS+= bash:pkgsrc` replace shebang by `#!/bin/bash` in myscript where `REPLACE_BASH+= myscript`.

But the bash of macOS basesystem is outdated and I would use the one from pkgsrc to replace the interpreter of `myscript`.


Home | Main Index | Thread Index | Old Index