[kaffe] CVS kaffe (dalibor): Fixed build again

Kaffe CVS cvs-commits at kaffe.org
Sun Jan 18 12:00:03 PST 2004


PatchSet 4349 
Date: 2004/01/18 19:56:49
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Fixed build again

2004-01-18  Dalibor Topic <robilad at kaffe.org>

        * po/LINGUAS,
        po/Makevars,
        po/POTFILES.in:
        New files. Required to fix the build.

        The problem is that gettext documentation is very lax with
        respect to the meaning of the words 'should' and 'must'.
        Apparently these files *must* exist, otherwise the build
        breaks, contrary to gettext documentation.

        Reported by: Ito Kazumitsu <kaz at maczuka.gcd.org>
                     Matthias Pfisterer <Matthias.Pfisterer at web.de>

Members: 
	ChangeLog:1.1935->1.1936 
	po/LINGUAS:INITIAL->1.1 
	po/Makevars:INITIAL->1.1 
	po/POTFILES.in:INITIAL->1.1 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1935 kaffe/ChangeLog:1.1936
--- kaffe/ChangeLog:1.1935	Sun Jan 18 18:32:01 2004
+++ kaffe/ChangeLog	Sun Jan 18 19:56:49 2004
@@ -1,5 +1,20 @@
 2004-01-18  Dalibor Topic <robilad at kaffe.org>
 
+	* po/LINGUAS,
+	po/Makevars,
+	po/POTFILES.in:
+	New files. Required to fix the build.
+
+	The problem is that gettext documentation is very lax with 
+	respect to the meaning of the words 'should' and 'must'.
+	Apparently these files *must* exist, otherwise the build
+	breaks, contrary to gettext documentation.
+
+        Reported by: Ito Kazumitsu <kaz at maczuka.gcd.org>
+                     Matthias Pfisterer <Matthias.Pfisterer at web.de>
+
+2004-01-18  Dalibor Topic <robilad at kaffe.org>
+
 	* include/Makefile.am
 	[USE_COMPAT_IFADDRS]: Replaced GNU Make specific construct.
 
===================================================================
Checking out kaffe/po/LINGUAS
RCS:  /home/cvs/kaffe/kaffe/po/LINGUAS,v
VERS: 1.1
***************
--- /dev/null	Sun Aug  4 19:57:58 2002
+++ kaffe/po/LINGUAS	Sun Jan 18 19:59:25 2004
@@ -0,0 +1,4 @@
+# Set of available languages.
+
+# No languages are available at the moment.
+
===================================================================
Checking out kaffe/po/Makevars
RCS:  /home/cvs/kaffe/kaffe/po/Makevars,v
VERS: 1.1
***************
--- /dev/null	Sun Aug  4 19:57:58 2002
+++ kaffe/po/Makevars	Sun Jan 18 19:59:25 2004
@@ -0,0 +1,41 @@
+# Makefile variables for PO directory in any package using GNU gettext.
+
+# Usually the message domain is the same as the package name.
+DOMAIN = $(PACKAGE)
+
+# These two variables depend on the location of this directory.
+subdir = po
+top_builddir = ..
+
+# These options get passed to xgettext.
+XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
+
+# This is the copyright holder that gets inserted into the header of the
+# $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
+# package.  (Note that the msgstr strings, extracted from the package's
+# sources, belong to the copyright holder of the package.)  Translators are
+# expected to transfer the copyright for their translations to this person
+# or entity, or to disclaim their copyright.  The empty string stands for
+# the public domain; in this case the translators are expected to disclaim
+# their copyright.
+COPYRIGHT_HOLDER = Kaffe.org contributors.
+
+# This is the email address or URL to which the translators shall report
+# bugs in the untranslated strings:
+# - Strings which are not entire sentences, see the maintainer guidelines
+#   in the GNU gettext documentation, section 'Preparing Strings'.
+# - Strings which use unclear terms or require additional context to be
+#   understood.
+# - Strings which make invalid assumptions about notation of date, time or
+#   money.
+# - Pluralisation problems.
+# - Incorrect English spelling.
+# - Incorrect formatting.
+# It can be your email address, or a mailing list address where translators
+# can write to without being subscribed, or the URL of a web page through
+# which the translators can contact you.
+MSGID_BUGS_ADDRESS = kaffe at kaffe.org
+
+# This is the list of locale categories, beyond LC_MESSAGES, for which the
+# message catalogs shall be used.  It is usually empty.
+EXTRA_LOCALE_CATEGORIES =
===================================================================
Checking out kaffe/po/POTFILES.in
RCS:  /home/cvs/kaffe/kaffe/po/POTFILES.in,v
VERS: 1.1
***************
--- /dev/null	Sun Aug  4 19:57:58 2002
+++ kaffe/po/POTFILES.in	Sun Jan 18 19:59:25 2004
@@ -0,0 +1,5 @@
+# List of source files containing translatable strings.
+# Copyright (C) 2004 Kaffe.org contributors.
+
+# No such files at the moment.
+




More information about the kaffe mailing list