Bug 59032 - [PATCH] x11-wm/fvwm2-devel crashes b/c it is built without iconv support
Summary: [PATCH] x11-wm/fvwm2-devel crashes b/c it is built without iconv support
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: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-07 10:10 UTC by Guido Berhoerster
Modified: 2003-11-08 15:25 UTC (History)
1 user (show)

See Also:


Attachments
Makefile.diff (1.04 KB, patch)
2003-11-07 10:10 UTC, Guido Berhoerster
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Guido Berhoerster 2003-11-07 10:10:15 UTC
If fvwm-2.5.8 is built without iconv support it can coredump when
opening menus. For a detailed problem description see the thread at
the fvwm-workers mailing list:
http://www.hpc.uh.edu/fvwm/archive/0311/msg00049.html .
The port does not correctly point configure to the place where iconv
is installed and is thus always built without iconv support.

Fix: Point configure to /usr/local/lib where iconv is installed and make
iconv support mandatory by applying the following patch:
	
How-To-Repeat: cd /usr/ports/x11-wm/fvwm2-devel && make install

A sample configuration which can be used to reproduce the crash is
provided by the post to the fvwm-workers mailing list mentioned
above.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-11-07 20:53:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Over to maintainer
Comment 2 Cy Schubert freebsd_committer freebsd_triage 2003-11-08 15:25:05 UTC
State Changed
From-To: open->closed

Fixed.