Bug 77927 - [NEW-PORT][UPDATE][FIXED] IIIMF-related ports: Add Canna/FreeWnn support, Update to r12_1-svn2002 and bug fixes
Summary: [NEW-PORT][UPDATE][FIXED] IIIMF-related ports: Add Canna/FreeWnn support, Upd...
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-22 14:00 UTC by Daichi GOTO
Modified: 2005-02-28 04:26 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (222.55 KB, patch)
2005-02-22 14:00 UTC, Daichi GOTO
no flags Details | Diff

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