Re-sending because it didn’t get posted to the PR. I can confirm that all asterisk packages now build. The only thing that seems to remain is to ensure that they all have runtime bash dependencies. asterisk16, asterisk19 and asterisk20 lack runtime dependencies on bash, although they install bash scripts at the folowing locations: libdata/asterisk/scripts/ast_coredumper libdata/asterisk/scripts/ast_logescalator libdata/asterisk/scripts/ast_loggrabber sbin/astversion Changing bash to bash:run in each of their pkgsrc Makefiles would correct this problem. |