Bug 69347

Summary: xemacs spews many "past acceptable memory limits" warning messages
Product: Ports & Packages Reporter: Andrew Heybey <ath>
Component: Individual Port(s)Assignee: Gary Jennejohn <gj>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Andrew Heybey 2004-07-20 17:30:26 UTC
The port patches src/mem-limits.h to declare the "lim_data" variable
as rlim_t (a 64-bit type), but src/emacs.c still defines it as an
integer.  This makes the memory limit checking think that there are
zero bytes available.

Fix: Put this diff in files/patch-emacs.c of the port.
How-To-Repeat: 
Install the editors/xemacs port.  Run xemacs.  See the warning messages.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-07-21 02:51:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gj

Over to maintainer.
Comment 2 Gary Jennejohn freebsd_committer freebsd_triage 2004-07-21 22:56:34 UTC
State Changed
From-To: open->closed

Patch applied, thanks!