Bug 61557 - Update port: lang/gauche (enable iconv)
Summary: Update port: lang/gauche (enable iconv)
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: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-19 00:10 UTC by Kimura Fuyuki
Modified: 2004-01-19 09:49 UTC (History)
0 users

See Also:


Attachments
file.diff (926 bytes, patch)
2004-01-19 00:10 UTC, Kimura Fuyuki
no flags Details | Diff

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