SOURCES: crossmingw32-gettext.patch - updated for 0.15
qboosh
qboosh at pld-linux.org
Fri Jul 28 09:41:48 CEST 2006
Author: qboosh Date: Fri Jul 28 07:41:48 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated for 0.15
---- Files affected:
SOURCES:
crossmingw32-gettext.patch (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SOURCES/crossmingw32-gettext.patch
diff -u SOURCES/crossmingw32-gettext.patch:1.4 SOURCES/crossmingw32-gettext.patch:1.5
--- SOURCES/crossmingw32-gettext.patch:1.4 Sat Feb 26 02:28:00 2005
+++ SOURCES/crossmingw32-gettext.patch Fri Jul 28 09:41:42 2006
@@ -61,39 +61,14 @@
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
--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 = \
- version.sh PACKAGING README.gemtext ChangeLog.0 \
+ version.sh PACKAGING ChangeLog.0 autogen.sh \
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/crossmingw32-gettext.patch?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list