Bug 34802 - [MAINTAINER PATCH] Update ports/editors/joe for -CURRENT
Summary: [MAINTAINER PATCH] Update ports/editors/joe for -CURRENT
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-10 21:00 UTC by toasty
Modified: 2002-02-17 21:39 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!