Bug 87120 - [PATCH] Add libiconv support to devel/mingw32-gcc
Summary: [PATCH] Add libiconv support to devel/mingw32-gcc
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: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-08 15:30 UTC by MOROHOSHI Akihiko
Modified: 2006-12-05 11:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.18 KB, patch)
2005-10-08 15:30 UTC, MOROHOSHI Akihiko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description MOROHOSHI Akihiko 2005-10-08 15:30:22 UTC
Previous versions automatically found and linked libiconv, but current version does not.
Please support libiconv.

It's very important for Japanese.
Because character encodings for Japanese used in UNIX world (EUC-JP or
UTF-8) and DOS/Windows world (Shift_JIS) are different.
And to make matters worse, we cannot use Shift_JIS with mingw tools, because uses '\' (0x5c) as the second byte of some characters so that many no-localized tools including gcc are confused.
In short, libiconv support is essential.
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2005-10-08 15:39:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lev

Over to maintainer.
Comment 2 Lev A. Serebryakov freebsd_committer freebsd_triage 2006-12-04 20:13:00 UTC
State Changed
From-To: open->feedback


Sorry for year of silince. 
How iconv support can be added to current 3.4.5 compiler? 
It doesn't have mentions of libiconv in ./configure. 
Is --with-gettext does right thing for you?
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-12-05 11:32:41 UTC
lev         2006-12-05 11:32:32 UTC

  FreeBSD ports repository

  Modified files:
    devel/mingw32-gcc    Makefile 
  Added files:
    devel/mingw32-gcc/files patch-gcc-configure 
  Log:
    Add optional iconv support to gcc.
  
  PR:             ports/87120
  Submitted by:   MOROHOSHI Akihiko <moro@remus.dti.ne.jpg>
  
  Revision  Changes    Path
  1.32      +11 -0     ports/devel/mingw32-gcc/Makefile
  1.1       +11 -0     ports/devel/mingw32-gcc/files/patch-gcc-configure (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Lev A. Serebryakov freebsd_committer freebsd_triage 2006-12-05 11:33:18 UTC
State Changed
From-To: feedback->closed


Commited, thanks! 
Sorry for year-long delay.