2005-12-31 01:05:12 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Update to 2.12.1:
2.12.1
======
Fixes
- Code cleanups (Kjartan Maraas)
- Open GModules with G_MODULE_BIND_LAZY (Kjartan Maraas)
- Fix change notification with multiple sources (Alexander Larsson)
- Allow space in config source names on windows (Tor Lillqvist)
- Read xml files in larger chunks (Mark McLoughlin)
- Simplify the handling of --enable-schemas-install (Stepan Kasal)
- Win32 Fixes (Tor Lillqvist)
Translators
- Alexander Shopov (bg)
- Samia Niamatullah (bn)
- Miloslav Trmac (cs)
- Martin Willemoes Hansen (da)
- Adam Weinberger (en_CA)
- Francisco Javier F. Serrador (es)
- Ivar Smolin (et)
- Hizkuntza Politikarako Sailburuordetza (eu)
- Ilkka Tuohela (fi)
- Ignacio Casal Quinteiro (gl)
- Ankit Patel (gu)
- Yair Hershkovitz (he)
- Erdal Ronahi (ku)
- Tino Meinen (nl)
- MiÅu Moldovan (ro)
- Marcel Telka (sk)
- Laurent Dhima (sq)
- Christian Rose (sv)
- Maxim Dziumanenko (uk)
- Clytie Siddall (vi)
- Funda Wang (zh_CN)
|
2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597) |
Log message:
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
2005-12-06 00:55:25 by Roland Illig | Files touched by this commit (413) |
Log message:
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
|
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-25 00:10:30 by Roland Illig | Files touched by this commit (2) |
Log message:
Added a patch for Solaris 9.
|
2005-10-08 19:15:48 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Move common dependencies to Makefile.common.
Adjust dependencies for glib2 and GConf2 to match what's needed by GConf2
and GConf2-ui, respectively (hi drochner@!). Bump their revisions to 1.
|
2005-10-07 18:00:24 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 2.12.0
changes:
- Fix gconfd not shutting down when not in use
- Plug some memory leaks
- Use G_GNUC_NULL_TERMINATED in some APIs
- Improve performance
-translation updates
-fixes
|
2005-08-10 22:56:30 by Johnny C. Lam | Files touched by this commit (339) |
Log message:
Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
2005-07-27 19:11:08 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 2.10.1
changes:
-fixes minor bugs and memory leaks
-translation updates
|
2005-07-21 18:30:01 by Thomas Klausner | Files touched by this commit (328) |
Log message:
Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|