pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libdatrie



Module Name:    pkgsrc
Committed By:   scole
Date:           Fri Jan 29 18:33:10 UTC 2021

Modified Files:
        pkgsrc/devel/libdatrie: Makefile buildlink3.mk distinfo
Removed Files:
        pkgsrc/devel/libdatrie/patches: patch-configure.ac

Log Message:
libdatrie 0.2.13 Released

@thep thep released this Jan 29, 2021

    Fix wrong key listing in byte trie
    (Issue #9, Thanks @legale for the report.)
    Fix cross-compiling issue caused by AC_FUNC_MALLOC
    (Issue #11, Thanks @vmchale for the report.)
    Fix isspace() arg problem on NetBSD.
    (Personal mail, Thanks Sean for the report;
    PR #8, Thanks @obache for an individual pull request.)
    Fix some documentations.
    Really use TRIE_CHAR_TERM in TrieChar string termination.
    Changing TRIE_CHAR_TERM definition now won't break the code.
    Fix Windows build issue by avoiding <unistd.h> include.
    (Partially addressing PR #15, Thanks @fanc999 for first raising this.)
    [New APIs] Add serialization of the trie into memory buffer.
    (PR #12, Thanks @KOLANICH for the contribution.)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/libdatrie/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/libdatrie/buildlink3.mk
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/libdatrie/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/libdatrie/patches/patch-configure.ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libdatrie/Makefile
diff -u pkgsrc/devel/libdatrie/Makefile:1.21 pkgsrc/devel/libdatrie/Makefile:1.22
--- pkgsrc/devel/libdatrie/Makefile:1.21        Fri Jan  1 21:49:39 2021
+++ pkgsrc/devel/libdatrie/Makefile     Fri Jan 29 18:33:09 2021
@@ -1,27 +1,22 @@
-# $NetBSD: Makefile,v 1.21 2021/01/01 21:49:39 scole Exp $
+# $NetBSD: Makefile,v 1.22 2021/01/29 18:33:09 scole Exp $
 
-DISTNAME=      libdatrie-0.2.12
-PKGREVISION=   2
+DISTNAME=      libdatrie-0.2.13
 CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=tlwg/}
-GITHUB_TAG=    f1479aaab1b877f305297bdb12fadc280a48cdd6
+MASTER_SITES=  https://linux.thai.net/pub/thailinux/software/libthai/
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://linux.thai.net/~thep/datrie/datrie.html
 COMMENT=       Implementation of Double-Array Trie
 LICENSE=       gnu-lgpl-v2.1
 
-USE_LIBTOOL=   yes
-GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
-USE_TOOLS=     gmake gm4 pkg-config sh aclocal autoconf autoreconf automake
-
+USE_LIBTOOL=           yes
+USE_TOOLS+=            pkg-config
+GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --disable-doxygen-doc
 CONFIGURE_ENV+=                ICONV_LIBS=${BUILDLINK_LDADD.iconv:Q}
 PKGCONFIG_OVERRIDE+=   datrie-0.2.pc.in
 TEST_TARGET=           check
 
-pre-configure:
-       cd ${WRKSRC} && autoreconf -fi
-
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/libdatrie/buildlink3.mk
diff -u pkgsrc/devel/libdatrie/buildlink3.mk:1.5 pkgsrc/devel/libdatrie/buildlink3.mk:1.6
--- pkgsrc/devel/libdatrie/buildlink3.mk:1.5    Sun Jan  7 13:04:05 2018
+++ pkgsrc/devel/libdatrie/buildlink3.mk        Fri Jan 29 18:33:09 2021
@@ -1,12 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.5 2018/01/07 13:04:05 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2021/01/29 18:33:09 scole 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_API_DEPENDS.libdatrie+=      libdatrie>=0.2.13
 BUILDLINK_PKGSRCDIR.libdatrie?=                ../../devel/libdatrie
 .endif # LIBDATRIE_BUILDLINK3_MK
 

Index: pkgsrc/devel/libdatrie/distinfo
diff -u pkgsrc/devel/libdatrie/distinfo:1.13 pkgsrc/devel/libdatrie/distinfo:1.14
--- pkgsrc/devel/libdatrie/distinfo:1.13        Fri Jan  1 21:49:39 2021
+++ pkgsrc/devel/libdatrie/distinfo     Fri Jan 29 18:33:09 2021
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.13 2021/01/01 21:49:39 scole Exp $
+$NetBSD: distinfo,v 1.14 2021/01/29 18:33:09 scole Exp $
 
-SHA1 (libdatrie-0.2.12-f1479aaab1b877f305297bdb12fadc280a48cdd6.tar.gz) = a262c74d234933c6d0606fe63289becc70fba39b
-RMD160 (libdatrie-0.2.12-f1479aaab1b877f305297bdb12fadc280a48cdd6.tar.gz) = bb97e91bf811e918298f9a31e9d142dee3501a1d
-SHA512 (libdatrie-0.2.12-f1479aaab1b877f305297bdb12fadc280a48cdd6.tar.gz) = 
777f49fd0bb3f7a0f1dc3ef8b4eb311bd812cc86ec0f2283027e4e5709063643dc8bbbca19d315a2d64742116d6186c51483e6d6b706bcc3ed5776774710e564
-Size (libdatrie-0.2.12-f1479aaab1b877f305297bdb12fadc280a48cdd6.tar.gz) = 106144 bytes
-SHA1 (patch-configure.ac) = 1c2d874a5206c0546960d5003bee04705e7ad0f3
+SHA1 (libdatrie-0.2.13.tar.xz) = ff3d30605fdc9a226e7acde8de3752125b3a8791
+RMD160 (libdatrie-0.2.13.tar.xz) = ecc5608111427f537e0f1b825275a191f3080eca
+SHA512 (libdatrie-0.2.13.tar.xz) = db3c879d825ead5871c12ef3a06bb093cb1708a6e7e20775eaf82356af9dd6ad54c6b5cabbe1773f2494d3dfa2426528fdd49441038b6294b70ccb1a3d90099a
+Size (libdatrie-0.2.13.tar.xz) = 314072 bytes



Home | Main Index | Thread Index | Old Index