diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-10-01 16:47:34 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-10-01 16:47:34 +0000 |
commit | 74944e0d2e6c31a80d743cce6c46e59293685a5e (patch) | |
tree | 29eb5a08be4ff9a5bf1b2c810b44ac7d33dfa333 /textproc | |
parent | 3be9e2b847a422fc53272e16a572496d86855cfa (diff) | |
download | ports-74944e0d2e6c31a80d743cce6c46e59293685a5e.tar.gz ports-74944e0d2e6c31a80d743cce6c46e59293685a5e.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uim/Makefile | 3 | ||||
-rw-r--r-- | textproc/uim/distinfo | 4 | ||||
-rw-r--r-- | textproc/uim/files/patch-uim:scim.cpp | 11 |
3 files changed, 15 insertions, 3 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index 25f22430bf52..fb87fc11ea2d 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -6,7 +6,7 @@ # PORTNAME= uim -PORTVERSION= 0.4.9 +PORTVERSION= 0.4.9.1 CATEGORIES= japanese x11 MASTER_SITES= http://uim.freedesktop.org/releases/ @@ -49,6 +49,7 @@ PLIST_SUB+= GNOME="@comment " .endif .if exists(${X11BASE}/bin/scim) || defined(WITH_SCIM) +USE_GCC= 3.4 LIB_DEPENDS= scim-1.0.8:${PORTSDIR}/textproc/scim CONFIGURE_ARGS+=--with-scim PLIST_SUB+= SCIM="" diff --git a/textproc/uim/distinfo b/textproc/uim/distinfo index 142fd41b66eb..bf87071bc8d9 100644 --- a/textproc/uim/distinfo +++ b/textproc/uim/distinfo @@ -1,2 +1,2 @@ -MD5 (uim-0.4.9.tar.gz) = 2c3734ffc7e501d4b608eeb176298a06 -SIZE (uim-0.4.9.tar.gz) = 1603541 +MD5 (uim-0.4.9.1.tar.gz) = 0e2625cc926917d7864c4d0c341c535a +SIZE (uim-0.4.9.1.tar.gz) = 1602849 diff --git a/textproc/uim/files/patch-uim:scim.cpp b/textproc/uim/files/patch-uim:scim.cpp new file mode 100644 index 000000000000..863f6e36452f --- /dev/null +++ b/textproc/uim/files/patch-uim:scim.cpp @@ -0,0 +1,11 @@ +--- uim/scim.cpp.orig Wed Sep 21 00:27:36 2005 ++++ uim/scim.cpp Wed Sep 21 00:29:33 2005 +@@ -175,7 +175,7 @@ + return uim_scm_f(); + } + +- config = config_module->create_config("scim"); ++ config = config_module->create_config(); + if ( config.null() ) + { + fprintf(stderr, "create_config failed\n"); |