2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-10-08 19:18:47 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Update to 0.34.1:
Version 0.34.1
* automake/autoconf fixes and improvements
(Rodney Dawes, Stepan Kasal)
* extraction of XML attributes fixed
(Danilo Segan)
Version 0.34
* Fix the regex for stripping the intltool type tags in POTFILES.in
-- bug #171330 (Stepan Kasal)
* Add notice about using DISTCLEANFILES for toplevel Makefile.am
-- bug #309455 (Tim-Philipp Muller)
* Discard not-well-formed translations when merging XML
-- bug #170471 (Danilo Segan)
* Correct handling of xml:space inheritance
-- bug #160262 (Danilo Segan)
* Merge multiple comments for the same string in XML files
-- bug #171579 (Danilo Segan)
* Update sed script to be more practictal for translatable XML
-- bug #304365 (Nickolay V. Shmyrev)
* Support disting files that may not exist for all packages via EXTRA_DISTFILES
-- bugs #168788 and #171327 (Rodney Dawes)
* Do not create the pot file during dist, but do build it for check
(Stepan Kasal)
* Add support for use on win32 native perl (Tor Lillqvist)
* Do not dist .gmo files, and remove them with distclean
Remove Makefile.in.in with maintainer-clean
-- bug #166724 (Rodney Dawes)
* Minor fixes to Makefile.in.in (Stepan Kasal)
* Use --verbose instead of --statistics for msgfmt
-- bug #165881
* Remove the need for patching Makefile.in.in and just copy in our own
-- bug #165066 (Rodney Dawes)
|
2005-07-16 21:10:41 by Johnny C. Lam | Files touched by this commit (65) |
Log message:
Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk. These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
|
2005-06-01 21:11:41 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
The gettext-lib/builtin.mk file already takes care of modifying the
dependency for us if we use the pkgsrc version of gettext-lib.
|
2005-05-31 21:48:18 by Roland Illig | Files touched by this commit (1) |
Log message:
Replaced USE_PERL5 with USE_TOOLS+=perl.
|
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-05-22 07:35:33 by Johnny C. Lam | Files touched by this commit (22) |
Log message:
For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-26 18:22:20 by Julio M. Merino Vidal | Files touched by this commit (2) |
Log message:
Update to 0.33:
* Fix support for srcdir != builddir during make dist/distcheck
-- bug #159846 (Rodney Dawes)
* Ignore empty strings in XML files that are marked for translation
-- bug #163689 (Miloslav Trmac)
* Add support for AC_CONFIG_MACRO_DIR to intltoolize
-- bug #160943 (James Henstridge)
* Re-implement "echo -n" in perl for portability
-- bug #162027 (Rodney Dawes)
* Fix local mode
-- bug #163981 (Jeremy Katz)
* Fix nested XML tags translation when only attributes are marked for
translation in a tag
-- bug #159511 (Danilo Segan)
* Use # as sed separator and prefix gettext variable names with INTLTOOL
-- bug #156454 (Rodney Dawes)
* Update serial and serial comparison check for IT_PROG_INTLTOOL to 2
(Rodney Dawes)
* Support CDATA sections in XML files
-- bug #157718 (Danilo Segan, Rodney Dawes)
|
2005-02-24 15:48:51 by Alistair G. Crooks | Files touched by this commit (259) |
Log message:
Add RMD160 digests to the SHA1 ones.
|