summaryrefslogtreecommitdiff
path: root/devel/gettext/patches
diff options
context:
space:
mode:
authorwiz <wiz>2013-07-21 20:24:52 +0000
committerwiz <wiz>2013-07-21 20:24:52 +0000
commit283fdb406b492786c2aa3ff13f2532064339c2bb (patch)
tree96b9fc339e2a892c16169d0e4fdd8da28c9a835b /devel/gettext/patches
parent61a985158f6278d88a9a62a8c9d2595dc9bf3d8b (diff)
downloadpkgsrc-283fdb406b492786c2aa3ff13f2532064339c2bb.tar.gz
Update gettext* to 0.18.3:
Version 0.18.3 - July 2013 * Runtime behaviour: On Mac OS X systems, the setlocale() function now properly invalidates loaded message catalogs when a locale has been set. * Programming languages support: - C++: The gnu::autosprintf class now provides an assignment operator. - Glade: xgettext now supports GtkBuider file format used by Glade 3. xgettext now also extracts contexts (msgctxt) from Glade 2 and GtkBuider files. - JavaScript: xgettext now partially supports JavaScript. Since the current JavaScript specification (ECMA-262) does not define the standard set of formatting methods nor translation functions, the implementation supports only a limited set of formatting methods and translation functions commonly used in Gjs and other popular JavaScript implemenations and libraries. - Lua: xgettext now supports Lua, using Ľubomír Remák's lua-gettext. - Python: xgettext and msgfmt's format string checking now recognize Python format string in braced syntax (PEP 3101). xgettext now also supports explicit string concatenation with '+' and handles platform dependent line terminators (LF/CR/CRLF) transparently. - Tcl: Bug fix in xgettext Unicode escape handling. - Vala: xgettext now supports Vala. * msgattrib now has --previous option to keep previous msgid when making messages fuzzy, similar to msgmerge --previous. * msgfmt now checks PO file headers more strictly with less false-positives. * 'gettextize' now checks macro directories specified with AC_CONFIGURE_MACRO_DIRS in configure.ac. * Portability: - msginit now does not require GNU sed. - The Makefile rule for generating en@quot and en@boldquot now uses @SED@ variable instead of hard-coded 'sed' command to allow users to supply GNU sed. * Future backward-incompatibilities: - In future Gettext versions, the files installed by 'gettextize' will require Automake 1.10 or later. This will improve the compatibility of user projects with newer Automake versions.
Diffstat (limited to 'devel/gettext/patches')
-rw-r--r--devel/gettext/patches/patch-ao10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/gettext/patches/patch-ao b/devel/gettext/patches/patch-ao
index d14de8de59c..aaf3385d21e 100644
--- a/devel/gettext/patches/patch-ao
+++ b/devel/gettext/patches/patch-ao
@@ -1,6 +1,6 @@
-$NetBSD: patch-ao,v 1.5 2013/01/31 21:45:04 adam Exp $
+$NetBSD: patch-ao,v 1.6 2013/07/21 20:24:52 wiz Exp $
---- gettext-tools/config.h.in.orig 2012-12-25 05:33:29.000000000 +0000
+--- gettext-tools/config.h.in.orig 2013-07-07 09:20:54.000000000 +0000
+++ gettext-tools/config.h.in
@@ -1,5 +1,9 @@
/* config.h.in. Generated from configure.ac by autoheader. */
@@ -12,8 +12,8 @@ $NetBSD: patch-ao,v 1.5 2013/01/31 21:45:04 adam Exp $
/* Default value for alignment of strings in .mo file. */
#define DEFAULT_OUTPUT_ALIGNMENT 1
-@@ -2009,8 +2013,12 @@
- /* Define to 1 if you have the 'wctob' function. */
+@@ -2037,8 +2041,12 @@
+ /* Define to 1 if you have the `wctob' function. */
#undef HAVE_WCTOB
+#if !defined(__NetBSD__) || __NetBSD_Version__ >= 200000000
@@ -23,5 +23,5 @@ $NetBSD: patch-ao,v 1.5 2013/01/31 21:45:04 adam Exp $
#undef HAVE_WCTYPE_H
+#endif
- /* Define to 1 if you have the 'wcwidth' function. */
+ /* Define to 1 if you have the `wcwidth' function. */
#undef HAVE_WCWIDTH