]> git.pld-linux.org Git - packages/crossmingw32-gettext.git/commitdiff
- updated for 0.15
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 28 Jul 2006 07:41:42 +0000 (07:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-gettext.patch -> 1.5

crossmingw32-gettext.patch

index 4a5a7fb4dbce6382985c1eb48b95d41a8c8bc2c2..c5c8959053df76645021000f58151ee3633c1e62 100644 (file)
@@ -61,39 +61,14 @@ diff -uNr gettext-0.12.1/gettext-tools/lib/xreadlink.c gettext-0.12.1.good/gette
  char *
  xreadlink (char const *filename)
  {
  char *
  xreadlink (char const *filename)
  {
-diff -uNr gettext-0.12.1/gettext-tools/src/Makefile.am gettext-0.12.1.good/gettext-tools/src/Makefile.am
---- gettext-0.12.1/gettext-tools/src/Makefile.am       2003-04-29 12:05:37.000000000 +0200
-+++ gettext-0.12.1.good/gettext-tools/src/Makefile.am  2003-08-26 20:52:28.000000000 +0200
-@@ -25,7 +25,7 @@
- RM = rm -f
- bin_PROGRAMS = \
--msgcmp msgfmt msgmerge msgunfmt xgettext \
-+msgcmp msgmerge msgunfmt xgettext \
- msgattrib msgcat msgcomm msgconv msgen msgexec msgfilter msggrep msginit msguniq
- noinst_PROGRAMS = hostname urlget
-diff -uNr gettext-0.12.1/gettext-tools/src/write-java.c gettext-0.12.1.good/gettext-tools/src/write-java.c
---- gettext-0.12.1/gettext-tools/src/write-java.c      2003-04-29 12:04:04.000000000 +0200
-+++ gettext-0.12.1.good/gettext-tools/src/write-java.c 2003-08-26 15:43:07.000000000 +0200
-@@ -1130,7 +1130,7 @@
-     for (i = 0; i < ndots; i++)
-       {
-       cleanup_list.subdir_count = i + 1;
--      if (mkdir (subdirs[i], S_IRUSR | S_IWUSR | S_IXUSR) < 0)
-+      if (mkdir (subdirs[i]) < 0)
-         {
-           error (0, errno, _("failed to create \"%s\""), subdirs[i]);
-           while (i-- > 0)
-diff -uNr gettext-0.12.1/Makefile.am gettext-0.12.1.good/Makefile.am
---- gettext-0.12.1/Makefile.am 2003-04-01 12:17:29.000000000 +0200
-+++ gettext-0.12.1.good/Makefile.am    2003-08-26 20:52:48.000000000 +0200
+--- gettext-0.15/Makefile.am.orig      2006-07-13 21:38:57.000000000 +0200
++++ gettext-0.15/Makefile.am   2006-07-28 09:20:23.757611000 +0200
 @@ -19,7 +19,7 @@
  
  AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
  
 @@ -19,7 +19,7 @@
  
  AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
  
--SUBDIRS = autoconf-lib-link gettext-runtime gettext-tools
-+SUBDIRS = autoconf-lib-link gettext-runtime
+-SUBDIRS = gettext-runtime gettext-tools autoconf-lib-link
++SUBDIRS = gettext-runtime autoconf-lib-link
  
  EXTRA_DIST = \
  
  EXTRA_DIST = \
-   version.sh PACKAGING README.gemtext ChangeLog.0 \
+   version.sh PACKAGING ChangeLog.0 autogen.sh \
This page took 0.030239 seconds and 4 git commands to generate.