2005-02-04 15:21:00 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Use DEPENDS+= by default, not DEPENDS=.
|
2004-12-25 13:05:59 by Julio M. Merino Vidal | Files touched by this commit (4) |
Log message:
Update to 0.32.1; let's hope it doesn't break anything. If it does, we'll
probably have to resurrect the old xml-i18n-tools package:
Version 0.32.1
* Deprecate --pass-through option, default to UTF-8 for anything
except RFC822 files
-- bug #145017 (Danilo Segan)
* Add support for .icon files
-- bug #157412 (Takao Fujiwara, Rodney Dawes)
Version 0.32
* Check to avoid whining about {arch} and $PACKAGE-$VERSION dist directories
when looking for files missing from POTFILES.in
-- bug #157278 (Rodney Dawes)
* Deprecate AC_PROG_INTLTOOL for IT_PROG_INTLTOOL
-- bug #151508 (Rodney Dawes)
* Add new INTLTOOL_XML_NOMERGE_RULE for translating XML files without
merging the translations back into the output XML file
-- bug #155842 (Rodney Dawes)
* Fix new Makefile.in.in stuff to work with automake 1.4
-- bug #157298 (Rodney Dawes)
* Update I18N-HOWTO for the changes to use our own Makefile.in.in
-- bug #79598 (Rodney Dawes)
* Allow use of either AM_GNU_GETTEXT or AM_GLIB_GNU_GETTEXT and use our
own Makefile.in.in instead of trying to patch one
-- bug #144715 (Rodney Dawes)
* Handle all supported gettext escape sequences in PO files
-- bug #48489 (Danilo Segan)
* Fix Scheme string extraction, add support for translators' comments
-- bug #137029 (Danilo Segan)
* Fix translations of attributes of XML elements
-- bug #155843 (Danilo Segan)
* Support for translators' comments in Glade files
-- bug #155294 (Danilo Segan)
* Fix paths and quoting for intltool script variables in intltool.m4
-- bug #154717 (James Henstridge, Rodney Dawes)
* Fix merging of xml:space="preserve" tags
-- bug #151017 (Danilo Segan).
* Look for Q_() keyword as well
-- bug #154063 (Danilo Segan).
|
2004-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-10-02 15:58:58 by Julio M. Merino Vidal | Files touched by this commit (1) | |
Log message:
Rework the way intltool is overriden in packages that use it. Up until now
we were running intltoolize before the configure stage, which replaced all
intltool-*.in files with symlinks to the ones installed by this package.
However, the new version of intltool, 0.31.3, has added new substitution
patterns to the scripts, which must be replaced by configure scripts at
configuration time. The problem is that old configure scripts (pre-0.31.3)
do not know about these patterns, which results in them not being substituted,
thus causing build failures.
So, to fix this issue, replace all intltool-* files _after_ the configure
stage, just like we do with libtool. Additional patters might be added
through the INTLTOOL_OVERRIDE variable, but I doubt this will be needed).
While here, update the dependency to 0.31.3 (has no other effect, as this
package is only used at build time by other packages).
|
2004-10-02 13:57:04 by Julio M. Merino Vidal | Files touched by this commit (2) |
Log message:
Update to 0.31.3; I'm not sure the way I've used to depend on gettext (only
when needed) is correct but... no answers in tech-pkg@ for several days.
* Use absolute paths and allow env var overrides for gettext scripts
-- bug #152020 (Rodney Dawes)
* Allow shell-backticks (and other shell features) in variable names
-- bug #152448 (Danilo Segan)
* Fix typographical error in intltool.m4
-- bug #153630 (Rodney Dawes)
|
2004-09-01 15:35:10 by Julio M. Merino Vidal | Files touched by this commit (2) |
Log message:
Update to 0.31.2:
Version 0.31.2
* Handle package name extraction better
-- bug #144725 (Daniel Elstner)
* Support for comments before translatable attributes in XML files,
support for translating both tag content and attributes
-- bug #143581. (Danilo Segan)
Version 0.31.1
* Switch to gnome-common for autogen.sh so we can detect automake
versions better -- bug #145027 (Jordi Mallach)
|
2004-06-27 19:27:12 by Julio M. Merino Vidal | Files touched by this commit (6) | |
Log message:
Update to 0.31. While here, make this package also install the xml-i18n-tools
utility to obsolete the standalone xml-i18n-tools package.
Changes since 0.30:
* Usage of [no-xml] option in AC_PROG_INTLTOOL to avoid requiring
XML::Parser Perl module. (Rodney Dawes)
* Support for C#. (Rodney)
* Support for running intltool-update without autoconf, or with
po/Makevars file (as used in gettext). (Danilo Segan)
* New XML merging (compatible with pre-0.27.2 intltool) -- bug
#130802 -- entity decoding and encoding is not done anymore for
XML. (Danilo)
* Multiple-output XML merging now produces simpler files, and sets
"xml:lang" only when translation is used -- bug #46650. (Danilo)
* Support for passing comments to translators from XML and GConf
schema files. (Danilo)
* Many bug fixes (Rodney, Danilo, Callum McKenzie)
|
2004-06-05 01:52:46 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Enable pkgviews installation.
|
2004-03-18 10:12:18 by Johnny C. Lam | Files touched by this commit (232) |
Log message:
Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
|
2004-03-07 04:01:53 by Min Sik Kim | Files touched by this commit (1) |
Log message:
No longer used.
|