Bug 34802

Summary: [MAINTAINER PATCH] Update ports/editors/joe for -CURRENT
Product: Ports & Packages Reporter: toasty <toasty>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description toasty 2002-02-10 21:00:01 UTC
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
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-02-17 21:39:23 UTC
State Changed
From-To: open->closed

Committed, Thanks!