FreeBSD Bugzilla – Attachment 98443 Details for
Bug 137360
Change japanese/uim-anthy:
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.76 KB, created by
Yamashiro Jun
on 2009-08-02 17:30:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Yamashiro Jun
Created:
2009-08-02 17:30:05 UTC
Size:
1.76 KB
patch
obsolete
>--- uim-anthy/Makefile.orig 2009-07-26 22:13:08.000000000 +0900 >+++ uim-anthy/Makefile 2009-07-27 00:21:12.000000000 +0900 >@@ -24,7 +24,7 @@ > > MASTERDIR= ${.CURDIR}/../../textproc/uim > PKGDIR= ${.CURDIR} >-CONFIGURE_ARGS= --with-anthy >+CONFIGURE_ARGS= --with-anthy --with-anthy-utf8 > > .if !defined(WITHOUT_X11) > CONFIGURE_ARGS+= --with-gtk2 --enable-dict >@@ -37,18 +37,21 @@ > > do-build: > (cd ${WRKSRC}/uim && ${GMAKE} libuim-anthy.la) >+ (cd ${WRKSRC}/uim && ${GMAKE} libuim-anthy-utf8.la) > .if !defined(WITHOUT_X11) > (cd ${WRKSRC}/helper && ${GMAKE} uim-dict-gtk) > .endif > > do-install: > (cd ${WRKSRC}/uim && \ >- ${GMAKE} uim_plugin_LTLIBRARIES=libuim-anthy.la install-uim_pluginLTLIBRARIES) >+ ${GMAKE} uim_plugin_LTLIBRARIES=libuim-anthy.la install-uim_pluginLTLIBRARIES && \ >+ ${GMAKE} uim_plugin_LTLIBRARIES=libuim-anthy-utf8.la install-uim_pluginLTLIBRARIES) > .if !defined(WITHOUT_X11) > (cd ${WRKSRC}/helper && ${GMAKE} bin_PROGRAMS=uim-dict-gtk install-binPROGRAMS install-uim_dict_uiDATA) > .endif > > post-install: > ${LOCALBASE}/bin/uim-module-manager --register anthy >+ ${LOCALBASE}/bin/uim-module-manager --register anthy-utf8 > > .include "${MASTERDIR}/Makefile" >--- uim-anthy/pkg-plist.orig 2009-07-27 00:18:00.000000000 +0900 >+++ uim-anthy/pkg-plist 2009-07-27 00:18:12.000000000 +0900 >@@ -2,7 +2,12 @@ > lib/uim/plugin/libuim-anthy.a > lib/uim/plugin/libuim-anthy.la > lib/uim/plugin/libuim-anthy.so >+lib/uim/plugin/libuim-anthy-utf8.a >+lib/uim/plugin/libuim-anthy-utf8.la >+lib/uim/plugin/libuim-anthy-utf8.so > %%X11%%%%DATADIR%%/helperdata/uim-dict-ui.xml > @dirrmtry %%X11%%%%DATADIR%%/helperdata > @exec uim-module-manager --register anthy >+@exec uim-module-manager --register anthy-utf8 > @unexec uim-module-manager --unregister anthy >+@unexec uim-module-manager --unregister anthy-utf8
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 137360
: 98443