Bug 77927

Summary: [NEW-PORT][UPDATE][FIXED] IIIMF-related ports: Add Canna/FreeWnn support, Update to r12_1-svn2002 and bug fixes
Product: Ports & Packages Reporter: Daichi GOTO <daichi>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: kcwu
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Daichi GOTO freebsd_committer freebsd_triage 2005-02-22 14:00:23 UTC
IIIMF-related ports:
  - Add Canna and FreeWnn support
  - Update to r12_1-svn2002
  - some Bug Fixes to avoid core dump
Comment 1 Hajimu UMEMOTO freebsd_committer freebsd_triage 2005-02-22 16:28:56 UTC
>>>>> On Tue, 22 Feb 2005 22:55:19 +0900 (JST)
>>>>> Daichi GOTO <daichi@freebsd.org> said:

daichi> IIIMF-related ports:
daichi>   - Add Canna and FreeWnn support
daichi>   - Update to r12_1-svn2002
daichi>   - some Bug Fixes to avoid core dump

gnome-im-proterties in textproc/iiimf-gnome-im-switcher dumps core.
The following patch fixes this problem:

Index: iiimf-gnome-im-switcher/Makefile
diff -u iiimf-gnome-im-switcher/Makefile.orig iiimf-gnome-im-switcher/Makefile
--- iiimf-gnome-im-switcher/Makefile.orig	Wed Feb 23 00:11:51 2005
+++ iiimf-gnome-im-switcher/Makefile	Wed Feb 23 00:11:55 2005
@@ -50,6 +50,8 @@
 post-patch:
 	${REINPLACE_CMD} -e "s,/usr/lib/im,${PREFIX}/lib/im,g" \
 		${WRKSRC}/../acfiles/im_common.m4
+	${REINPLACE_CMD} -e "/GNOMECC_DATA_DIR/s,/share/,&gnome/,g" \
+		${WRKSRC}/configure.in
 
 pre-configure:
 	(cd ${WRKSRC}/.. && ${GMAKE} ${UPDATE_ARGS} update-acfiles)

Sincerely,

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume@mahoroba.org  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/
Comment 2 Daichi GOTO freebsd_committer freebsd_triage 2005-02-28 04:25:38 UTC
State Changed
From-To: open->closed

New port added and other patches commited. Thanks!