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-08-25 22:16:52 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Update to 0.9:
* This release features a large refactoring to make further development
easier.
* Part of the works has also been to make the current features more stable
and better implement.
* Most of the work on this release has been carried out by Mikael Hallendal
and Martyn Russel.
* UPDATE NOW!
|
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-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.
|
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-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-23 16:59:14 by Alistair G. Crooks | Files touched by this commit (86) |
Log message:
Add RMD160 digests in addition to SHA1 ones
|
2004-12-28 15:05:51 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Update to 0.8:
* Fixed #151737 (Martyn)
* Group chats now support tabbed windows (Geert-Jan)
* If only one window exists, open new chats in that window (Martyn)
* Fixed window title (Micke)
* Fixed issue when Gossip sent replies to error messages (Micke)
* New translations (nb, tr, bg)
* Updated translations (cs, pt_BR, fr, de, ca, da, nl, no, en_CA, zh_TW,
en_GB, lt, eu, sv)
|
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
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-09-04 16:29:13 by Julio M. Merino Vidal | Files touched by this commit (3) | |
Log message:
Update to 0.7.8:
News in 0.7.8:
==============
* Add support for disabling system proxy (Ross Burton)
* Typo fixes (Richard)
* Updated translations (sv, en_CA)
News in 0.7.7:
==============
* Make the groupchat input area the same as in chats (Geert-Jan)
* Improved URL recognizer (Johan Hammar)
* Fixed name bug when chatting with people not in your contact list (Micke)
* Cut supported in chat windows (cuts from input area) (Thomas Reynolds)
* Support for specifying both JID and connect server (Micke)
* Support for HTTP proxy, uses desktop global settings (Micke)
* Notify on updates in the contact list (Change the background on that row
for 7 seconds) (Martyn)
* New translations (ga)
* Updated translations
(cs, nl, en_GB, lt, cy, sq, ru, eu, en_CA, es, nl, pt, da)
|