Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (26m)  pkgsrc-2024Q1 (4d)  pkgsrc-2023Q4 (78d)  pkgsrc-2023Q2 (110d) 

2024-06-17 19:22:42 UTC Now

2008-07-30 09:34:59 UTC MAIN commitmail json YAML

Update to 0.40.3:

2008-07-25  Rodney Dawes

* configure.in:
Up version to 0.40.3 for brown-bag release

2008-07-25  Rodney Dawes

* Makefile.in.in:
Change a ^$$lang regex to be ^$$lang$$ as it should have been
For bug #544574

2008-07-25  Rodney Dawes

* configure.in:
Up version to 0.40.2 for release

2008-07-25  Rodney Dawes

* tests/cases/Makefile.am:
* tests/results/Makefile.am:
Add new test cases to EXTRA_DIST and CLEANFILES as appropriate

2008-07-25  Rodney Dawes

* tests/cases/context.xml.in:
* tests/results/context.xml:
* tests/results/context.xml.in.h:
Add these files that Wouter forgot to add

2008-07-25  Wouter Bolsterlee

reviewed by: Rodney Dawes

* intltool-extract.in:
* intltool-merge.in:
* tests/cases/az.po:
* tests/cases/fr.po:
* tests/selftest.pl.in:

Bug 458794 – Context support works only for single
context on a msgid. Patch and test case by Dan Winship.

2008-07-25  Rodney Dawes

* Makefile.in.in:
Redirect errors from grep to /dev/null
Use tr to force locale-per-line for passing ALL_LINGUAS to grep
Check that $LINGUAS is also non-zero for user-defined locales
Remove extraneous mkdir_p usage when installing locale files

Fixes #544574

2008-07-25  Rodney Dawes

* intltoolize.in:
Check for symlinks to intltool scripts and remove them
Touch the script.in files for compatibility
We just touch the scripts as we no longer generate executable versions,
and the Makefile.in.in uses the installed scripts anyway.

2008-07-23  Rodney Dawes

* doc/I18N-HOWTO:
Remove reference to adding intltool scripts to EXTRA_DIST

2008-07-21  Rodney Dawes

* configure.in:
Up version to 0.40.1 for release

2008-07-21  Rodney Dawes

* intltoolize.in:
Remove the AC_CONFIG_AUX_DIR checks as we no longer need it
We do not copy the scripts locally now, only Makefile.in.in

Fixes #323968

2008-07-20  Rodney Dawes

* intltool-update.in (FindLeftoutFiles):
Check for NC_ as well as C_ N_ Q_ and _
(FindPOTKeywords):
No need to escape = and _ in a string
Add NC_ to the list of keywords
Use context and string argument specifiers for C_ and NC_

Fixes #543665

2008-06-06  Rodney Dawes

* README:
* doc/I18N-HOWTO:
Replace AC_PROG_INTLTOOL references with IT_PROG_INTLTOOL

Fixes #531894

2008-06-06  Rodney Dawes

* intltool-update.in (FindPOTKeywords):
Replace U_ with C_ as keyword argument to xgettext
U_ does not exist in gi18n.h

Fixes #536970

2008-06-06  Tor Lillqvist

* intltool-update.in (GenerateHeaders): If running under
ActiveState Perl then prefix the intltool-extract command with the
Perl interpreter pathname, as the system() function has no clue
about Unixish executable scripts indicated by just a hashbang
line.

(The MSYS Perl, as it runs on a Unix emulator, would be able to
run executable scripts based on their hashbang lines just fine,
but then MSYS Perl doesn't come with XML::Parser. Installing
XML::Parser for MSYS Perl is somewhat hard. So usually when using
mingw+MSYS to build GNOMEish software one wants to use
ActicveState's Perl to run the intltool scripts, even if the
built-in MSYS Perl is good for other Perl uses.)

(wiz)