Hi Doug,

First let me thank you for portmaster. It's a wonderful tool for managing ports.

Today I updated to version 2.17. I usually update my ports from the system console. With the new version I get beeps and messages beginning with "0;".

I made the following change to a local copy of the script to get around the problem. It works for me, but you probably have a more general solution.

term_printf () {
    case $TERM in
    cons25) ;;
    *) printf "\033]0;${0##*/}: ${PM_PARENT_PORT}${1}\007" ;;
    esac
}

Thanks again!

Rick Seay
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to