ports/editors/joe doesn't compile under -CURRENT due to namespace pollution from ucontext.h, colliding with "getcontext" that joe uses as a function name internally. It was suggested to use _POSIX_SOURCE, but joe uses some of the POSIX names in stats.h, breaking many other things. Fix: A patch to rename getcontext to joegetcontext (which seemed like the path of least resistance), and fix a compile warning is at: http://www.kevinday.com/joe/newpatch.tar
State Changed From-To: open->closed Committed, Thanks!