pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/liblangtag Update to 0.5.3:
details: https://anonhg.NetBSD.org/pkgsrc/rev/16dc6019e698
branches: trunk
changeset: 633921:16dc6019e698
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun May 04 17:01:30 2014 +0000
description:
Update to 0.5.3:
0.5.2 -> 0.5.3
=================
Akira TAGOH (7):
add a script to prepare a release
Fix non-literal format string issues (fixed issue#5)
Fix typo
Update autotools macro
Merged in erAck/liblangtag/0.5.x (pull request #7)
Fix autoconf warning, warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
separately canonicalize into the canonical form and the extlang form
Eike Rathke (2):
Merged tagoh/liblangtag/0.5.x into 0.5.x
resolves #6, include last record in language-subtag-registry.xml
0.5.1 -> 0.5.2
=================
Akira TAGOH (6):
Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Merge commit '8532462c5354b66848e387a7d435ca5dadbf768c' into 0.5.x
Merged in juikim/liblangtag/0.5.x (pull request #3)
Use AM_CPPFLAGS instead of INCLUDES
Merged in erAck/liblangtag/0.5.x-libreoffice (pull request #4)
Fix duplicate definition of EXTRA_DIST
David Tardon (10):
fix automake error
coverity: free the iter, not _pointer_ to it
coverity: check if error is non-null before using it
coverity: check return value of malloc
coverity: returning ptr as const is meaningless
coverity: free string in case of error
coverity: close file handle
coverity: check ptr before it is used
coverity: check ptr before it is used
coverity: check ptr before it is used
Eike Rathke (11):
check return value of C99 vsnprintf()
check for MSVC defined ssize_t
MSVC-32 has _snprintf() instead of snprintf()
MSVC has _strtoui64() instead of strtoull()
variable declarations need to be at beginning of scope
undefined HAVE_SYS_PARAM_H
automatically appending dir separator does not work on Windows
check for HAVE_UNISTD_H
do not specify a document encoding to avoid garbage conversion
MSVC does not like const typedef'ed function pointers
Revert "do not specify a document encoding to avoid garbage conversion"
Jung-uk Kim (2):
Use awk(1) instead of sed(1) to fix build on *BSD.
Fix duplicate typedef introduced in 57c47aa.
diffstat:
devel/liblangtag/Makefile | 4 ++--
devel/liblangtag/distinfo | 9 ++++-----
devel/liblangtag/patches/patch-liblangtag_lt-trie.c | 19 -------------------
3 files changed, 6 insertions(+), 26 deletions(-)
diffs (49 lines):
diff -r c5df08b732d7 -r 16dc6019e698 devel/liblangtag/Makefile
--- a/devel/liblangtag/Makefile Sun May 04 17:00:17 2014 +0000
+++ b/devel/liblangtag/Makefile Sun May 04 17:01:30 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2014/01/27 18:41:12 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/05/04 17:01:30 wiz Exp $
-DISTNAME= liblangtag-0.5.1
+DISTNAME= liblangtag-0.5.3
CATEGORIES= devel
MASTER_SITES= https://bitbucket.org/tagoh/liblangtag/downloads/
EXTRACT_SUFX= .tar.bz2
diff -r c5df08b732d7 -r 16dc6019e698 devel/liblangtag/distinfo
--- a/devel/liblangtag/distinfo Sun May 04 17:00:17 2014 +0000
+++ b/devel/liblangtag/distinfo Sun May 04 17:01:30 2014 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/08/24 16:15:10 jaapb Exp $
+$NetBSD: distinfo,v 1.2 2014/05/04 17:01:30 wiz Exp $
-SHA1 (liblangtag-0.5.1.tar.bz2) = e255eeea1d82715bd750af63f3cde3aeed835bc6
-RMD160 (liblangtag-0.5.1.tar.bz2) = be9065da3617eaa3ce16909a52539a8ad1bc4e67
-Size (liblangtag-0.5.1.tar.bz2) = 651785 bytes
-SHA1 (patch-liblangtag_lt-trie.c) = b10fba42679f2a4435f7f68237ea54bb0bff5f09
+SHA1 (liblangtag-0.5.3.tar.bz2) = 789b3ece44a17924e8a8c6e0621a1d4198afecbd
+RMD160 (liblangtag-0.5.3.tar.bz2) = 133d3ff1d4b325c5e3bc89042503ee642bad137c
+Size (liblangtag-0.5.3.tar.bz2) = 661015 bytes
diff -r c5df08b732d7 -r 16dc6019e698 devel/liblangtag/patches/patch-liblangtag_lt-trie.c
--- a/devel/liblangtag/patches/patch-liblangtag_lt-trie.c Sun May 04 17:00:17 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-liblangtag_lt-trie.c,v 1.1 2013/08/24 16:15:10 jaapb Exp $
-
-Correct C syntax error
---- liblangtag/lt-trie.c.orig 2013-04-30 02:37:30.000000000 +0000
-+++ liblangtag/lt-trie.c
-@@ -33,11 +33,11 @@ struct _lt_trie_t {
- lt_iter_tmpl_t parent;
- lt_trie_node_t *root;
- };
--typedef struct _lt_trie_iter_t {
-+struct _lt_trie_iter_t {
- lt_iter_t parent;
- lt_list_t *stack;
- lt_string_t *pos_str;
--} lt_trie_iter_t;
-+};
-
- /*< private >*/
- static lt_trie_node_t *
Home |
Main Index |
Thread Index |
Old Index