Bug 133899

Summary: korean/ami doesn't work on amd64
Product: Ports & Packages Reporter: Peter Jeremy <PeterJeremy>
Component: Individual Port(s)Assignee: CHOI Junho <cjh>
Status: Closed FIXED    
Severity: Affects Only Me CC: PeterJeremy
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Peter Jeremy 2009-04-21 22:50:00 UTC
	When attempting to input Hangul via ami on an amd64 system,
	garbage CJK characters were displayed.

Fix: Examination of compiler warnings shows several cases where (int*)
	is passed to a function expecting (size_t *).  The following
	patches appear to fix the problem and make ami work correctly.
How-To-Repeat: 	On an amd64 system, enable "2 BUL" mode and attempt to enter
	Hangul characters in an XIM-enabled text box.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-04-21 22:50:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cjh

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2009-09-24 16:10:13 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-09-24 16:10:50 UTC
pav         2009-09-24 15:10:37 UTC

  FreeBSD ports repository

  Modified files:
    korean/ami           Makefile 
  Added files:
    korean/ami/files     patch-64bit 
  Log:
  - Fix runtime on 64-bit platforms
  
  PR:             ports/133899
  Submitted by:   Peter Jeremy <peterjeremy@optushome.com.au>
  Approved by:    maintainer timeout (cjh; 6 months)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.43      +1 -1      ports/korean/ami/Makefile
  1.1       +84 -0     ports/korean/ami/files/patch-64bit (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"