Bug 87120

Summary: [PATCH] Add libiconv support to devel/mingw32-gcc
Product: Ports & Packages Reporter: MOROHOSHI Akihiko <moro>
Component: Individual Port(s)Assignee: Lev A. Serebryakov <lev>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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.