head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3;
locks; strict;
comment	@# @;


1.4
date	2009.12.27.07.19.03;	author rafan;	state Exp;
branches;
next	1.3;

1.3
date	2006.10.09.01.55.52;	author rafan;	state Exp;
branches;
next	1.2;

1.2
date	2006.04.23.02.04.17;	author vanilla;	state dead;
branches;
next	1.1;

1.1
date	2006.03.29.15.32.26;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Update to 1.2.2 which is compatible with libchewing >= 0.3.2
- oxim-setup is now removed
@
text
@--- configure.orig	2009-03-25 08:36:16.000000000 +0800
+++ configure	2009-12-27 14:42:27.000000000 +0800
@@@@ -30785,9 +30785,9 @@@@
 
     { $as_echo "$as_me:$LINENO: checking for qmake" >&5
 $as_echo_n "checking for qmake... " >&6; }
-    if test -f ${qt_dir}/bin/qmake ; then
-	{ $as_echo "$as_me:$LINENO: result: ${qt_dir}/bin/qmake" >&5
-$as_echo "${qt_dir}/bin/qmake" >&6; }
+    if test -f ${LOCALBASE}/bin/qmake ; then
+	{ $as_echo "$as_me:$LINENO: result: ${LOCALBASE}/bin/qmake" >&5
+$as_echo "${LOCALBASE}/bin/qmake" >&6; }
 	have_qmake="yes"
     else
 	{ $as_echo "$as_me:$LINENO: result: not found!" >&5
@


1.3
log
@- Enable GUI Setup Tool
  It does not depend on qinputcontextplugin.h, so we can build it.
- Bump PORTREVISION
@
text
@d1 3
a3 3
--- ./configure.orig	Fri Sep 22 17:19:58 2006
+++ ./configure	Mon Oct  9 09:38:36 2006
@@@@ -29055,9 +29055,9 @@@@
d5 2
a6 2
     echo "$as_me:$LINENO: checking for qmake" >&5
 echo $ECHO_N "checking for qmake... $ECHO_C" >&6
d8 2
a9 2
-	echo "$as_me:$LINENO: result: ${qt_dir}/bin/qmake" >&5
-echo "${ECHO_T}${qt_dir}/bin/qmake" >&6
d11 2
a12 2
+	echo "$as_me:$LINENO: result: ${LOCALBASE}/bin/qmake" >&5
+echo "${ECHO_T}${LOCALBASE}/bin/qmake" >&6
d15 1
a15 1
 	echo "$as_me:$LINENO: result: not found!" >&5
@


1.2
log
@Upgrade to 1.0.2.

PR:		ports/96163
Submitted by:	maintainer
@
text
@d1 3
a3 12
--- configure.orig	Sat Mar 18 10:57:51 2006
+++ configure	Sat Mar 18 11:02:32 2006
@@@@ -29642,6 +29642,7 @@@@
         test $found = y && break
     done
 fi
+if  test "$enable_bimsphone_module" = "yes" ; then
 if test $found = n; then
     echo "$as_me:$LINENO: result: You need Berkeley DB to compile bimsphone module." >&5
 echo "${ECHO_T}You need Berkeley DB to compile bimsphone module." >&6
@@@@ -29652,6 +29653,10 @@@@
 DB_INC=${db_include}
d5 11
a15 8
 DB_LIBS=${db_lib}
+else
+DB_INC=
+DB_LIBS=
+fi
 
 
 #-----------------------------------------------------------------------
@


1.1
log
@Add oxim 1.0.1, open X Input Method server.

PR:		ports/94956
Submitted by:	Rong-En Fan <rafan@@infor.org>
@
text
@@

