Bug 61557

Summary: Update port: lang/gauche (enable iconv)
Product: Ports & Packages Reporter: Kimura Fuyuki <fuyuki>
Component: Individual Port(s)Assignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Kimura Fuyuki 2004-01-19 00:10:16 UTC
Link against the iconv library to enable more CESs in gauche.charconv.
Comment 1 Erik Greenwald 2004-01-19 03:03:47 UTC
looks good to me, but... should iconv be required? we could just do the
configure arg and let autoconf try to do "the right thing", ... (I don't
know, iconv is on all my systems, but I'm a gnomer... just curious if
there is a 'better' way for handling that... no HAVE_ICONV that I can
see :)

-- 
        -Erik <erik@smluc.org> [http://math.smsu.edu/~erik]

The opinions expressed by me are not necessarily opinions. In all probability,
they are random rambling, and to be ignored. Failure to ignore may result in
severe boredom or confusion. Shake well before opening. Keep Refrigerated.
Comment 2 Kimura Fuyuki 2004-01-19 04:22:25 UTC
At Sun, 18 Jan 2004 21:03:47 -0600,
Erik Greenwald <erik@smluc.org> wrote:
> 
> looks good to me, but... should iconv be required?

I think so. Without it the charconv module is nearly unusable for
other than Japanese guys and I believe iconv is a indispensable
function for current operating systems.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-19 09:21:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

I'll take care.
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-19 09:49:36 UTC
State Changed
From-To: open->closed

Committed, thanks!