summaryrefslogtreecommitdiff
path: root/inputmethod/libtabe/buildlink3.mk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2009-11-24 11:15:14 +0000
committerobache <obache@pkgsrc.org>2009-11-24 11:15:14 +0000
commit5ba2fa7202a3baeae3be5de3ead44d071311b185 (patch)
treed7e967699c4748c20c61dedd82eca29df9e0cbb4 /inputmethod/libtabe/buildlink3.mk
parentd39d7525703f91aa34ce7c3efe301ca0375efa32 (diff)
downloadpkgsrc-5ba2fa7202a3baeae3be5de3ead44d071311b185.tar.gz
Update libtabe to 1.2.6.
While here, add DESTDIR support and relax bdb dependency from db3 to db2-4. 0.2.6: 2004/09/20 --------------------- 1. Remove the "-release" flag from libtool, such that the naming convention of libtabe/libbims is changed to be: libtabe.so.X.X.X/libbims.so.X.X.X. Add release number information into utilities. Thanks to Roger So <roger.so@sw-linux.com>. 2. Porting to DB3-3.3.11: DB->stat() only takes 3 arguements. Thanks to Pofeng Lee <informer@ns1.m2000.idv.tw> Rui-Xiang Guo <rxg@ms25.url.com.tw> 3. Change the "rm $(PACKDB)" from "make clean" to "make distclean". Thanks to Kuang-che Wu <kcwu@ck.tp.edu.tw>. 4. Fix several memory leakage problem. Thanks to Kuang-che Wu <kcwu@ck.tp.edu.tw>. 5. Add util/tsiguess.c. Add API: tabeChunkInfoFree(), tabeChunkInfoNew(), tabeTsiInfoNew(), tabeTsiInfoFree(). Thanks to Pofeng Lee <informer@ns1.m2000.idv.tw>. 6. Add bims facility: user add Tsi by hand and store to user DB files. Thanks to Eric Cheng <eric@fractal.myip.org>. 7. Add bims facility: simple algorithm to learn new phrase input by user. Thanks to Pofeng Lee <informer@ns1.m2000.idv.tw>. 8. A quick fix for segfault when there is no ~/.xcin/*.db Fixed by Geoffrey Lee <snailtalk@linux-mandrake.com> 9. Fixed the bug of signed/unsigned TsiInfo->refcount ( µüÀW 0 bug ) Found by FixeShao-yu Cheng <eric@netgenes.org> Fixed by Kuang-che Wu <kcwu@ck.tp.edu.tw> 10. By <thhsieh@linux.org.tw> Fix a bug in libtabe/util/tsiguess: Do not always try to open $HOME/.xcin/newdb. But one can use the flag "-u" to specify the path of user defined DB file. 11. Fix bug in tabe_tsi.c: tabeChunkSegmentationComplex(): the same floating point number precision problem found in bims.c. Speed up and clean up tsiguess.c and tabe_tsi.c By Kuang-che Wu <kcwu@ck.tp.edu.tw> 12. Set DB_FLAG_READONLY or DB_FLAG_NOUNPACK_YIN flags in tsidump, tsiguess, tsiyincheck, tsiyindump utilities when necessary. By Kuang-che Wu <kcwu@ck.tp.edu.tw> 13. Support Berkeley DB 4. Thansks to Cheng-Lung Sung <clsung@dragon2.net>. 14. Builds without libbims if configure --without-x Builds with specific BerkeleyDB lib name if configure --with-db-name tsipackdb.in try all db*_dump, don't check db version anymore 15. Add bimsToggleTsiGuess() and bimsToggleNoTsiGuess() functions. Update autotools files.
Diffstat (limited to 'inputmethod/libtabe/buildlink3.mk')
-rw-r--r--inputmethod/libtabe/buildlink3.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/libtabe/buildlink3.mk b/inputmethod/libtabe/buildlink3.mk
index e45ecb8da32..e2d4cc33ba3 100644
--- a/inputmethod/libtabe/buildlink3.mk
+++ b/inputmethod/libtabe/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2009/03/20 19:24:47 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2009/11/24 11:15:14 obache Exp $
BUILDLINK_TREE+= libtabe
@@ -6,10 +6,10 @@ BUILDLINK_TREE+= libtabe
LIBTABE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libtabe+= libtabe>=0.2.5
-BUILDLINK_ABI_DEPENDS.libtabe+= libtabe>=0.2.5nb2
+BUILDLINK_ABI_DEPENDS.libtabe+= libtabe>=0.2.6
BUILDLINK_PKGSRCDIR.libtabe?= ../../inputmethod/libtabe
-.include "../../databases/db3/buildlink3.mk"
+.include "../../mk/bdb.buildlink3.mk"
.endif # LIBTABE_BUILDLINK3_MK
BUILDLINK_TREE+= -libtabe