Bug 69251 - [PATCH] chinese/xsim does not compile with coming GCC 3.4
Summary: [PATCH] chinese/xsim does not compile with coming GCC 3.4
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: Vanilla I. Shu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-18 23:10 UTC by Jie Gao
Modified: 2004-08-01 18:49 UTC (History)
0 users

See Also:


Attachments
patch-xsim (2.20 KB, text/plain)
2004-07-18 23:10 UTC, Jie Gao
no flags Details

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