Bug 69251

Summary: [PATCH] chinese/xsim does not compile with coming GCC 3.4
Product: Ports & Packages Reporter: Jie Gao <gaoj>
Component: Individual Port(s)Assignee: Vanilla I. Shu <vanilla>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-xsim none

Description Jie Gao 2004-07-18 23:10:17 UTC
	
chinese/xsim does not compile when using GCC 3.4 because of an internal change
in GCC. Besides, there are several other issues with this port. The patch 
included fix the following problems:

 1. Compilation failure when using GCC 3.4
 2. Does not respect ${CFLAGS}
 3. Dependancy problem: This port has preference on db4 over db3.3, i.e. when
    both are present, it uses db4. So change the dependancy from db3.3 to db4.
 4. The default installation does not create user settings, which causes write
    attempt to global settings and the consequent failure confuses users.
 5. Locale zh_CN.EUC is not present on 5.x. Swith to zh_CN.eucCN.
Comment 1 Vanilla I. Shu freebsd_committer freebsd_triage 2004-07-22 04:00:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vanilla

I will handle this one.
Comment 2 Vanilla I. Shu freebsd_committer freebsd_triage 2004-08-01 18:49:37 UTC
State Changed
From-To: open->closed

Committed, thanks.