aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2006-02-22 01:41:37 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2006-02-22 01:41:37 +0000
commit8757600cbf092257c04b7a7c83603ad74853b910 (patch)
treeedd33294a020ee796f16d83ca5ac79adbc7529c1 /chinese
parent9f00ec9711ee4ffd2621b7ac350233ce832f4e98 (diff)
downloadports-8757600cbf092257c04b7a7c83603ad74853b910.tar.gz
ports-8757600cbf092257c04b7a7c83603ad74853b910.zip
Notes
Diffstat (limited to 'chinese')
-rw-r--r--chinese/scim-chewing/Makefile5
-rw-r--r--chinese/scim-chewing/files/patch-src::Makefile.in35
2 files changed, 20 insertions, 20 deletions
diff --git a/chinese/scim-chewing/Makefile b/chinese/scim-chewing/Makefile
index a4690022db7e..151fb6680515 100644
--- a/chinese/scim-chewing/Makefile
+++ b/chinese/scim-chewing/Makefile
@@ -11,19 +11,16 @@ PORTREVISION= 6
CATEGORIES= chinese
MASTER_SITES= http://chewing.csie.net/download/scim/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= yinjieh@csie.nctu.edu.tw
COMMENT= SCIM chewing Chinese input methods
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
LIB_DEPENDS= chewing.2:${PORTSDIR}/chinese/libchewing
RUN_DEPENDS= ${BUILD_DEPENDS}
-BROKEN= Does not build
-
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
-USE_REINPLACE= yes
CONFIGURE_ENV+= CPPFLAGS="-D__STDC_ISO_10646__"
diff --git a/chinese/scim-chewing/files/patch-src::Makefile.in b/chinese/scim-chewing/files/patch-src::Makefile.in
index f4dd5a98a166..d4ea1d750437 100644
--- a/chinese/scim-chewing/files/patch-src::Makefile.in
+++ b/chinese/scim-chewing/files/patch-src::Makefile.in
@@ -1,6 +1,6 @@
---- src/Makefile.in.orig Mon Nov 29 17:12:21 2004
-+++ src/Makefile.in Sat Dec 4 15:16:30 2004
-@@ -238,11 +238,12 @@
+--- src/Makefile.in.orig Mon Feb 28 10:24:08 2005
++++ src/Makefile.in Wed Feb 22 05:25:19 2006
+@@ -234,6 +234,7 @@
-I$(top_builddir) \
-I$(top_srcdir) \
-I$(top_srcdir)/src \
@@ -8,18 +8,21 @@
-DSCIM_ICONDIR=\"@SCIM_ICONDIR@\" \
-DSCIM_CHEWING_ICON_FILE=\"@SCIM_ICONDIR@/scim-chewing.png\"
- noinst_HEADERS = scim_chewing_imengine.h scim_chewing_config_entry.h
--moduledir = @SCIM_MODULEDIR@/IMEngine
-+moduledir = @SCIM_MODULEDIR@/1.0.0/IMEngine
- module_LTLIBRARIES = chewing.la
- chewing_la_SOURCES = scim_chewing_imengine.cpp
- chewing_la_CFLAGS = @SCIM_CFLAGS@ @SCIM_DEBUG_FLAGS@
-@@ -256,7 +257,7 @@
+@@ -247,7 +248,7 @@
+ -avoid-version \
+ -rpath $(moduledir) \
+ -module \
+- @LIBTOOL_EXPORT_OPTIONS@ \
++ -export-symbols-regex "^[[^_]].*" \
+ @INTLLIBS@ @SCIM_LIBS@ \
@CHEWING_LIBS@
- @SCIM_BUILD_SETUP_TRUE@SETUP_MODULE = chewing-imengine-setup.la
--setupmoduledir = @SCIM_MODULEDIR@/SetupUI
-+setupmoduledir = @SCIM_MODULEDIR@/1.0.0/SetupUI
- setupmodule_LTLIBRARIES = $(SETUP_MODULE)
- chewing_imengine_setup_la_SOURCES = scim_chewing_imengine_setup.cpp
- chewing_imengine_setup_la_CFLAGS = \
+@@ -265,7 +266,7 @@
+ -avoid-version \
+ -rpath $(setupmoduledir) \
+ -module \
+- @LIBTOOL_EXPORT_OPTIONS@ \
++ -export-symbols-regex "^[[^_]].*" \
+ @SCIM_GTKUTILS_LIBS@ \
+ @INTLLIBS@ \
+ @SCIM_LIBS@