I often use portverion -L'='|tee /dev/tty|wc -l to count how many ports need to be updated. When a stale lock is left behind, portversion emits a Stale lock message to stdout, but should be sending it to stderr. Fix: Use stderr instead of stdout as the destination for the Stale lock message. How-To-Repeat: Issue the command mentioned while portupgrade is running.
Responsible Changed From-To: freebsd-ports-bugs->sem Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: sem->ruby sem@ has turned over maintainership of portupgrade to the ruby mailing list.
stas 2009-10-26 14:00:59 UTC FreeBSD projects repository Modified files: pkgtools/lib pkgdbtools.rb Log: - Emit database locking errors messages to stderr instead of spamming stdout with them. PR: ports/136722 Reported by: Steven Friedrich <StevenFriedrich@InsightBB.com> Revision Changes Path 1.9 +3 -3 projects/pkgtools/lib/pkgdbtools.rb _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fixed, thanks!