32f10d642e
0.2.8 (2014-01-10) ===== - Fix compiler warnings in test suites. - Fix edge-case error on alphabet set of size 255. (Thanks Naoki Youshinaga for the report, test case, and analysis.) - Fail trie operations on non-alphabet inputs, rather than silently allowing them to sneak in as false keys. (Thanks Naoki Youshinaga for the suggestion.) - Improved documentation. 0.2.7.1 (2013-10-22) ======= - Bump library versioning to reflect API addition. (Change missing in previous release) 0.2.7 (2013-10-21) ===== - Fix portability issue with non-GCC compilers. [Thanks Gabi Daver for the report and fix (via Mikhail Korobov).] - Fix compiler warnings. - New utility API for comparing AlphaChar strings. - Add test suites. - Update doxygen doc generation.
13 lines
378 B
Makefile
13 lines
378 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2014/02/27 12:42:05 obache Exp $
|
|
|
|
BUILDLINK_TREE+= libdatrie
|
|
|
|
.if !defined(LIBDATRIE_BUILDLINK3_MK)
|
|
LIBDATRIE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libdatrie+= libdatrie>=0.2.0
|
|
BUILDLINK_ABI_DEPENDS.libdatrie+= libdatrie>=0.2.7.1
|
|
BUILDLINK_PKGSRCDIR.libdatrie?= ../../devel/libdatrie
|
|
.endif # LIBDATRIE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libdatrie
|