head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2007.01.17.06.29.59;	author rafan;	state dead;
branches;
next	1.1;

1.1
date	2006.11.05.10.24.01;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.2
log
@xcin development stops 14 months ago. People are encouraged to use
oxim/gcin/scim as input method.

Please refer to the following url for detail:

http://lists.linux.org.tw/pipermail/xcin/2005-November/004300.html

2007-01-16 chinese/xcin: dead project
@
text
@--- configure.orig	Tue Nov 27 09:21:17 2001
+++ configure	Sat Apr 22 01:24:08 2006
@@@@ -32,6 +32,8 @@@@
 ac_help="$ac_help
   --with-db-lib=PATH        set the library dir of Berkeley DB2/3."
 ac_help="$ac_help
+  --with-db-name=NAME       set the library name of Berkeley DB."
+ac_help="$ac_help
   --with-tabe-inc=PATH      set the include dir of libtabe."
 ac_help="$ac_help
   --with-tabe-lib=PATH      set the library dir of libtabe."
@@@@ -869,6 +871,15 @@@@
 fi
 
 
+# Check whether --with-db_name or --without-db_name was given.
+if test "${with_db_name+set}" = set; then
+  withval="$with_db_name"
+    test x$withval != x && with_db_name="$withval"
+else
+    with_db_name='db'
+fi;
+
+
 # Check whether --with-tabe_inc or --without-tabe_inc was given.
 if test "${with_tabe_inc+set}" = set; then
   withval="$with_tabe_inc"
@@@@ -7869,7 +7880,7 @@@@
 fi
 
 LIBS="$OLD_LIBS"
-for f in db db3; do
+for f in $with_db_name; do
     echo $ac_n "checking for db_create in -l$f""... $ac_c" 1>&6
 echo "configure:7875: checking for db_create in -l$f" >&5
 ac_lib_var=`echo $f'_'db_create | sed 'y%./+-%__p_%'`
@@@@ -7878,16 +7889,20 @@@@
 else
   ac_save_LIBS="$LIBS"
 LIBS="-l$f  $LIBS"
+__db_create="db_create"
+if [ "$f" = "db-4.2" ]; then
+  __db_create="db_create_4002"
+fi
 cat > conftest.$ac_ext <<EOF
 #line 7883 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
-char db_create();
+char $__db_create();
 
 int main() {
-db_create()
+$__db_create()
 ; return 0; }
 EOF
 if { (eval echo configure:7894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
@@@@ -7914,7 +7929,7 @@@@
     test $found = y && break
 done
 if test $found = n; then
-    for f in db db2; do
+    for f in $with_db_name; do
 	echo $ac_n "checking for db_open in -l$f""... $ac_c" 1>&6
 echo "configure:7920: checking for db_open in -l$f" >&5
 ac_lib_var=`echo $f'_'db_open | sed 'y%./+-%__p_%'`
@


1.1
log
@- Move chinese/xcin25 to chinese/xcin to reflect its real portname.

Please note that this is not a repo-copied directory due to we had
chinese/xcin before. So, I just add all files from chinese/xcin25.
For the record, the revisions are:

1.64    ports/chinese/xcin25/Makefile
1.22    ports/chinese/xcin25/distinfo
1.4     ports/chinese/xcin25/pkg-descr
1.19    ports/chinese/xcin25/pkg-plist
1.9     ports/chinese/xcin25/files/patch-aa
1.4     ports/chinese/xcin25/files/patch-ad
1.1     ports/chinese/xcin25/files/patch-ah
1.1     ports/chinese/xcin25/files/patch-chewing::sort_word.c
1.1     ports/chinese/xcin25/files/patch-configure
1.1     ports/chinese/xcin25/files/patch-gen_inp.c
1.1     ports/chinese/xcin25/files/patch-gui_main.c
1.2     ports/chinese/xcin25/files/patch-xcinrc.FREEBSD
@
text
@@

