update to 0.18.1
This commit is contained in:
parent
87b33f29ca
commit
26dc17567a
@ -1,14 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.50 2008/10/22 19:27:07 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.51 2010/07/03 03:23:22 naddy Exp $
|
||||
|
||||
COMMENT= GNU gettext
|
||||
|
||||
DISTNAME= gettext-0.17
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
SHARED_LIBS += intl 4.0 # .8.2
|
||||
DISTNAME= gettext-0.18.1
|
||||
SHARED_LIBS += intl 5.0 # .9.1
|
||||
SHARED_LIBS += asprintf 1.0 # .0.0
|
||||
SHARED_LIBS += gettextlib 2.0 # .0.0
|
||||
SHARED_LIBS += gettextsrc 2.0 # .0.0
|
||||
SHARED_LIBS += gettextpo 3.0 # .4.0
|
||||
SHARED_LIBS += gettextlib 3.0 # .0.0
|
||||
SHARED_LIBS += gettextsrc 3.0 # .0.0
|
||||
SHARED_LIBS += gettextpo 4.0 # .5.1
|
||||
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
|
||||
@ -24,23 +23,25 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= converters/libiconv
|
||||
WANTLIB= c expat m ncurses
|
||||
WANTLIB= c expat m ncurses stdc++
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--disable-csharp \
|
||||
--disable-java \
|
||||
--with-libiconv-prefix="${LOCALBASE}" \
|
||||
--with-included-gettext \
|
||||
--with-included-glib \
|
||||
--with-included-libcroco \
|
||||
--with-included-libunistring \
|
||||
--with-included-libxml \
|
||||
--without-emacs
|
||||
CONFIGURE_ENV= gt_cv_locale_ja=none # skip recode-sr-latin-2 regress test
|
||||
--without-emacs \
|
||||
--without-git
|
||||
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/build-aux
|
||||
|
||||
EXTRA_LOCALES= bg en he hr hu lv no
|
||||
EXTRA_LOCALES= en he hr hu lv no
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gettext-0.17.tar.gz) = WKK8bTnAuleCMDTVXWXWBg==
|
||||
RMD160 (gettext-0.17.tar.gz) = Nt+dStKEjsJnKXgeDX4ltBnn0mE=
|
||||
SHA1 (gettext-0.17.tar.gz) = xRgD2fdF9qzja9CcBIbVc1zjmc8=
|
||||
SHA256 (gettext-0.17.tar.gz) = IJY4u44WLyLCgRRaNOIgxm8fbp/15MUMby7y3tWVN7o=
|
||||
SIZE (gettext-0.17.tar.gz) = 11640890
|
||||
MD5 (gettext-0.18.1.tar.gz) = KuBPlg1foDd0Y23e8Z69vw==
|
||||
RMD160 (gettext-0.18.1.tar.gz) = RKDgYMH10nRiq41Y4B2i/qWkiqU=
|
||||
SHA1 (gettext-0.18.1.tar.gz) = FPhwpUU5MogPgc6Qqlmz2p1Nr1w=
|
||||
SHA256 (gettext-0.18.1.tar.gz) = N6lHu65jwxc6LiyqDmH4K4bCPz4/AS+PMJ7q+Q2DnHs=
|
||||
SIZE (gettext-0.18.1.tar.gz) = 15140564
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: gettext.port.mk,v 1.8 2008/06/13 04:56:33 naddy Exp $
|
||||
# $OpenBSD: gettext.port.mk,v 1.9 2010/07/03 03:23:22 naddy Exp $
|
||||
|
||||
MODGETTEXT_LIB_DEPENDS= intl.>=4:gettext->=0.10.38:devel/gettext \
|
||||
iconv.>=4::converters/libiconv
|
||||
MODGETTEXT_LIB_DEPENDS= intl.>=5:gettext->=0.10.38:devel/gettext \
|
||||
iconv.>=6::converters/libiconv
|
||||
|
||||
MODGETTEXT_RUN_DEPENDS= :gettext->=0.10.38:devel/gettext
|
||||
|
||||
@ -9,5 +9,5 @@ MODGETTEXT_RUN_DEPENDS= :gettext->=0.10.38:devel/gettext
|
||||
# necessary so that we have locale.alias installed on static archs.
|
||||
# Typically installed in PREFIX/share/locale.
|
||||
LIB_DEPENDS+= ${MODGETTEXT_LIB_DEPENDS}
|
||||
BUILD_DEPENDS+= :gettext->=0.17:devel/gettext
|
||||
BUILD_DEPENDS+= :gettext->=0.18.1:devel/gettext
|
||||
RUN_DEPENDS+= ${MODGETTEXT_RUN_DEPENDS}
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-gettext-runtime_configure,v 1.2 2008/06/13 04:56:34 naddy Exp $
|
||||
--- gettext-runtime/configure.orig Wed Nov 7 00:33:39 2007
|
||||
+++ gettext-runtime/configure Mon Jun 2 22:58:10 2008
|
||||
@@ -23491,7 +23491,9 @@ cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
$OpenBSD: patch-gettext-runtime_configure,v 1.3 2010/07/03 03:23:22 naddy Exp $
|
||||
--- gettext-runtime/configure.orig Fri Jun 4 12:54:35 2010
|
||||
+++ gettext-runtime/configure Mon Jun 28 20:20:17 2010
|
||||
@@ -14621,7 +14621,9 @@ else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
extern void xyzzy ();
|
||||
+#ifndef __vax__
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-gettext-runtime_intl_Makefile_in,v 1.4 2008/06/13 04:56:34 naddy Exp $
|
||||
--- gettext-runtime/intl/Makefile.in.orig Sun Nov 4 22:21:12 2007
|
||||
+++ gettext-runtime/intl/Makefile.in Mon Jun 2 22:58:10 2008
|
||||
@@ -193,7 +193,7 @@ libintl.a libgnuintl.a: $(OBJECTS)
|
||||
$OpenBSD: patch-gettext-runtime_intl_Makefile_in,v 1.5 2010/07/03 03:23:22 naddy Exp $
|
||||
--- gettext-runtime/intl/Makefile.in.orig Fri Jun 4 00:53:31 2010
|
||||
+++ gettext-runtime/intl/Makefile.in Mon Jun 28 20:20:26 2010
|
||||
@@ -220,7 +220,7 @@ libintl.a libgnuintl.a: $(OBJECTS)
|
||||
libintl.la libgnuintl.la: $(OBJECTS) $(OBJECTS_RES_@WOE32@)
|
||||
$(LIBTOOL) --mode=link \
|
||||
$(AM_V_GEN)$(LIBTOOL) $(AM_V_lt) --tag=CC --mode=link \
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ \
|
||||
- $(OBJECTS) @LTLIBICONV@ @INTL_MACOSX_LIBS@ $(LIBS) @LTLIBTHREAD@ @LTLIBC@ \
|
||||
+ $(OBJECTS) @INTL_MACOSX_LIBS@ $(LIBS) @LTLIBTHREAD@ \
|
||||
|
@ -1,15 +1,16 @@
|
||||
$OpenBSD: patch-gettext-runtime_intl_dcigettext_c,v 1.1 2008/06/13 04:56:34 naddy Exp $
|
||||
--- gettext-runtime/intl/dcigettext.c.orig Sun Oct 21 20:41:41 2007
|
||||
+++ gettext-runtime/intl/dcigettext.c Mon Jun 2 22:58:10 2008
|
||||
@@ -774,12 +774,16 @@ DCIGETTEXT (const char *domainname, const char *msgid1
|
||||
{
|
||||
$OpenBSD: patch-gettext-runtime_intl_dcigettext_c,v 1.2 2010/07/03 03:23:22 naddy Exp $
|
||||
--- gettext-runtime/intl/dcigettext.c.orig Mon Jun 28 20:23:14 2010
|
||||
+++ gettext-runtime/intl/dcigettext.c Mon Jun 28 20:25:07 2010
|
||||
@@ -769,13 +769,17 @@ DCIGETTEXT (const char *domainname, const char *msgid1
|
||||
/* Create a new entry and add it to the search tree. */
|
||||
size_t msgid_len;
|
||||
size_t size;
|
||||
+#ifdef HAVE_PER_THREAD_LOCALE
|
||||
+ size_t localename_len;
|
||||
+#endif
|
||||
struct known_translation_t *newp;
|
||||
|
||||
msgid_len = strlen (msgid1) + 1;
|
||||
size = offsetof (struct known_translation_t, msgid)
|
||||
+ msgid_len + domainname_len + 1;
|
||||
#ifdef HAVE_PER_THREAD_LOCALE
|
||||
@ -19,7 +20,7 @@ $OpenBSD: patch-gettext-runtime_intl_dcigettext_c,v 1.1 2008/06/13 04:56:34 nadd
|
||||
#endif
|
||||
newp = (struct known_translation_t *) malloc (size);
|
||||
if (newp != NULL)
|
||||
@@ -794,7 +798,7 @@ DCIGETTEXT (const char *domainname, const char *msgid1
|
||||
@@ -791,7 +795,7 @@ DCIGETTEXT (const char *domainname, const char *msgid1
|
||||
memcpy (new_domainname, domainname, domainname_len + 1);
|
||||
#ifdef HAVE_PER_THREAD_LOCALE
|
||||
new_localename = new_domainname + domainname_len + 1;
|
||||
|
@ -1,21 +0,0 @@
|
||||
$OpenBSD: patch-gettext-runtime_intl_libgnuintl_h_in,v 1.1 2008/09/18 14:47:59 naddy Exp $
|
||||
--- gettext-runtime/intl/libgnuintl.h.in.orig Thu Sep 18 16:19:59 2008
|
||||
+++ gettext-runtime/intl/libgnuintl.h.in Thu Sep 18 16:28:56 2008
|
||||
@@ -88,7 +88,7 @@ extern int libintl_version;
|
||||
If he doesn't, we choose the method. A third possible method is
|
||||
_INTL_REDIRECT_ASM, supported only by GCC. */
|
||||
#if !(defined _INTL_REDIRECT_INLINE || defined _INTL_REDIRECT_MACROS)
|
||||
-# if __GNUC__ >= 2 && !(__APPLE_CC__ > 1) && !defined __MINGW32__ && !(__GNUC__ == 2 && defined _AIX) && (defined __STDC__ || defined __cplusplus)
|
||||
+# if (defined __GNUC__ && __GNUC__ >= 2) && !(defined __APPLE_CC_ && __APPLE_CC__ > 1) && !defined __MINGW32__ && !(__GNUC__ == 2 && defined _AIX) && (defined __STDC__ || defined __cplusplus)
|
||||
# define _INTL_REDIRECT_ASM
|
||||
# else
|
||||
# ifdef __cplusplus
|
||||
@@ -110,7 +110,7 @@ extern int libintl_version;
|
||||
/* _INTL_MAY_RETURN_STRING_ARG(n) declares that the given function may return
|
||||
its n-th argument literally. This enables GCC to warn for example about
|
||||
printf (gettext ("foo %y")). */
|
||||
-#if __GNUC__ >= 3 && !(__APPLE_CC__ > 1 && defined __cplusplus)
|
||||
+#if (defined __GNUC__ && __GNUC__ >= 3) && !(defined __APPLE_CC__ && __APPLE_CC__ > 1 && defined __cplusplus)
|
||||
# define _INTL_MAY_RETURN_STRING_ARG(n) __attribute__ ((__format_arg__ (n)))
|
||||
#else
|
||||
# define _INTL_MAY_RETURN_STRING_ARG(n)
|
@ -1,15 +1,15 @@
|
||||
$OpenBSD: patch-gettext-runtime_intl_localcharset_c,v 1.1 2007/08/25 13:48:23 naddy Exp $
|
||||
--- gettext-runtime/intl/localcharset.c.orig Wed Aug 1 17:05:27 2007
|
||||
+++ gettext-runtime/intl/localcharset.c Wed Aug 1 17:15:26 2007
|
||||
@@ -194,8 +194,9 @@ get_charset_aliases (void)
|
||||
free (old_res_ptr);
|
||||
break;
|
||||
}
|
||||
- strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
|
||||
- strcpy (res_ptr + res_size - (l2 + 1), buf2);
|
||||
+ strlcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1,
|
||||
+ l1 + 1 + l2 + 1 + 1);
|
||||
+ strlcpy (res_ptr + res_size - (l2 + 1), buf2, l2 + 1 + 1);
|
||||
}
|
||||
fclose (fp);
|
||||
if (res_size == 0)
|
||||
$OpenBSD: patch-gettext-runtime_intl_localcharset_c,v 1.2 2010/07/03 03:23:22 naddy Exp $
|
||||
--- gettext-runtime/intl/localcharset.c.orig Mon Jun 28 20:25:43 2010
|
||||
+++ gettext-runtime/intl/localcharset.c Mon Jun 28 20:27:53 2010
|
||||
@@ -233,8 +233,9 @@ get_charset_aliases (void)
|
||||
free (old_res_ptr);
|
||||
break;
|
||||
}
|
||||
- strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
|
||||
- strcpy (res_ptr + res_size - (l2 + 1), buf2);
|
||||
+ strlcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1,
|
||||
+ l1 + 1 + l2 + 1 + 1);
|
||||
+ strlcpy (res_ptr + res_size - (l2 + 1), buf2, l2 + 1 + 1);
|
||||
}
|
||||
fclose (fp);
|
||||
if (res_size == 0)
|
||||
|
@ -1,25 +1,25 @@
|
||||
$OpenBSD: patch-gettext-runtime_intl_log_c,v 1.2 2007/08/25 13:48:23 naddy Exp $
|
||||
--- gettext-runtime/intl/log.c.orig Mon Nov 27 18:02:00 2006
|
||||
+++ gettext-runtime/intl/log.c Wed Aug 1 17:17:41 2007
|
||||
@@ -64,6 +64,7 @@ _nl_log_untranslated_locked (const char *logfilename,
|
||||
const char *msgid1, const char *msgid2, int plural)
|
||||
$OpenBSD: patch-gettext-runtime_intl_log_c,v 1.3 2010/07/03 03:23:22 naddy Exp $
|
||||
--- gettext-runtime/intl/log.c.orig Mon Jun 28 20:31:59 2010
|
||||
+++ gettext-runtime/intl/log.c Mon Jun 28 23:05:31 2010
|
||||
@@ -68,6 +68,7 @@ _nl_log_untranslated_locked (const char *logfilename,
|
||||
{
|
||||
FILE *logfile;
|
||||
const char *separator;
|
||||
+ size_t len;
|
||||
|
||||
/* Can we reuse the last opened logfile? */
|
||||
if (last_logfilename == NULL || strcmp (logfilename, last_logfilename) != 0)
|
||||
@@ -80,10 +81,11 @@ _nl_log_untranslated_locked (const char *logfilename,
|
||||
last_logfilename = NULL;
|
||||
}
|
||||
@@ -84,10 +85,11 @@ _nl_log_untranslated_locked (const char *logfilename,
|
||||
last_logfilename = NULL;
|
||||
}
|
||||
/* Open the logfile. */
|
||||
- last_logfilename = (char *) malloc (strlen (logfilename) + 1);
|
||||
+ len = strlen (logfilename) + 1;
|
||||
+ last_logfilename = (char *) malloc (len);
|
||||
if (last_logfilename == NULL)
|
||||
return;
|
||||
return;
|
||||
- strcpy (last_logfilename, logfilename);
|
||||
+ strlcpy (last_logfilename, logfilename, len);
|
||||
last_logfile = fopen (logfilename, "a");
|
||||
if (last_logfile == NULL)
|
||||
return;
|
||||
return;
|
||||
|
@ -1,26 +1,46 @@
|
||||
$OpenBSD: patch-gettext-runtime_intl_relocatable_c,v 1.2 2007/08/25 13:48:23 naddy Exp $
|
||||
--- gettext-runtime/intl/relocatable.c.orig Mon Nov 27 18:02:00 2006
|
||||
+++ gettext-runtime/intl/relocatable.c Wed Aug 1 17:17:41 2007
|
||||
@@ -448,15 +448,19 @@ relocate (const char *pathname)
|
||||
{
|
||||
/* pathname starts with orig_prefix. */
|
||||
const char *pathname_tail = &pathname[orig_prefix_len];
|
||||
- char *result =
|
||||
- (char *) xmalloc (curr_prefix_len + strlen (pathname_tail) + 1);
|
||||
+ size_t len;
|
||||
+ char *result;
|
||||
+
|
||||
+ len = curr_prefix_len + strlen (pathname_tail) + 1;
|
||||
+ result = (char *) xmalloc (len);
|
||||
$OpenBSD: patch-gettext-runtime_intl_relocatable_c,v 1.3 2010/07/03 03:23:22 naddy Exp $
|
||||
--- gettext-runtime/intl/relocatable.c.orig Sat Dec 12 16:08:01 2009
|
||||
+++ gettext-runtime/intl/relocatable.c Tue Jun 29 00:13:57 2010
|
||||
@@ -459,13 +459,17 @@ relocate (const char *pathname)
|
||||
if (pathname[orig_prefix_len] == '\0')
|
||||
{
|
||||
/* pathname equals orig_prefix. */
|
||||
- char *result = (char *) xmalloc (strlen (curr_prefix) + 1);
|
||||
+ char *result;
|
||||
+ size_t len;
|
||||
|
||||
+ len = strlen (curr_prefix) + 1;
|
||||
+ result = (char *) xmalloc (len);
|
||||
+
|
||||
#ifdef NO_XMALLOC
|
||||
if (result != NULL)
|
||||
if (result != NULL)
|
||||
#endif
|
||||
{
|
||||
memcpy (result, curr_prefix, curr_prefix_len);
|
||||
- strcpy (result + curr_prefix_len, pathname_tail);
|
||||
+ result[curr_prefix_len] = '\0';
|
||||
+ strlcat (result, pathname_tail, len);
|
||||
return result;
|
||||
}
|
||||
}
|
||||
{
|
||||
- strcpy (result, curr_prefix);
|
||||
+ strlcpy (result, curr_prefix, len);
|
||||
return result;
|
||||
}
|
||||
}
|
||||
@@ -473,15 +477,19 @@ relocate (const char *pathname)
|
||||
{
|
||||
/* pathname starts with orig_prefix. */
|
||||
const char *pathname_tail = &pathname[orig_prefix_len];
|
||||
- char *result =
|
||||
- (char *) xmalloc (curr_prefix_len + strlen (pathname_tail) + 1);
|
||||
+ char *result;
|
||||
+ size_t len;
|
||||
|
||||
+ len = curr_prefix_len + strlen (pathname_tail) + 1;
|
||||
+ result = (char *) xmalloc (len);
|
||||
+
|
||||
#ifdef NO_XMALLOC
|
||||
if (result != NULL)
|
||||
#endif
|
||||
{
|
||||
memcpy (result, curr_prefix, curr_prefix_len);
|
||||
- strcpy (result + curr_prefix_len, pathname_tail);
|
||||
+ result[curr_prefix_len] = '\0';
|
||||
+ strlcat (result, pathname_tail, len);
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
18
devel/gettext/patches/patch-gettext-runtime_m4_fcntl-o_m4
Normal file
18
devel/gettext/patches/patch-gettext-runtime_m4_fcntl-o_m4
Normal file
@ -0,0 +1,18 @@
|
||||
$OpenBSD: patch-gettext-runtime_m4_fcntl-o_m4,v 1.1 2010/07/03 03:23:22 naddy Exp $
|
||||
|
||||
Provide fallback for AC_USE_SYSTEM_EXTENSIONS which was introduced
|
||||
in autoconf 2.60.
|
||||
|
||||
--- gettext-runtime/m4/fcntl-o.m4.orig Thu Jul 1 07:44:09 2010
|
||||
+++ gettext-runtime/m4/fcntl-o.m4 Thu Jul 1 07:44:43 2010
|
||||
@@ -12,7 +12,9 @@ dnl Written by Paul Eggert.
|
||||
AC_DEFUN([gl_FCNTL_O_FLAGS],
|
||||
[
|
||||
dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
|
||||
- AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
|
||||
+ m4_ifdef([AC_USE_SYSTEM_EXTENSIONS],
|
||||
+ [AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])],
|
||||
+ [AC_REQUIRE([AC_GNU_SOURCE])])
|
||||
AC_CACHE_CHECK([for working fcntl.h], [gl_cv_header_working_fcntl_h],
|
||||
[AC_RUN_IFELSE(
|
||||
[AC_LANG_PROGRAM(
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-gettext-tools_configure,v 1.2 2008/06/13 04:56:34 naddy Exp $
|
||||
--- gettext-tools/configure.orig Wed Nov 7 00:37:40 2007
|
||||
+++ gettext-tools/configure Mon Jun 2 22:58:10 2008
|
||||
@@ -24651,7 +24651,9 @@ cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
$OpenBSD: patch-gettext-tools_configure,v 1.3 2010/07/03 03:23:22 naddy Exp $
|
||||
--- gettext-tools/configure.orig Fri Jun 4 12:55:21 2010
|
||||
+++ gettext-tools/configure Mon Jun 28 23:50:31 2010
|
||||
@@ -16451,7 +16451,9 @@ else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
extern void xyzzy ();
|
||||
+#ifndef __vax__
|
||||
|
@ -1,16 +1,12 @@
|
||||
$OpenBSD: patch-gettext-tools_gnulib-lib_Makefile_in,v 1.2 2008/06/13 04:56:34 naddy Exp $
|
||||
--- gettext-tools/gnulib-lib/Makefile.in.orig Wed Nov 7 00:39:50 2007
|
||||
+++ gettext-tools/gnulib-lib/Makefile.in Mon Jun 2 22:58:10 2008
|
||||
@@ -1173,9 +1173,9 @@ EXTRA_libgettextlib_la_SOURCES = acl.c acl_entries.c f
|
||||
$OpenBSD: patch-gettext-tools_gnulib-lib_Makefile_in,v 1.3 2010/07/03 03:23:22 naddy Exp $
|
||||
--- gettext-tools/gnulib-lib/Makefile.in.orig Tue Jun 29 00:25:09 2010
|
||||
+++ gettext-tools/gnulib-lib/Makefile.in Tue Jun 29 00:25:36 2010
|
||||
@@ -1803,7 +1803,7 @@ EXTRA_libgettextlib_la_SOURCES = acl_entries.c argmatc
|
||||
# Need @LTLIBICONV@ because linebreak.c and striconv.c use iconv().
|
||||
# Need @LIB_ACL@ because copy-file.c uses acl.h.
|
||||
# Need @LTLIBC@ for -no-undefined to work on many platforms.
|
||||
-libgettextlib_la_LDFLAGS = $(AM_LDFLAGS) -release @VERSION@ \
|
||||
- @LTLIBINTL@ @LTLIBICONV@ @LIB_ACL@ @LTLIBC@ @LTNOUNDEF@ \
|
||||
- $(am__append_3) $(am__append_11)
|
||||
+libgettextlib_la_LDFLAGS = $(AM_LDFLAGS) \
|
||||
+ @LIB_ACL@ @LTNOUNDEF@ \
|
||||
+ $(am__append_3)
|
||||
|
||||
# Use this preprocessor expression to decide whether #include_next works.
|
||||
# Do not rely on a 'configure'-time test for this, since the expression
|
||||
$(LTLIBUNISTRING) @LTLIBINTL@ @LTLIBICONV@ @LIB_ACL@ @LTLIBC@ \
|
||||
@LTNOUNDEF@ $(am__append_3) $(am__append_12)
|
||||
ARG_NONNULL_H = arg-nonnull.h
|
||||
|
@ -1,19 +0,0 @@
|
||||
$OpenBSD: patch-gettext-tools_gnulib-lib_glibconfig_in_h,v 1.1 2008/06/30 17:37:00 naddy Exp $
|
||||
--- gettext-tools/gnulib-lib/glibconfig.in.h.orig Mon Jun 30 17:59:23 2008
|
||||
+++ gettext-tools/gnulib-lib/glibconfig.in.h Mon Jun 30 18:00:56 2008
|
||||
@@ -40,11 +40,11 @@ typedef uint32_t guint32;
|
||||
typedef size_t gsize;
|
||||
typedef ssize_t gssize;
|
||||
|
||||
-#define GPOINTER_TO_INT(p) ((gint) (p))
|
||||
-#define GPOINTER_TO_UINT(p) ((guint) (p))
|
||||
+#define GPOINTER_TO_INT(p) ((gint) (glong) (p))
|
||||
+#define GPOINTER_TO_UINT(p) ((guint) (gulong) (p))
|
||||
|
||||
-#define GINT_TO_POINTER(i) ((gpointer) (i))
|
||||
-#define GUINT_TO_POINTER(u) ((gpointer) (u))
|
||||
+#define GINT_TO_POINTER(i) ((gpointer) (glong) (i))
|
||||
+#define GUINT_TO_POINTER(u) ((gpointer) (gulong) (u))
|
||||
|
||||
#define g_memmove memmove
|
||||
|
135
devel/gettext/patches/patch-gettext-tools_gnulib-lib_string_in_h
Normal file
135
devel/gettext/patches/patch-gettext-tools_gnulib-lib_string_in_h
Normal file
@ -0,0 +1,135 @@
|
||||
$OpenBSD: patch-gettext-tools_gnulib-lib_string_in_h,v 1.1 2010/07/03 03:23:22 naddy Exp $
|
||||
--- gettext-tools/gnulib-lib/string.in.h.orig Mon May 24 11:42:47 2010
|
||||
+++ gettext-tools/gnulib-lib/string.in.h Wed Jun 30 07:34:09 2010
|
||||
@@ -41,10 +41,12 @@
|
||||
# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
|
||||
# define __attribute__(Spec) /* empty */
|
||||
# endif
|
||||
+#endif
|
||||
/* The attribute __pure__ was added in gcc 2.96. */
|
||||
-# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 96)
|
||||
-# define __pure__ /* empty */
|
||||
-# endif
|
||||
+#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
|
||||
+# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
|
||||
+#else
|
||||
+# define _GL_ATTRIBUTE_PURE /* empty */
|
||||
#endif
|
||||
|
||||
|
||||
@@ -62,13 +64,13 @@
|
||||
# define memchr rpl_memchr
|
||||
# endif
|
||||
_GL_FUNCDECL_RPL (memchr, void *, (void const *__s, int __c, size_t __n)
|
||||
- __attribute__ ((__pure__))
|
||||
+ _GL_ATTRIBUTE_PURE
|
||||
_GL_ARG_NONNULL ((1)));
|
||||
_GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n));
|
||||
# else
|
||||
# if ! @HAVE_MEMCHR@
|
||||
_GL_FUNCDECL_SYS (memchr, void *, (void const *__s, int __c, size_t __n)
|
||||
- __attribute__ ((__pure__))
|
||||
+ _GL_ATTRIBUTE_PURE
|
||||
_GL_ARG_NONNULL ((1)));
|
||||
# endif
|
||||
/* On some systems, this function is defined as an overloaded function:
|
||||
@@ -102,7 +104,8 @@ _GL_WARN_ON_USE (memchr, "memchr has platform-specific
|
||||
_GL_FUNCDECL_RPL (memmem, void *,
|
||||
(void const *__haystack, size_t __haystack_len,
|
||||
void const *__needle, size_t __needle_len)
|
||||
- __attribute__ ((__pure__)) _GL_ARG_NONNULL ((1, 3)));
|
||||
+ _GL_ATTRIBUTE_PURE
|
||||
+ _GL_ARG_NONNULL ((1, 3)));
|
||||
_GL_CXXALIAS_RPL (memmem, void *,
|
||||
(void const *__haystack, size_t __haystack_len,
|
||||
void const *__needle, size_t __needle_len));
|
||||
@@ -111,7 +114,8 @@ _GL_CXXALIAS_RPL (memmem, void *,
|
||||
_GL_FUNCDECL_SYS (memmem, void *,
|
||||
(void const *__haystack, size_t __haystack_len,
|
||||
void const *__needle, size_t __needle_len)
|
||||
- __attribute__ ((__pure__)) _GL_ARG_NONNULL ((1, 3)));
|
||||
+ _GL_ATTRIBUTE_PURE
|
||||
+ _GL_ARG_NONNULL ((1, 3)));
|
||||
# endif
|
||||
_GL_CXXALIAS_SYS (memmem, void *,
|
||||
(void const *__haystack, size_t __haystack_len,
|
||||
@@ -152,7 +156,7 @@ _GL_WARN_ON_USE (mempcpy, "mempcpy is unportable - "
|
||||
#if @GNULIB_MEMRCHR@
|
||||
# if ! @HAVE_DECL_MEMRCHR@
|
||||
_GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t)
|
||||
- __attribute__ ((__pure__))
|
||||
+ _GL_ATTRIBUTE_PURE
|
||||
_GL_ARG_NONNULL ((1)));
|
||||
# endif
|
||||
/* On some systems, this function is defined as an overloaded function:
|
||||
@@ -182,7 +186,7 @@ _GL_WARN_ON_USE (memrchr, "memrchr is unportable - "
|
||||
#if @GNULIB_RAWMEMCHR@
|
||||
# if ! @HAVE_RAWMEMCHR@
|
||||
_GL_FUNCDECL_SYS (rawmemchr, void *, (void const *__s, int __c_in)
|
||||
- __attribute__ ((__pure__))
|
||||
+ _GL_ATTRIBUTE_PURE
|
||||
_GL_ARG_NONNULL ((1)));
|
||||
# endif
|
||||
/* On some systems, this function is defined as an overloaded function:
|
||||
@@ -272,7 +276,7 @@ _GL_WARN_ON_USE (strchr, "strchr cannot work correctly
|
||||
#if @GNULIB_STRCHRNUL@
|
||||
# if ! @HAVE_STRCHRNUL@
|
||||
_GL_FUNCDECL_SYS (strchrnul, char *, (char const *__s, int __c_in)
|
||||
- __attribute__ ((__pure__))
|
||||
+ _GL_ATTRIBUTE_PURE
|
||||
_GL_ARG_NONNULL ((1)));
|
||||
# endif
|
||||
/* On some systems, this function is defined as an overloaded function:
|
||||
@@ -378,13 +382,13 @@ _GL_WARN_ON_USE (strndup, "strndup is unportable - "
|
||||
# define strnlen rpl_strnlen
|
||||
# endif
|
||||
_GL_FUNCDECL_RPL (strnlen, size_t, (char const *__string, size_t __maxlen)
|
||||
- __attribute__ ((__pure__))
|
||||
+ _GL_ATTRIBUTE_PURE
|
||||
_GL_ARG_NONNULL ((1)));
|
||||
_GL_CXXALIAS_RPL (strnlen, size_t, (char const *__string, size_t __maxlen));
|
||||
# else
|
||||
# if ! @HAVE_DECL_STRNLEN@
|
||||
_GL_FUNCDECL_SYS (strnlen, size_t, (char const *__string, size_t __maxlen)
|
||||
- __attribute__ ((__pure__))
|
||||
+ _GL_ATTRIBUTE_PURE
|
||||
_GL_ARG_NONNULL ((1)));
|
||||
# endif
|
||||
_GL_CXXALIAS_SYS (strnlen, size_t, (char const *__string, size_t __maxlen));
|
||||
@@ -414,7 +418,7 @@ _GL_WARN_ON_USE (strcspn, "strcspn cannot work correct
|
||||
#if @GNULIB_STRPBRK@
|
||||
# if ! @HAVE_STRPBRK@
|
||||
_GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
|
||||
- __attribute__ ((__pure__))
|
||||
+ _GL_ATTRIBUTE_PURE
|
||||
_GL_ARG_NONNULL ((1, 2)));
|
||||
# endif
|
||||
/* On some systems, this function is defined as an overloaded function:
|
||||
@@ -514,7 +518,7 @@ _GL_WARN_ON_USE (strsep, "strsep is unportable - "
|
||||
# define strstr rpl_strstr
|
||||
# endif
|
||||
_GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle)
|
||||
- __attribute__ ((__pure__))
|
||||
+ _GL_ATTRIBUTE_PURE
|
||||
_GL_ARG_NONNULL ((1, 2)));
|
||||
_GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle));
|
||||
# else
|
||||
@@ -556,14 +560,16 @@ _GL_WARN_ON_USE (strstr, "strstr is quadratic on many
|
||||
# endif
|
||||
_GL_FUNCDECL_RPL (strcasestr, char *,
|
||||
(const char *haystack, const char *needle)
|
||||
- __attribute__ ((__pure__)) _GL_ARG_NONNULL ((1, 2)));
|
||||
+ _GL_ATTRIBUTE_PURE
|
||||
+ _GL_ARG_NONNULL ((1, 2)));
|
||||
_GL_CXXALIAS_RPL (strcasestr, char *,
|
||||
(const char *haystack, const char *needle));
|
||||
# else
|
||||
# if ! @HAVE_STRCASESTR@
|
||||
_GL_FUNCDECL_SYS (strcasestr, char *,
|
||||
(const char *haystack, const char *needle)
|
||||
- __attribute__ ((__pure__)) _GL_ARG_NONNULL ((1, 2)));
|
||||
+ _GL_ATTRIBUTE_PURE
|
||||
+ _GL_ARG_NONNULL ((1, 2)));
|
||||
# endif
|
||||
/* On some systems, this function is defined as an overloaded function:
|
||||
extern "C++" { const char * strcasestr (const char *, const char *); }
|
@ -1,107 +0,0 @@
|
||||
$OpenBSD: patch-gettext-tools_gnulib-tests_Makefile_in,v 1.1 2008/06/13 04:56:34 naddy Exp $
|
||||
--- gettext-tools/gnulib-tests/Makefile.in.orig Wed Nov 7 00:39:54 2007
|
||||
+++ gettext-tools/gnulib-tests/Makefile.in Wed Jun 4 20:47:49 2008
|
||||
@@ -265,10 +265,10 @@ test_alloca_opt_LDADD = $(LDADD)
|
||||
test_alloca_opt_DEPENDENCIES = ../gnulib-lib/libgettextlib.la
|
||||
test_argmatch_SOURCES = test-argmatch.c
|
||||
test_argmatch_OBJECTS = test-argmatch.$(OBJEXT)
|
||||
-test_argmatch_DEPENDENCIES = $(LDADD)
|
||||
+test_argmatch_DEPENDENCIES = ../gnulib-lib/libgettextlib.la
|
||||
test_array_list_SOURCES = test-array_list.c
|
||||
test_array_list_OBJECTS = test-array_list.$(OBJEXT)
|
||||
-test_array_list_DEPENDENCIES = $(LDADD)
|
||||
+test_array_list_DEPENDENCIES = ../gnulib-lib/libgettextlib.la
|
||||
test_atexit_SOURCES = test-atexit.c
|
||||
test_atexit_OBJECTS = test-atexit.$(OBJEXT)
|
||||
test_atexit_LDADD = $(LDADD)
|
||||
@@ -303,7 +303,7 @@ test_c_strstr_LDADD = $(LDADD)
|
||||
test_c_strstr_DEPENDENCIES = ../gnulib-lib/libgettextlib.la
|
||||
test_canonicalize_lgpl_SOURCES = test-canonicalize-lgpl.c
|
||||
test_canonicalize_lgpl_OBJECTS = test-canonicalize-lgpl.$(OBJEXT)
|
||||
-test_canonicalize_lgpl_DEPENDENCIES = $(LDADD)
|
||||
+test_canonicalize_lgpl_DEPENDENCIES = ../gnulib-lib/libgettextlib.la
|
||||
test_fcntl_SOURCES = test-fcntl.c
|
||||
test_fcntl_OBJECTS = test-fcntl.$(OBJEXT)
|
||||
test_fcntl_LDADD = $(LDADD)
|
||||
@@ -315,7 +315,7 @@ test_fopen_DEPENDENCIES = ../gnulib-lib/libgettextlib.
|
||||
test_fstrcmp_SOURCES = test-fstrcmp.c
|
||||
test_fstrcmp_OBJECTS = test-fstrcmp.$(OBJEXT)
|
||||
am__DEPENDENCIES_1 =
|
||||
-test_fstrcmp_DEPENDENCIES = $(LDADD) $(am__DEPENDENCIES_1)
|
||||
+test_fstrcmp_DEPENDENCIES = ../gnulib-lib/libgettextlib.la $(am__DEPENDENCIES_1)
|
||||
test_getdelim_SOURCES = test-getdelim.c
|
||||
test_getdelim_OBJECTS = test-getdelim.$(OBJEXT)
|
||||
test_getdelim_LDADD = $(LDADD)
|
||||
@@ -330,20 +330,20 @@ test_gettimeofday_LDADD = $(LDADD)
|
||||
test_gettimeofday_DEPENDENCIES = ../gnulib-lib/libgettextlib.la
|
||||
test_iconv_SOURCES = test-iconv.c
|
||||
test_iconv_OBJECTS = test-iconv.$(OBJEXT)
|
||||
-test_iconv_DEPENDENCIES = $(LDADD)
|
||||
+test_iconv_DEPENDENCIES = ../gnulib-lib/libgettextlib.la
|
||||
test_linkedhash_list_SOURCES = test-linkedhash_list.c
|
||||
test_linkedhash_list_OBJECTS = test-linkedhash_list.$(OBJEXT)
|
||||
-test_linkedhash_list_DEPENDENCIES = $(LDADD)
|
||||
+test_linkedhash_list_DEPENDENCIES = ../gnulib-lib/libgettextlib.la
|
||||
test_locale_SOURCES = test-locale.c
|
||||
test_locale_OBJECTS = test-locale.$(OBJEXT)
|
||||
test_locale_LDADD = $(LDADD)
|
||||
test_locale_DEPENDENCIES = ../gnulib-lib/libgettextlib.la
|
||||
test_localename_SOURCES = test-localename.c
|
||||
test_localename_OBJECTS = test-localename.$(OBJEXT)
|
||||
-test_localename_DEPENDENCIES = $(LDADD)
|
||||
+test_localename_DEPENDENCIES = ../gnulib-lib/libgettextlib.la
|
||||
test_lock_SOURCES = test-lock.c
|
||||
test_lock_OBJECTS = test-lock.$(OBJEXT)
|
||||
-test_lock_DEPENDENCIES = $(LDADD)
|
||||
+test_lock_DEPENDENCIES = ../gnulib-lib/libgettextlib.la
|
||||
test_malloca_SOURCES = test-malloca.c
|
||||
test_malloca_OBJECTS = test-malloca.$(OBJEXT)
|
||||
test_malloca_LDADD = $(LDADD)
|
||||
@@ -390,7 +390,7 @@ test_strerror_LDADD = $(LDADD)
|
||||
test_strerror_DEPENDENCIES = ../gnulib-lib/libgettextlib.la
|
||||
test_striconv_SOURCES = test-striconv.c
|
||||
test_striconv_OBJECTS = test-striconv.$(OBJEXT)
|
||||
-test_striconv_DEPENDENCIES = $(LDADD)
|
||||
+test_striconv_DEPENDENCIES = ../gnulib-lib/libgettextlib.la
|
||||
test_string_SOURCES = test-string.c
|
||||
test_string_OBJECTS = test-string.$(OBJEXT)
|
||||
test_string_LDADD = $(LDADD)
|
||||
@@ -405,17 +405,17 @@ test_sys_time_LDADD = $(LDADD)
|
||||
test_sys_time_DEPENDENCIES = ../gnulib-lib/libgettextlib.la
|
||||
test_term_ostream_SOURCES = test-term-ostream.c
|
||||
test_term_ostream_OBJECTS = test-term-ostream.$(OBJEXT)
|
||||
-test_term_ostream_DEPENDENCIES = $(LDADD)
|
||||
+test_term_ostream_DEPENDENCIES = ../gnulib-lib/libgettextlib.la
|
||||
test_tls_SOURCES = test-tls.c
|
||||
test_tls_OBJECTS = test-tls.$(OBJEXT)
|
||||
-test_tls_DEPENDENCIES = $(LDADD)
|
||||
+test_tls_DEPENDENCIES = ../gnulib-lib/libgettextlib.la
|
||||
am_test_uc_width_OBJECTS = test-uc_width.$(OBJEXT)
|
||||
test_uc_width_OBJECTS = $(am_test_uc_width_OBJECTS)
|
||||
test_uc_width_LDADD = $(LDADD)
|
||||
test_uc_width_DEPENDENCIES = ../gnulib-lib/libgettextlib.la
|
||||
am_test_uninames_OBJECTS = test-uninames.$(OBJEXT)
|
||||
test_uninames_OBJECTS = $(am_test_uninames_OBJECTS)
|
||||
-test_uninames_DEPENDENCIES = $(LDADD)
|
||||
+test_uninames_DEPENDENCIES = ../gnulib-lib/libgettextlib.la
|
||||
test_unistd_SOURCES = test-unistd.c
|
||||
test_unistd_OBJECTS = test-unistd.$(OBJEXT)
|
||||
test_unistd_LDADD = $(LDADD)
|
||||
@@ -446,7 +446,7 @@ test_wcwidth_LDADD = $(LDADD)
|
||||
test_wcwidth_DEPENDENCIES = ../gnulib-lib/libgettextlib.la
|
||||
test_xvasprintf_SOURCES = test-xvasprintf.c
|
||||
test_xvasprintf_OBJECTS = test-xvasprintf.$(OBJEXT)
|
||||
-test_xvasprintf_DEPENDENCIES = $(LDADD)
|
||||
+test_xvasprintf_DEPENDENCIES = ../gnulib-lib/libgettextlib.la
|
||||
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
|
||||
depcomp = $(SHELL) $(top_srcdir)/../build-aux/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
@@ -1020,7 +1020,7 @@ AM_CPPFLAGS = \
|
||||
-I.. -I$(srcdir)/.. \
|
||||
-I../gnulib-lib -I$(srcdir)/../gnulib-lib
|
||||
|
||||
-LDADD = ../gnulib-lib/libgettextlib.la
|
||||
+LDADD = ../gnulib-lib/libgettextlib.la @LTLIBINTL@ -lncurses
|
||||
test_argmatch_LDADD = $(LDADD) @LIBINTL@
|
||||
test_array_list_LDADD = $(LDADD) @LIBINTL@
|
||||
test_canonicalize_lgpl_LDADD = $(LDADD)
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-gettext-tools_libgettextpo_Makefile_in,v 1.2 2008/06/13 04:56:34 naddy Exp $
|
||||
--- gettext-tools/libgettextpo/Makefile.in.orig Wed Nov 7 00:39:59 2007
|
||||
+++ gettext-tools/libgettextpo/Makefile.in Mon Jun 2 22:58:10 2008
|
||||
@@ -873,7 +873,7 @@ LTV_AGE = 4
|
||||
libgettextpo_la_LIBADD = libgnu.la $(WOE32_LDADD)
|
||||
libgettextpo_la_LDFLAGS = -version-info \
|
||||
$(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) -rpath $(libdir) \
|
||||
- @LTLIBINTL@ @LTLIBICONV@ -lc @LTNOUNDEF@ $(am__append_2)
|
||||
+ @LTNOUNDEF@ $(am__append_2)
|
||||
@WOE32_FALSE@WOE32_LDADD =
|
||||
@WOE32_TRUE@WOE32_LDADD = libgettextpo.res
|
||||
libgnu_la_SOURCES = basename.h basename.c c-ctype.h c-ctype.c \
|
@ -1,61 +1,12 @@
|
||||
$OpenBSD: patch-gettext-tools_src_Makefile_in,v 1.3 2008/06/13 04:56:34 naddy Exp $
|
||||
--- gettext-tools/src/Makefile.in.orig Wed Nov 7 00:40:15 2007
|
||||
+++ gettext-tools/src/Makefile.in Mon Jun 2 22:58:10 2008
|
||||
@@ -999,7 +999,7 @@ AM_CPPFLAGS = \
|
||||
|
||||
# Ensure that <stdint.h> defines SIZE_MAX in C++ mode, like it does in C mode.
|
||||
AM_CXXFLAGS = -D__STDC_LIMIT_MACROS
|
||||
-LDADD = ../gnulib-lib/libgettextlib.la @LTLIBINTL@ $(WOE32_LDADD)
|
||||
+LDADD = ../gnulib-lib/libgettextlib.la @LTLIBINTL@ -lncurses $(WOE32_LDADD)
|
||||
JAVACOMP = $(SHELL) ../javacomp.sh
|
||||
CSHARPCOMP = $(SHELL) ../csharpcomp.sh
|
||||
|
||||
@@ -1102,8 +1102,7 @@ urlget_SOURCES = urlget.c
|
||||
$OpenBSD: patch-gettext-tools_src_Makefile_in,v 1.4 2010/07/03 03:23:22 naddy Exp $
|
||||
--- gettext-tools/src/Makefile.in.orig Tue Jun 29 00:26:17 2010
|
||||
+++ gettext-tools/src/Makefile.in Tue Jun 29 00:26:33 2010
|
||||
@@ -1612,7 +1612,7 @@ urlget_SOURCES = urlget.c
|
||||
# Need @LTLIBINTL@ because many source files use gettext().
|
||||
# Need @LTLIBICONV@ because po-charset.c, po-lex.c, msgl-iconv.c, write-po.c
|
||||
# use iconv().
|
||||
-libgettextsrc_la_LDFLAGS = -release @VERSION@ \
|
||||
- ../gnulib-lib/libgettextlib.la @LTLIBINTL@ @LTLIBICONV@ -lc \
|
||||
+libgettextsrc_la_LDFLAGS = \
|
||||
@LTNOUNDEF@ $(am__append_2)
|
||||
../gnulib-lib/libgettextlib.la $(LTLIBUNISTRING) @LTLIBINTL@ \
|
||||
@LTLIBICONV@ -lc @LTNOUNDEF@ $(am__append_2)
|
||||
|
||||
# Compile-time flags for particular source files.
|
||||
@@ -1114,22 +1113,22 @@ msgmerge_CXXFLAGS = $(AM_CXXFLAGS) $(OPENMP_CFLAGS)
|
||||
# INTL_MACOSX_LIBS is needed because the programs depend on libintl.la
|
||||
# but libtool doesn't put -Wl,-framework options into .la files.
|
||||
# For msginit, it is also needed because of localename.c.
|
||||
-msgcmp_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
-msgfmt_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
-msgmerge_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ @MSGMERGE_LIBM@ $(WOE32_LDADD) $(OPENMP_CFLAGS)
|
||||
-msgunfmt_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
-xgettext_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ @LTLIBEXPAT@ $(WOE32_LDADD)
|
||||
-msgattrib_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
-msgcat_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
-msgcomm_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
-msgconv_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
-msgen_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
-msgexec_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
-msgfilter_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
-msggrep_LDADD = $(LIBGREP) libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
-msginit_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
-msguniq_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
-recode_sr_latin_LDADD = ../gnulib-lib/libgettextlib.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
+msgcmp_LDADD = libgettextsrc.la ../gnulib-lib/libgettextlib.la @LTLIBINTL@ -lncurses @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
+msgfmt_LDADD = libgettextsrc.la ../gnulib-lib/libgettextlib.la @LTLIBINTL@ -lncurses @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
+msgmerge_LDADD = libgettextsrc.la ../gnulib-lib/libgettextlib.la @LTLIBINTL@ -lncurses @INTL_MACOSX_LIBS@ @MSGMERGE_LIBM@ $(WOE32_LDADD) $(OPENMP_CFLAGS)
|
||||
+msgunfmt_LDADD = libgettextsrc.la ../gnulib-lib/libgettextlib.la @LTLIBINTL@ -lncurses @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
+xgettext_LDADD = libgettextsrc.la ../gnulib-lib/libgettextlib.la @LTLIBINTL@ -lncurses @INTL_MACOSX_LIBS@ @LTLIBEXPAT@ $(WOE32_LDADD)
|
||||
+msgattrib_LDADD = libgettextsrc.la ../gnulib-lib/libgettextlib.la @LTLIBINTL@ -lncurses @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
+msgcat_LDADD = libgettextsrc.la ../gnulib-lib/libgettextlib.la @LTLIBINTL@ -lncurses @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
+msgcomm_LDADD = libgettextsrc.la ../gnulib-lib/libgettextlib.la @LTLIBINTL@ -lncurses @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
+msgconv_LDADD = libgettextsrc.la ../gnulib-lib/libgettextlib.la @LTLIBINTL@ -lncurses @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
+msgen_LDADD = libgettextsrc.la ../gnulib-lib/libgettextlib.la @LTLIBINTL@ -lncurses @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
+msgexec_LDADD = libgettextsrc.la ../gnulib-lib/libgettextlib.la @LTLIBINTL@ -lncurses @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
+msgfilter_LDADD = libgettextsrc.la ../gnulib-lib/libgettextlib.la @LTLIBINTL@ -lncurses @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
+msggrep_LDADD = $(LIBGREP) libgettextsrc.la ../gnulib-lib/libgettextlib.la @LTLIBINTL@ -lncurses @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
+msginit_LDADD = libgettextsrc.la ../gnulib-lib/libgettextlib.la @LTLIBINTL@ -lncurses @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
+msguniq_LDADD = libgettextsrc.la ../gnulib-lib/libgettextlib.la @LTLIBINTL@ -lncurses @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
+recode_sr_latin_LDADD = ../gnulib-lib/libgettextlib.la @LTLIBINTL@ -lncurses @INTL_MACOSX_LIBS@ $(WOE32_LDADD)
|
||||
|
||||
# Specify installation directory, for --enable-relocatable.
|
||||
msgcmp_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\"
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-gettext-tools_tests_Makefile_in,v 1.3 2008/06/13 04:56:34 naddy Exp $
|
||||
--- gettext-tools/tests/Makefile.in.orig Wed Nov 7 00:40:18 2007
|
||||
+++ gettext-tools/tests/Makefile.in Mon Jun 2 22:58:10 2008
|
||||
@@ -919,7 +919,7 @@ AM_CPPFLAGS = \
|
||||
$OpenBSD: patch-gettext-tools_tests_Makefile_in,v 1.4 2010/07/03 03:23:22 naddy Exp $
|
||||
--- gettext-tools/tests/Makefile.in.orig Mon Jun 28 23:49:26 2010
|
||||
+++ gettext-tools/tests/Makefile.in Mon Jun 28 23:49:49 2010
|
||||
@@ -1440,7 +1440,7 @@ AM_CPPFLAGS = \
|
||||
# INTL_MACOSX_LIBS is needed because the programs depend on libintl.la
|
||||
# but libtool doesn't put -Wl,-framework options into .la files.
|
||||
LDADD = $(LDADD_@USE_INCLUDED_LIBINTL@) @INTL_MACOSX_LIBS@
|
||||
-LDADD_yes = ../intl/libintl.la @LTLIBTHREAD@
|
||||
+LDADD_yes = ../intl/libintl.la @LTLIBICONV@ -lncurses @LTLIBTHREAD@
|
||||
+LDADD_yes = ../intl/libintl.la @LTLIBICONV@ @LTLIBTHREAD@
|
||||
LDADD_no = ../intl/libgnuintl.la @LTLIBTHREAD@ @LTLIBINTL@
|
||||
tstgettext_SOURCES = tstgettext.c setlocale.c
|
||||
tstgettext_CFLAGS = -DINSTALLDIR=\".\"
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-gettext-tools_tests_lang-c,v 1.1 2008/06/13 04:56:34 naddy Exp $
|
||||
--- gettext-tools/tests/lang-c.orig Tue May 15 00:47:14 2007
|
||||
+++ gettext-tools/tests/lang-c Mon Jun 2 22:58:10 2008
|
||||
@@ -49,7 +49,7 @@ tmpfiles="$tmpfiles prog.${OBJEXT} prog${EXEEXT}"
|
||||
# Put the -I flags before ${CFLAGS} ${CPPFLAGS}, to make sure that libintl.h
|
||||
# is found in the build directory, regardless of -I options present in
|
||||
# ${CFLAGS} or ${CPPFLAGS}.
|
||||
-${LIBTOOL} --quiet --mode=link ${CC} -I.. -I$top_srcdir/gnulib-lib ../gnulib-lib/libgettextlib.la -I../intl ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o prog prog.c ${LTLIBINTL} \
|
||||
+${LIBTOOL} --quiet --mode=link ${CC} -I.. -I$top_srcdir/gnulib-lib ../gnulib-lib/libgettextlib.la -I../intl ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o prog prog.c ${LTLIBINTL} -lncurses \
|
||||
|| exit 1
|
||||
|
||||
tmpfiles="$tmpfiles prog.tmp prog.pot"
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-gettext-tools_tests_lang-c++,v 1.1 2008/06/13 04:56:34 naddy Exp $
|
||||
--- gettext-tools/tests/lang-c++.orig Tue May 15 00:47:25 2007
|
||||
+++ gettext-tools/tests/lang-c++ Mon Jun 2 22:58:10 2008
|
||||
@@ -70,7 +70,7 @@ tmpfiles="$tmpfiles prog.${OBJEXT} prog${EXEEXT}"
|
||||
# ${CXXFLAGS} or ${CPPFLAGS}.
|
||||
${CXX} -I.. -I../../gettext-runtime/libasprintf -I$top_srcdir/gnulib-lib -I../intl ${CXXFLAGS} ${CPPFLAGS} -c prog.cc \
|
||||
|| exit 1
|
||||
-${LIBTOOL} --quiet --mode=link ${CXX} ${CXXFLAGS} ${LDFLAGS} -o prog prog.${OBJEXT} ../../gettext-runtime/libasprintf/libasprintf.la ../gnulib-lib/libgettextlib.la ${LTLIBINTL} \
|
||||
+${LIBTOOL} --quiet --mode=link ${CXX} ${CXXFLAGS} ${LDFLAGS} -o prog prog.${OBJEXT} ../../gettext-runtime/libasprintf/libasprintf.la ../gnulib-lib/libgettextlib.la ${LTLIBINTL} -lncurses \
|
||||
|| exit 1
|
||||
|
||||
tmpfiles="$tmpfiles prog.tmp prog.pot"
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-gettext-tools_tests_lang-objc,v 1.1 2008/06/13 04:56:34 naddy Exp $
|
||||
--- gettext-tools/tests/lang-objc.orig Tue May 15 00:48:49 2007
|
||||
+++ gettext-tools/tests/lang-objc Mon Jun 2 22:58:10 2008
|
||||
@@ -65,7 +65,7 @@ tmpfiles="$tmpfiles prog.${OBJEXT} prog${EXEEXT}"
|
||||
# Put the -I flags before ${CFLAGS} ${CPPFLAGS}, to make sure that libintl.h
|
||||
# is found in the build directory, regardless of -I options present in
|
||||
# ${CFLAGS} or ${CPPFLAGS}.
|
||||
-${LIBTOOL} --quiet --mode=link ${CC} -I.. -I$top_srcdir/gnulib-lib ../gnulib-lib/libgettextlib.la -I../intl ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o prog prog.m ${LTLIBINTL} \
|
||||
+${LIBTOOL} --quiet --mode=link ${CC} -I.. -I$top_srcdir/gnulib-lib ../gnulib-lib/libgettextlib.la -I../intl ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o prog prog.m ${LTLIBINTL} -lncurses \
|
||||
|| exit 1
|
||||
|
||||
tmpfiles="$tmpfiles prog.tmp prog.pot"
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-gettext-tools_tests_xgettext-glade-2,v 1.2 2007/08/25 13:48:24 naddy Exp $
|
||||
--- gettext-tools/tests/xgettext-glade-2.orig Mon Nov 27 18:02:11 2006
|
||||
+++ gettext-tools/tests/xgettext-glade-2 Tue May 29 06:53:47 2007
|
||||
@@ -63,7 +63,7 @@ tmpfiles="$tmpfiles xg-gl-2.tmp xg-gl-2.pot"
|
||||
: ${XGETTEXT=xgettext}
|
||||
${XGETTEXT} --add-comments -o xg-gl-2.tmp simple.glade
|
||||
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
|
||||
-grep -v 'POT-Creation-Date' < xg-gl-2.tmp > xg-gl-2.pot
|
||||
+grep -av 'POT-Creation-Date' < xg-gl-2.tmp > xg-gl-2.pot
|
||||
|
||||
tmpfiles="$tmpfiles xg-gl-2.ok"
|
||||
cat <<\EOF > xg-gl-2.ok
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-gettext-tools_tests_xgettext-java-2,v 1.3 2008/06/13 04:56:34 naddy Exp $
|
||||
--- gettext-tools/tests/xgettext-java-2.orig Sat Oct 20 22:01:32 2007
|
||||
+++ gettext-tools/tests/xgettext-java-2 Mon Jun 2 22:58:10 2008
|
||||
@@ -62,7 +62,7 @@ tmpfiles="$tmpfiles xg-j-2.tmp xg-j-2.pot"
|
||||
: ${XGETTEXT=xgettext}
|
||||
${XGETTEXT} --from-code=ISO-8859-1 -c -o xg-j-2.tmp xg-j-2.java 2>/dev/null
|
||||
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
|
||||
-grep -v 'POT-Creation-Date' < xg-j-2.tmp | tr -d '\r' > xg-j-2.pot
|
||||
+grep -av 'POT-Creation-Date' < xg-j-2.tmp | tr -d '\r' > xg-j-2.pot
|
||||
|
||||
tmpfiles="$tmpfiles xg-j-2.ok"
|
||||
cat <<\EOF > xg-j-2.ok
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-gettext-tools_tests_xgettext-python-1,v 1.3 2008/06/13 04:56:34 naddy Exp $
|
||||
--- gettext-tools/tests/xgettext-python-1.orig Sat Oct 20 22:01:32 2007
|
||||
+++ gettext-tools/tests/xgettext-python-1 Mon Jun 2 22:58:10 2008
|
||||
@@ -28,7 +28,7 @@ tmpfiles="$tmpfiles xg-py-1.err xg-py-1.tmp xg-py-1.po
|
||||
: ${XGETTEXT=xgettext}
|
||||
${XGETTEXT} --add-comments --no-location -o xg-py-1.tmp xg-py-1.py 2>xg-py-1.err
|
||||
test $? = 0 || { cat xg-py-1.err; rm -fr $tmpfiles; exit 1; }
|
||||
-grep -v 'POT-Creation-Date' < xg-py-1.tmp | tr -d '\r' > xg-py-1.pot
|
||||
+grep -av 'POT-Creation-Date' < xg-py-1.tmp | tr -d '\r' > xg-py-1.pot
|
||||
|
||||
tmpfiles="$tmpfiles xg-py-1.ok"
|
||||
cat <<\EOF > xg-py-1.ok
|
@ -1,39 +0,0 @@
|
||||
$OpenBSD: patch-gettext-tools_tests_xgettext-python-3,v 1.2 2008/06/13 04:56:34 naddy Exp $
|
||||
--- gettext-tools/tests/xgettext-python-3.orig Sat Oct 20 22:01:32 2007
|
||||
+++ gettext-tools/tests/xgettext-python-3 Mon Jun 2 22:58:10 2008
|
||||
@@ -54,7 +54,7 @@ test $? = 1 || { rm -fr $tmpfiles; exit 1; }
|
||||
${XGETTEXT} --add-comments=TRANSLATORS: --no-location --from-code=euc-jp \
|
||||
-o xg-py-3a.tmp xg-py-3a.py
|
||||
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
|
||||
-grep -v 'POT-Creation-Date' < xg-py-3a.tmp | tr -d '\r' > xg-py-3a.pot
|
||||
+grep -av 'POT-Creation-Date' < xg-py-3a.tmp | tr -d '\r' > xg-py-3a.pot
|
||||
|
||||
: ${DIFF=diff}
|
||||
${DIFF} xg-py-3.ok xg-py-3a.pot
|
||||
@@ -66,7 +66,7 @@ tmpfiles="$tmpfiles xg-py-3b.tmp xg-py-3b.pot"
|
||||
${XGETTEXT} --add-comments=TRANSLATORS: --no-location \
|
||||
-o xg-py-3b.tmp xg-py-3b.py
|
||||
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
|
||||
-grep -v 'POT-Creation-Date' < xg-py-3b.tmp | tr -d '\r' > xg-py-3b.pot
|
||||
+grep -av 'POT-Creation-Date' < xg-py-3b.tmp | tr -d '\r' > xg-py-3b.pot
|
||||
|
||||
${DIFF} xg-py-3.ok xg-py-3b.pot
|
||||
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
|
||||
@@ -78,7 +78,7 @@ tmpfiles="$tmpfiles xg-py-3c.tmp xg-py-3c.pot"
|
||||
${XGETTEXT} --add-comments=TRANSLATORS: --no-location --from-code=iso-8859-1 \
|
||||
-o xg-py-3c.tmp xg-py-3b.py
|
||||
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
|
||||
-grep -v 'POT-Creation-Date' < xg-py-3c.tmp | tr -d '\r' > xg-py-3c.pot
|
||||
+grep -av 'POT-Creation-Date' < xg-py-3c.tmp | tr -d '\r' > xg-py-3c.pot
|
||||
|
||||
${DIFF} xg-py-3.ok xg-py-3c.pot
|
||||
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
|
||||
@@ -98,7 +98,7 @@ tmpfiles="$tmpfiles xg-py-3d.tmp xg-py-3d.pot"
|
||||
${XGETTEXT} --add-comments=TRANSLATORS: \
|
||||
-o xg-py-3d.tmp xg-py-3d.py
|
||||
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
|
||||
-grep -v 'POT-Creation-Date' < xg-py-3d.tmp | tr -d '\r' > xg-py-3d.pot
|
||||
+grep -av 'POT-Creation-Date' < xg-py-3d.tmp | tr -d '\r' > xg-py-3d.pot
|
||||
|
||||
tmpfiles="$tmpfiles xg-py-3d.ok"
|
||||
cat <<\EOF > xg-py-3d.ok
|
@ -1,27 +1,27 @@
|
||||
@comment $OpenBSD: PLIST,v 1.20 2008/06/13 04:56:34 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.21 2010/07/03 03:23:22 naddy Exp $
|
||||
%%SHARED%%
|
||||
bin/autopoint
|
||||
bin/envsubst
|
||||
bin/gettext
|
||||
@bin bin/envsubst
|
||||
@bin bin/gettext
|
||||
bin/gettext.sh
|
||||
bin/gettextize
|
||||
bin/msgattrib
|
||||
bin/msgcat
|
||||
bin/msgcmp
|
||||
bin/msgcomm
|
||||
bin/msgconv
|
||||
bin/msgen
|
||||
bin/msgexec
|
||||
bin/msgfilter
|
||||
bin/msgfmt
|
||||
bin/msggrep
|
||||
bin/msginit
|
||||
bin/msgmerge
|
||||
bin/msgunfmt
|
||||
bin/msguniq
|
||||
bin/ngettext
|
||||
bin/recode-sr-latin
|
||||
bin/xgettext
|
||||
@bin bin/msgattrib
|
||||
@bin bin/msgcat
|
||||
@bin bin/msgcmp
|
||||
@bin bin/msgcomm
|
||||
@bin bin/msgconv
|
||||
@bin bin/msgen
|
||||
@bin bin/msgexec
|
||||
@bin bin/msgfilter
|
||||
@bin bin/msgfmt
|
||||
@bin bin/msggrep
|
||||
@bin bin/msginit
|
||||
@bin bin/msgmerge
|
||||
@bin bin/msgunfmt
|
||||
@bin bin/msguniq
|
||||
@bin bin/ngettext
|
||||
@bin bin/recode-sr-latin
|
||||
@bin bin/xgettext
|
||||
include/autosprintf.h
|
||||
include/gettext-po.h
|
||||
include/libintl.h
|
||||
@ -29,9 +29,9 @@ include/libintl.h
|
||||
@info info/gettext.info
|
||||
@comment lib/charset.alias
|
||||
lib/gettext/
|
||||
lib/gettext/hostname
|
||||
@bin lib/gettext/hostname
|
||||
lib/gettext/project-id
|
||||
lib/gettext/urlget
|
||||
@bin lib/gettext/urlget
|
||||
lib/gettext/user-email
|
||||
lib/libasprintf.a
|
||||
lib/libasprintf.la
|
||||
@ -73,6 +73,7 @@ lib/libintl.la
|
||||
@man man/man3/textdomain.3
|
||||
share/aclocal/
|
||||
share/aclocal/codeset.m4
|
||||
share/aclocal/fcntl-o.m4
|
||||
share/aclocal/gettext.m4
|
||||
share/aclocal/glibc2.m4
|
||||
share/aclocal/glibc21.m4
|
||||
@ -96,6 +97,7 @@ share/aclocal/printf-posix.m4
|
||||
share/aclocal/progtest.m4
|
||||
share/aclocal/size_max.m4
|
||||
share/aclocal/stdint_h.m4
|
||||
share/aclocal/threadlib.m4
|
||||
share/aclocal/uintmax_t.m4
|
||||
share/aclocal/visibility.m4
|
||||
share/aclocal/wchar_t.m4
|
||||
@ -148,6 +150,8 @@ share/doc/gettext/examples/hello-c++-gnome/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/Makevars
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/POTFILES.in
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/af.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/ast.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/bg.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/ca.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/de.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/el.po
|
||||
@ -160,7 +164,10 @@ share/doc/gettext/examples/hello-c++-gnome/po/hu.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/id.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/it.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/ja.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/ky.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/lv.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/ms.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/mt.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/nl.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/pl.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/pt.po
|
||||
@ -218,6 +225,8 @@ share/doc/gettext/examples/hello-c++-kde/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-c++-kde/po/Makevars
|
||||
share/doc/gettext/examples/hello-c++-kde/po/POTFILES.in
|
||||
share/doc/gettext/examples/hello-c++-kde/po/af.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/ast.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/bg.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/ca.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/de.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/el.po
|
||||
@ -230,7 +239,10 @@ share/doc/gettext/examples/hello-c++-kde/po/hu.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/id.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/it.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/ja.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/ky.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/lv.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/ms.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/mt.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/nl.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/pl.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/pt.po
|
||||
@ -261,6 +273,8 @@ share/doc/gettext/examples/hello-c++-qt/po/
|
||||
share/doc/gettext/examples/hello-c++-qt/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-c++-qt/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-c++-qt/po/af.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/ast.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/bg.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/ca.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/de.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/el.po
|
||||
@ -273,7 +287,10 @@ share/doc/gettext/examples/hello-c++-qt/po/hu.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/id.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/it.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/ja.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/ky.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/lv.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/ms.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/mt.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/nl.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/pl.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/pt.po
|
||||
@ -303,6 +320,8 @@ share/doc/gettext/examples/hello-c++-wxwidgets/po/
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/af.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/ast.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/bg.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/ca.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/de.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/el.po
|
||||
@ -315,7 +334,10 @@ share/doc/gettext/examples/hello-c++-wxwidgets/po/hu.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/id.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/it.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/ja.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/ky.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/lv.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/ms.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/mt.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/nl.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/pl.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/pt.po
|
||||
@ -344,6 +366,8 @@ share/doc/gettext/examples/hello-c++/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-c++/po/Makevars
|
||||
share/doc/gettext/examples/hello-c++/po/POTFILES.in
|
||||
share/doc/gettext/examples/hello-c++/po/af.po
|
||||
share/doc/gettext/examples/hello-c++/po/ast.po
|
||||
share/doc/gettext/examples/hello-c++/po/bg.po
|
||||
share/doc/gettext/examples/hello-c++/po/ca.po
|
||||
share/doc/gettext/examples/hello-c++/po/de.po
|
||||
share/doc/gettext/examples/hello-c++/po/el.po
|
||||
@ -356,7 +380,10 @@ share/doc/gettext/examples/hello-c++/po/hu.po
|
||||
share/doc/gettext/examples/hello-c++/po/id.po
|
||||
share/doc/gettext/examples/hello-c++/po/it.po
|
||||
share/doc/gettext/examples/hello-c++/po/ja.po
|
||||
share/doc/gettext/examples/hello-c++/po/ky.po
|
||||
share/doc/gettext/examples/hello-c++/po/lv.po
|
||||
share/doc/gettext/examples/hello-c++/po/ms.po
|
||||
share/doc/gettext/examples/hello-c++/po/mt.po
|
||||
share/doc/gettext/examples/hello-c++/po/nl.po
|
||||
share/doc/gettext/examples/hello-c++/po/pl.po
|
||||
share/doc/gettext/examples/hello-c++/po/pt.po
|
||||
@ -389,6 +416,8 @@ share/doc/gettext/examples/hello-c-gnome/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-c-gnome/po/Makevars
|
||||
share/doc/gettext/examples/hello-c-gnome/po/POTFILES.in
|
||||
share/doc/gettext/examples/hello-c-gnome/po/af.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/ast.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/bg.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/ca.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/de.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/el.po
|
||||
@ -401,7 +430,10 @@ share/doc/gettext/examples/hello-c-gnome/po/hu.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/id.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/it.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/ja.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/ky.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/lv.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/ms.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/mt.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/nl.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/pl.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/pt.po
|
||||
@ -430,6 +462,8 @@ share/doc/gettext/examples/hello-c/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-c/po/Makevars
|
||||
share/doc/gettext/examples/hello-c/po/POTFILES.in
|
||||
share/doc/gettext/examples/hello-c/po/af.po
|
||||
share/doc/gettext/examples/hello-c/po/ast.po
|
||||
share/doc/gettext/examples/hello-c/po/bg.po
|
||||
share/doc/gettext/examples/hello-c/po/ca.po
|
||||
share/doc/gettext/examples/hello-c/po/de.po
|
||||
share/doc/gettext/examples/hello-c/po/el.po
|
||||
@ -442,7 +476,10 @@ share/doc/gettext/examples/hello-c/po/hu.po
|
||||
share/doc/gettext/examples/hello-c/po/id.po
|
||||
share/doc/gettext/examples/hello-c/po/it.po
|
||||
share/doc/gettext/examples/hello-c/po/ja.po
|
||||
share/doc/gettext/examples/hello-c/po/ky.po
|
||||
share/doc/gettext/examples/hello-c/po/lv.po
|
||||
share/doc/gettext/examples/hello-c/po/ms.po
|
||||
share/doc/gettext/examples/hello-c/po/mt.po
|
||||
share/doc/gettext/examples/hello-c/po/nl.po
|
||||
share/doc/gettext/examples/hello-c/po/pl.po
|
||||
share/doc/gettext/examples/hello-c/po/pt.po
|
||||
@ -471,6 +508,8 @@ share/doc/gettext/examples/hello-clisp/po/
|
||||
share/doc/gettext/examples/hello-clisp/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-clisp/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-clisp/po/af.po
|
||||
share/doc/gettext/examples/hello-clisp/po/ast.po
|
||||
share/doc/gettext/examples/hello-clisp/po/bg.po
|
||||
share/doc/gettext/examples/hello-clisp/po/ca.po
|
||||
share/doc/gettext/examples/hello-clisp/po/de.po
|
||||
share/doc/gettext/examples/hello-clisp/po/el.po
|
||||
@ -483,7 +522,10 @@ share/doc/gettext/examples/hello-clisp/po/hu.po
|
||||
share/doc/gettext/examples/hello-clisp/po/id.po
|
||||
share/doc/gettext/examples/hello-clisp/po/it.po
|
||||
share/doc/gettext/examples/hello-clisp/po/ja.po
|
||||
share/doc/gettext/examples/hello-clisp/po/ky.po
|
||||
share/doc/gettext/examples/hello-clisp/po/lv.po
|
||||
share/doc/gettext/examples/hello-clisp/po/ms.po
|
||||
share/doc/gettext/examples/hello-clisp/po/mt.po
|
||||
share/doc/gettext/examples/hello-clisp/po/nl.po
|
||||
share/doc/gettext/examples/hello-clisp/po/pl.po
|
||||
share/doc/gettext/examples/hello-clisp/po/pt.po
|
||||
@ -515,6 +557,8 @@ share/doc/gettext/examples/hello-csharp-forms/po/
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/af.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/ast.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/bg.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/ca.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/de.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/el.po
|
||||
@ -527,7 +571,10 @@ share/doc/gettext/examples/hello-csharp-forms/po/hu.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/id.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/it.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/ja.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/ky.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/lv.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/ms.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/mt.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/nl.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/pl.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/pt.po
|
||||
@ -555,6 +602,8 @@ share/doc/gettext/examples/hello-csharp/po/
|
||||
share/doc/gettext/examples/hello-csharp/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-csharp/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-csharp/po/af.po
|
||||
share/doc/gettext/examples/hello-csharp/po/ast.po
|
||||
share/doc/gettext/examples/hello-csharp/po/bg.po
|
||||
share/doc/gettext/examples/hello-csharp/po/ca.po
|
||||
share/doc/gettext/examples/hello-csharp/po/de.po
|
||||
share/doc/gettext/examples/hello-csharp/po/el.po
|
||||
@ -567,7 +616,10 @@ share/doc/gettext/examples/hello-csharp/po/hu.po
|
||||
share/doc/gettext/examples/hello-csharp/po/id.po
|
||||
share/doc/gettext/examples/hello-csharp/po/it.po
|
||||
share/doc/gettext/examples/hello-csharp/po/ja.po
|
||||
share/doc/gettext/examples/hello-csharp/po/ky.po
|
||||
share/doc/gettext/examples/hello-csharp/po/lv.po
|
||||
share/doc/gettext/examples/hello-csharp/po/ms.po
|
||||
share/doc/gettext/examples/hello-csharp/po/mt.po
|
||||
share/doc/gettext/examples/hello-csharp/po/nl.po
|
||||
share/doc/gettext/examples/hello-csharp/po/pl.po
|
||||
share/doc/gettext/examples/hello-csharp/po/pt.po
|
||||
@ -596,6 +648,8 @@ share/doc/gettext/examples/hello-gawk/po/
|
||||
share/doc/gettext/examples/hello-gawk/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-gawk/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-gawk/po/af.po
|
||||
share/doc/gettext/examples/hello-gawk/po/ast.po
|
||||
share/doc/gettext/examples/hello-gawk/po/bg.po
|
||||
share/doc/gettext/examples/hello-gawk/po/ca.po
|
||||
share/doc/gettext/examples/hello-gawk/po/de.po
|
||||
share/doc/gettext/examples/hello-gawk/po/el.po
|
||||
@ -608,7 +662,10 @@ share/doc/gettext/examples/hello-gawk/po/hu.po
|
||||
share/doc/gettext/examples/hello-gawk/po/id.po
|
||||
share/doc/gettext/examples/hello-gawk/po/it.po
|
||||
share/doc/gettext/examples/hello-gawk/po/ja.po
|
||||
share/doc/gettext/examples/hello-gawk/po/ky.po
|
||||
share/doc/gettext/examples/hello-gawk/po/lv.po
|
||||
share/doc/gettext/examples/hello-gawk/po/ms.po
|
||||
share/doc/gettext/examples/hello-gawk/po/mt.po
|
||||
share/doc/gettext/examples/hello-gawk/po/nl.po
|
||||
share/doc/gettext/examples/hello-gawk/po/pl.po
|
||||
share/doc/gettext/examples/hello-gawk/po/pt.po
|
||||
@ -637,6 +694,8 @@ share/doc/gettext/examples/hello-guile/po/
|
||||
share/doc/gettext/examples/hello-guile/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-guile/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-guile/po/af.po
|
||||
share/doc/gettext/examples/hello-guile/po/ast.po
|
||||
share/doc/gettext/examples/hello-guile/po/bg.po
|
||||
share/doc/gettext/examples/hello-guile/po/ca.po
|
||||
share/doc/gettext/examples/hello-guile/po/de.po
|
||||
share/doc/gettext/examples/hello-guile/po/el.po
|
||||
@ -649,7 +708,10 @@ share/doc/gettext/examples/hello-guile/po/hu.po
|
||||
share/doc/gettext/examples/hello-guile/po/id.po
|
||||
share/doc/gettext/examples/hello-guile/po/it.po
|
||||
share/doc/gettext/examples/hello-guile/po/ja.po
|
||||
share/doc/gettext/examples/hello-guile/po/ky.po
|
||||
share/doc/gettext/examples/hello-guile/po/lv.po
|
||||
share/doc/gettext/examples/hello-guile/po/ms.po
|
||||
share/doc/gettext/examples/hello-guile/po/mt.po
|
||||
share/doc/gettext/examples/hello-guile/po/nl.po
|
||||
share/doc/gettext/examples/hello-guile/po/pl.po
|
||||
share/doc/gettext/examples/hello-guile/po/pt.po
|
||||
@ -682,6 +744,8 @@ share/doc/gettext/examples/hello-java-awt/po/
|
||||
share/doc/gettext/examples/hello-java-awt/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-java-awt/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-java-awt/po/af.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/ast.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/bg.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/ca.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/de.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/el.po
|
||||
@ -694,7 +758,10 @@ share/doc/gettext/examples/hello-java-awt/po/hu.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/id.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/it.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/ja.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/ky.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/lv.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/ms.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/mt.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/nl.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/pl.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/pt.po
|
||||
@ -726,6 +793,8 @@ share/doc/gettext/examples/hello-java-qtjambi/po/
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/af.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/ast.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/bg.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/ca.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/de.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/el.po
|
||||
@ -738,7 +807,10 @@ share/doc/gettext/examples/hello-java-qtjambi/po/hu.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/id.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/it.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/ja.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/ky.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/lv.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/ms.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/mt.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/nl.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/pl.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/pt.po
|
||||
@ -770,6 +842,8 @@ share/doc/gettext/examples/hello-java-swing/po/
|
||||
share/doc/gettext/examples/hello-java-swing/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-java-swing/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-java-swing/po/af.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/ast.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/bg.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/ca.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/de.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/el.po
|
||||
@ -782,7 +856,10 @@ share/doc/gettext/examples/hello-java-swing/po/hu.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/id.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/it.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/ja.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/ky.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/lv.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/ms.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/mt.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/nl.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/pl.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/pt.po
|
||||
@ -810,6 +887,8 @@ share/doc/gettext/examples/hello-java/po/
|
||||
share/doc/gettext/examples/hello-java/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-java/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-java/po/af.po
|
||||
share/doc/gettext/examples/hello-java/po/ast.po
|
||||
share/doc/gettext/examples/hello-java/po/bg.po
|
||||
share/doc/gettext/examples/hello-java/po/ca.po
|
||||
share/doc/gettext/examples/hello-java/po/de.po
|
||||
share/doc/gettext/examples/hello-java/po/el.po
|
||||
@ -822,7 +901,10 @@ share/doc/gettext/examples/hello-java/po/hu.po
|
||||
share/doc/gettext/examples/hello-java/po/id.po
|
||||
share/doc/gettext/examples/hello-java/po/it.po
|
||||
share/doc/gettext/examples/hello-java/po/ja.po
|
||||
share/doc/gettext/examples/hello-java/po/ky.po
|
||||
share/doc/gettext/examples/hello-java/po/lv.po
|
||||
share/doc/gettext/examples/hello-java/po/ms.po
|
||||
share/doc/gettext/examples/hello-java/po/mt.po
|
||||
share/doc/gettext/examples/hello-java/po/nl.po
|
||||
share/doc/gettext/examples/hello-java/po/pl.po
|
||||
share/doc/gettext/examples/hello-java/po/pt.po
|
||||
@ -851,6 +933,8 @@ share/doc/gettext/examples/hello-librep/po/
|
||||
share/doc/gettext/examples/hello-librep/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-librep/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-librep/po/af.po
|
||||
share/doc/gettext/examples/hello-librep/po/ast.po
|
||||
share/doc/gettext/examples/hello-librep/po/bg.po
|
||||
share/doc/gettext/examples/hello-librep/po/ca.po
|
||||
share/doc/gettext/examples/hello-librep/po/de.po
|
||||
share/doc/gettext/examples/hello-librep/po/el.po
|
||||
@ -863,7 +947,10 @@ share/doc/gettext/examples/hello-librep/po/hu.po
|
||||
share/doc/gettext/examples/hello-librep/po/id.po
|
||||
share/doc/gettext/examples/hello-librep/po/it.po
|
||||
share/doc/gettext/examples/hello-librep/po/ja.po
|
||||
share/doc/gettext/examples/hello-librep/po/ky.po
|
||||
share/doc/gettext/examples/hello-librep/po/lv.po
|
||||
share/doc/gettext/examples/hello-librep/po/ms.po
|
||||
share/doc/gettext/examples/hello-librep/po/mt.po
|
||||
share/doc/gettext/examples/hello-librep/po/nl.po
|
||||
share/doc/gettext/examples/hello-librep/po/pl.po
|
||||
share/doc/gettext/examples/hello-librep/po/pt.po
|
||||
@ -897,6 +984,8 @@ share/doc/gettext/examples/hello-objc-gnome/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/Makevars
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/POTFILES.in
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/af.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/ast.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/bg.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/ca.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/de.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/el.po
|
||||
@ -909,7 +998,10 @@ share/doc/gettext/examples/hello-objc-gnome/po/hu.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/id.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/it.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/ja.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/ky.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/lv.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/ms.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/mt.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/nl.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/pl.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/pt.po
|
||||
@ -941,6 +1033,8 @@ share/doc/gettext/examples/hello-objc-gnustep/po/GNUmakefile
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/LocaleAliases
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/af.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/ast.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/bg.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/ca.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/de.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/el.po
|
||||
@ -953,7 +1047,10 @@ share/doc/gettext/examples/hello-objc-gnustep/po/hu.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/id.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/it.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/ja.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/ky.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/lv.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/ms.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/mt.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/nl.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/pl.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/pt.po
|
||||
@ -982,6 +1079,8 @@ share/doc/gettext/examples/hello-objc/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-objc/po/Makevars
|
||||
share/doc/gettext/examples/hello-objc/po/POTFILES.in
|
||||
share/doc/gettext/examples/hello-objc/po/af.po
|
||||
share/doc/gettext/examples/hello-objc/po/ast.po
|
||||
share/doc/gettext/examples/hello-objc/po/bg.po
|
||||
share/doc/gettext/examples/hello-objc/po/ca.po
|
||||
share/doc/gettext/examples/hello-objc/po/de.po
|
||||
share/doc/gettext/examples/hello-objc/po/el.po
|
||||
@ -994,7 +1093,10 @@ share/doc/gettext/examples/hello-objc/po/hu.po
|
||||
share/doc/gettext/examples/hello-objc/po/id.po
|
||||
share/doc/gettext/examples/hello-objc/po/it.po
|
||||
share/doc/gettext/examples/hello-objc/po/ja.po
|
||||
share/doc/gettext/examples/hello-objc/po/ky.po
|
||||
share/doc/gettext/examples/hello-objc/po/lv.po
|
||||
share/doc/gettext/examples/hello-objc/po/ms.po
|
||||
share/doc/gettext/examples/hello-objc/po/mt.po
|
||||
share/doc/gettext/examples/hello-objc/po/nl.po
|
||||
share/doc/gettext/examples/hello-objc/po/pl.po
|
||||
share/doc/gettext/examples/hello-objc/po/pt.po
|
||||
@ -1024,6 +1126,8 @@ share/doc/gettext/examples/hello-pascal/po/
|
||||
share/doc/gettext/examples/hello-pascal/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-pascal/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-pascal/po/af.po
|
||||
share/doc/gettext/examples/hello-pascal/po/ast.po
|
||||
share/doc/gettext/examples/hello-pascal/po/bg.po
|
||||
share/doc/gettext/examples/hello-pascal/po/ca.po
|
||||
share/doc/gettext/examples/hello-pascal/po/de.po
|
||||
share/doc/gettext/examples/hello-pascal/po/el.po
|
||||
@ -1036,7 +1140,10 @@ share/doc/gettext/examples/hello-pascal/po/hu.po
|
||||
share/doc/gettext/examples/hello-pascal/po/id.po
|
||||
share/doc/gettext/examples/hello-pascal/po/it.po
|
||||
share/doc/gettext/examples/hello-pascal/po/ja.po
|
||||
share/doc/gettext/examples/hello-pascal/po/ky.po
|
||||
share/doc/gettext/examples/hello-pascal/po/lv.po
|
||||
share/doc/gettext/examples/hello-pascal/po/ms.po
|
||||
share/doc/gettext/examples/hello-pascal/po/mt.po
|
||||
share/doc/gettext/examples/hello-pascal/po/nl.po
|
||||
share/doc/gettext/examples/hello-pascal/po/pl.po
|
||||
share/doc/gettext/examples/hello-pascal/po/pt.po
|
||||
@ -1066,6 +1173,8 @@ share/doc/gettext/examples/hello-perl/po/
|
||||
share/doc/gettext/examples/hello-perl/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-perl/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-perl/po/af.po
|
||||
share/doc/gettext/examples/hello-perl/po/ast.po
|
||||
share/doc/gettext/examples/hello-perl/po/bg.po
|
||||
share/doc/gettext/examples/hello-perl/po/ca.po
|
||||
share/doc/gettext/examples/hello-perl/po/de.po
|
||||
share/doc/gettext/examples/hello-perl/po/el.po
|
||||
@ -1078,7 +1187,10 @@ share/doc/gettext/examples/hello-perl/po/hu.po
|
||||
share/doc/gettext/examples/hello-perl/po/id.po
|
||||
share/doc/gettext/examples/hello-perl/po/it.po
|
||||
share/doc/gettext/examples/hello-perl/po/ja.po
|
||||
share/doc/gettext/examples/hello-perl/po/ky.po
|
||||
share/doc/gettext/examples/hello-perl/po/lv.po
|
||||
share/doc/gettext/examples/hello-perl/po/ms.po
|
||||
share/doc/gettext/examples/hello-perl/po/mt.po
|
||||
share/doc/gettext/examples/hello-perl/po/nl.po
|
||||
share/doc/gettext/examples/hello-perl/po/pl.po
|
||||
share/doc/gettext/examples/hello-perl/po/pt.po
|
||||
@ -1108,6 +1220,8 @@ share/doc/gettext/examples/hello-php/po/
|
||||
share/doc/gettext/examples/hello-php/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-php/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-php/po/af.po
|
||||
share/doc/gettext/examples/hello-php/po/ast.po
|
||||
share/doc/gettext/examples/hello-php/po/bg.po
|
||||
share/doc/gettext/examples/hello-php/po/ca.po
|
||||
share/doc/gettext/examples/hello-php/po/de.po
|
||||
share/doc/gettext/examples/hello-php/po/el.po
|
||||
@ -1120,7 +1234,10 @@ share/doc/gettext/examples/hello-php/po/hu.po
|
||||
share/doc/gettext/examples/hello-php/po/id.po
|
||||
share/doc/gettext/examples/hello-php/po/it.po
|
||||
share/doc/gettext/examples/hello-php/po/ja.po
|
||||
share/doc/gettext/examples/hello-php/po/ky.po
|
||||
share/doc/gettext/examples/hello-php/po/lv.po
|
||||
share/doc/gettext/examples/hello-php/po/ms.po
|
||||
share/doc/gettext/examples/hello-php/po/mt.po
|
||||
share/doc/gettext/examples/hello-php/po/nl.po
|
||||
share/doc/gettext/examples/hello-php/po/pl.po
|
||||
share/doc/gettext/examples/hello-php/po/pt.po
|
||||
@ -1149,6 +1266,8 @@ share/doc/gettext/examples/hello-python/po/
|
||||
share/doc/gettext/examples/hello-python/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-python/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-python/po/af.po
|
||||
share/doc/gettext/examples/hello-python/po/ast.po
|
||||
share/doc/gettext/examples/hello-python/po/bg.po
|
||||
share/doc/gettext/examples/hello-python/po/ca.po
|
||||
share/doc/gettext/examples/hello-python/po/de.po
|
||||
share/doc/gettext/examples/hello-python/po/el.po
|
||||
@ -1161,7 +1280,10 @@ share/doc/gettext/examples/hello-python/po/hu.po
|
||||
share/doc/gettext/examples/hello-python/po/id.po
|
||||
share/doc/gettext/examples/hello-python/po/it.po
|
||||
share/doc/gettext/examples/hello-python/po/ja.po
|
||||
share/doc/gettext/examples/hello-python/po/ky.po
|
||||
share/doc/gettext/examples/hello-python/po/lv.po
|
||||
share/doc/gettext/examples/hello-python/po/ms.po
|
||||
share/doc/gettext/examples/hello-python/po/mt.po
|
||||
share/doc/gettext/examples/hello-python/po/nl.po
|
||||
share/doc/gettext/examples/hello-python/po/pl.po
|
||||
share/doc/gettext/examples/hello-python/po/pt.po
|
||||
@ -1190,6 +1312,8 @@ share/doc/gettext/examples/hello-sh/po/
|
||||
share/doc/gettext/examples/hello-sh/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-sh/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-sh/po/af.po
|
||||
share/doc/gettext/examples/hello-sh/po/ast.po
|
||||
share/doc/gettext/examples/hello-sh/po/bg.po
|
||||
share/doc/gettext/examples/hello-sh/po/ca.po
|
||||
share/doc/gettext/examples/hello-sh/po/de.po
|
||||
share/doc/gettext/examples/hello-sh/po/el.po
|
||||
@ -1202,7 +1326,10 @@ share/doc/gettext/examples/hello-sh/po/hu.po
|
||||
share/doc/gettext/examples/hello-sh/po/id.po
|
||||
share/doc/gettext/examples/hello-sh/po/it.po
|
||||
share/doc/gettext/examples/hello-sh/po/ja.po
|
||||
share/doc/gettext/examples/hello-sh/po/ky.po
|
||||
share/doc/gettext/examples/hello-sh/po/lv.po
|
||||
share/doc/gettext/examples/hello-sh/po/ms.po
|
||||
share/doc/gettext/examples/hello-sh/po/mt.po
|
||||
share/doc/gettext/examples/hello-sh/po/nl.po
|
||||
share/doc/gettext/examples/hello-sh/po/pl.po
|
||||
share/doc/gettext/examples/hello-sh/po/pt.po
|
||||
@ -1231,6 +1358,8 @@ share/doc/gettext/examples/hello-smalltalk/po/
|
||||
share/doc/gettext/examples/hello-smalltalk/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-smalltalk/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-smalltalk/po/af.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/ast.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/bg.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/ca.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/de.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/el.po
|
||||
@ -1243,7 +1372,10 @@ share/doc/gettext/examples/hello-smalltalk/po/hu.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/id.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/it.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/ja.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/ky.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/lv.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/ms.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/mt.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/nl.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/pl.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/pt.po
|
||||
@ -1273,6 +1405,8 @@ share/doc/gettext/examples/hello-tcl-tk/po/
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/af.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/ast.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/bg.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/ca.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/de.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/el.po
|
||||
@ -1285,7 +1419,10 @@ share/doc/gettext/examples/hello-tcl-tk/po/hu.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/id.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/it.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/ja.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/ky.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/lv.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/ms.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/mt.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/nl.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/pl.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/pt.po
|
||||
@ -1313,6 +1450,8 @@ share/doc/gettext/examples/hello-tcl/po/
|
||||
share/doc/gettext/examples/hello-tcl/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-tcl/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-tcl/po/af.po
|
||||
share/doc/gettext/examples/hello-tcl/po/ast.po
|
||||
share/doc/gettext/examples/hello-tcl/po/bg.po
|
||||
share/doc/gettext/examples/hello-tcl/po/ca.po
|
||||
share/doc/gettext/examples/hello-tcl/po/de.po
|
||||
share/doc/gettext/examples/hello-tcl/po/el.po
|
||||
@ -1325,7 +1464,10 @@ share/doc/gettext/examples/hello-tcl/po/hu.po
|
||||
share/doc/gettext/examples/hello-tcl/po/id.po
|
||||
share/doc/gettext/examples/hello-tcl/po/it.po
|
||||
share/doc/gettext/examples/hello-tcl/po/ja.po
|
||||
share/doc/gettext/examples/hello-tcl/po/ky.po
|
||||
share/doc/gettext/examples/hello-tcl/po/lv.po
|
||||
share/doc/gettext/examples/hello-tcl/po/ms.po
|
||||
share/doc/gettext/examples/hello-tcl/po/mt.po
|
||||
share/doc/gettext/examples/hello-tcl/po/nl.po
|
||||
share/doc/gettext/examples/hello-tcl/po/pl.po
|
||||
share/doc/gettext/examples/hello-tcl/po/pt.po
|
||||
@ -1354,6 +1496,8 @@ share/doc/gettext/examples/hello-ycp/po/
|
||||
share/doc/gettext/examples/hello-ycp/po/LINGUAS
|
||||
share/doc/gettext/examples/hello-ycp/po/Makefile.am
|
||||
share/doc/gettext/examples/hello-ycp/po/af.po
|
||||
share/doc/gettext/examples/hello-ycp/po/ast.po
|
||||
share/doc/gettext/examples/hello-ycp/po/bg.po
|
||||
share/doc/gettext/examples/hello-ycp/po/ca.po
|
||||
share/doc/gettext/examples/hello-ycp/po/de.po
|
||||
share/doc/gettext/examples/hello-ycp/po/el.po
|
||||
@ -1366,7 +1510,10 @@ share/doc/gettext/examples/hello-ycp/po/hu.po
|
||||
share/doc/gettext/examples/hello-ycp/po/id.po
|
||||
share/doc/gettext/examples/hello-ycp/po/it.po
|
||||
share/doc/gettext/examples/hello-ycp/po/ja.po
|
||||
share/doc/gettext/examples/hello-ycp/po/ky.po
|
||||
share/doc/gettext/examples/hello-ycp/po/lv.po
|
||||
share/doc/gettext/examples/hello-ycp/po/ms.po
|
||||
share/doc/gettext/examples/hello-ycp/po/mt.po
|
||||
share/doc/gettext/examples/hello-ycp/po/nl.po
|
||||
share/doc/gettext/examples/hello-ycp/po/pl.po
|
||||
share/doc/gettext/examples/hello-ycp/po/pt.po
|
||||
@ -1459,7 +1606,7 @@ share/emacs/site-lisp/po-mode.el
|
||||
share/emacs/site-lisp/start-po.el
|
||||
share/gettext/
|
||||
share/gettext/ABOUT-NLS
|
||||
share/gettext/archive.tar.gz
|
||||
share/gettext/archive.dir.tar.gz
|
||||
share/gettext/config.rpath
|
||||
share/gettext/gettext.h
|
||||
share/gettext/intl/
|
||||
@ -1517,7 +1664,9 @@ share/gettext/intl/ref-add.sin
|
||||
share/gettext/intl/ref-del.sin
|
||||
share/gettext/intl/relocatable.c
|
||||
share/gettext/intl/relocatable.h
|
||||
share/gettext/intl/setlocale.c
|
||||
share/gettext/intl/textdomain.c
|
||||
share/gettext/intl/threadlib.c
|
||||
share/gettext/intl/tsearch.c
|
||||
share/gettext/intl/tsearch.h
|
||||
share/gettext/intl/vasnprintf.c
|
||||
@ -1570,6 +1719,8 @@ share/locale/be/LC_MESSAGES/gettext-runtime.mo
|
||||
share/locale/be/LC_MESSAGES/gettext-tools.mo
|
||||
share/locale/bg/
|
||||
share/locale/bg/LC_MESSAGES/
|
||||
share/locale/bg/LC_MESSAGES/gettext-runtime.mo
|
||||
share/locale/bg/LC_MESSAGES/gettext-tools.mo
|
||||
share/locale/ca/
|
||||
share/locale/ca/LC_MESSAGES/
|
||||
share/locale/ca/LC_MESSAGES/gettext-runtime.mo
|
||||
|
Loading…
Reference in New Issue
Block a user