Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2002 14:49:16 -0600 (CST)
From:      Kevin Day <toasty@dragondata.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34802: [MAINTAINER PATCH] Update ports/editors/joe for -CURRENT
Message-ID:  <200202102049.g1AKnFH19398@current.kevinday.com>

next in thread | raw e-mail | index | archive | help

>Number:         34802
>Category:       ports
>Synopsis:       [MAINTAINER PATCH] Update ports/editors/joe for -CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 10 13:00:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Day
>Release:        FreeBSD 5.0-20020202-CURRENT i386
>Organization:
Dragondata
>Environment:
System: FreeBSD current.kevinday.com 5.0-20020202-CURRENT FreeBSD 5.0-20020202-CURRENT #0: Sat Feb 2 12:11:36 GMT 2002 root@usw2.freebsd.org:/usr/src/sys/i386/compile/GENERIC i386


>Description:

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.

>How-To-Repeat:
>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

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202102049.g1AKnFH19398>