Commit graph

16 commits

Author SHA1 Message Date
wiz
bcbe35aaf5 Updated liblangtag to 0.6.2.
0.6.1 -> 0.6.2
=================
Akira TAGOH (1):
      Update libtool version

David Tardon (2):
      use standard function
      fix leak in test
2016-10-03 12:36:46 +00:00
wiz
26e4f020c4 Updated liblangtag to 0.6.1.
0.6.0 -> 0.6.1
=================
Akira TAGOH (2):
      Fix the build issue regarding to 'index' (fixes: issue#15)
      Get rid of the arch-dependent code from lt-config.h

David Tardon (1):
      enum must be declared before it's used
2016-09-30 11:24:06 +00:00
richard
9ad33f9921 lt-xml.c may need strings.h 2016-04-30 05:27:18 +00:00
wiz
e4cb6a2c99 Add upstream patch fixing the build of libetonyek.
Bump PKGREVISION.
2016-04-15 08:26:26 +00:00
wiz
30cfcdbfcf Update liblangtag to 0.6.0.
0.5.8 -> 0.6.0
=================
Akira TAGOH (20):
      Initialize databases just once.
      Fix a build fail when --enable-debug
      Support BCP47-like locale representation
      Add deprecation macros
      Use deprecation macros
      Add a lookup table to catch up a script/language from language/script
      Update to add more files into .gitignore
      Fix the behavior on lt_tag_transform() according to tr#35
      Fix a segfault if no territory or script is given to lt_tag_convert_from_locale_string()
      Add missing header file
      Add lt_db_set_val() to change the place of database
      Fix memory leaks
      missing gobject function for lt_relation_db thing
      Support the language alias for the canonicalization
      Fix lt_trie_keys() not working
      Fix OOM handling
      Improve the bootup time
      Get rid of deprecated macro
      Add docs
      Update the library versioning
2016-04-14 13:37:19 +00:00
wiz
84383bfeef Update liblangtag to 0.5.8:
0.5.7 -> 0.5.8
=================
Akira TAGOH (6):
      Fix the build fail on MSVC 14 (fixes issue#13)
      Drop the word of GNOME from the ifdef'd variable for debugging
      Fix the build requirement in pkgconfig file
      Make some header files public (fixes: issue#14)
      Fix test fail on SunOS
      Fix unknown node issue
2015-11-17 11:55:39 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
richard
b3c5b37415 workaround for erroneous readdir_r usage reported upstream as found on SunOS
bump PKGREVISION
2015-08-30 16:17:27 +00:00
wiz
045da4a879 Update to 0.5.7:
0.5.6 -> 0.5.7
=================
Akira TAGOH (3):
      add missing sys/types.h in lt-string.h
      missing docs
      Update gtk-doc to be modernized

David Tardon (1):
      avoid accidental (and surprising) memory leaks
2015-07-01 09:26:23 +00:00
wiz
1d91ec33ff Update to 0.5.6:
0.5.5 -> 0.5.6
=================
Akira TAGOH (1):
      Fix distcheck error

David Tardon (2):
      install lt-config.h: it's included from langtag.h
      remove stray LT_END_DECLS

0.5.4 -> 0.5.5
=================
Akira TAGOH (6):
      Fix a memory leak
      Fix a typo
      Fix configure error on specifying --disable-modules
      Fix a build issue with inline keyword
      Fix warning on bootstrap
      Update revision
2015-04-03 06:58:04 +00:00
wiz
fa2e137e19 Update to 0.5.4:
0.5.3 -> 0.5.4
=================
Akira TAGOH (5):
      Fix the module build on NetBSD (fixed issue#7)
      Fix format
      Add date property to language-subtag-registry.xml
      Get rid of the extra space in case word-wrapping
      Remove the language subtag registry file on dist
2014-05-27 18:15:21 +00:00
jaapb
0dd829d508 Added comment to patch. 2014-05-07 18:52:00 +00:00
jaapb
26414f7436 Revised package (rev 1) - there is a problem with dlopen detection on
NetBSD that results in modules not being built (as opposed to other OSes).
Patch solves problem - reported by Richard Palo (and confirmed fixed).
2014-05-07 18:44:07 +00:00
wiz
869420298c 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.
2014-05-04 17:01:30 +00:00
wiz
18a46154bf Do not set FETCH_USING, should not be set in a package Makefile. 2014-01-27 18:41:11 +00:00
jaapb
195f9c804c Packaged devel/liblangtag, an interface for language tag recognition that
complies with RFC 5646. (libreoffice dependency).
2013-08-24 16:15:10 +00:00