diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-10 17:39:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-10 17:39:45 +0000 |
commit | 51543a83a1be48b18ec4110b8d1f53fa3144486e (patch) | |
tree | 7d44491d6e28fc97a7aec14d980b44e5803e6f43 /devel/libidn/Makefile | |
parent | 15960bce2908470e6de34cd0844ef7c86ad29632 (diff) | |
download | pkgsrc-51543a83a1be48b18ec4110b8d1f53fa3144486e.tar.gz |
Update to 0.6.5:
* Version 0.6.5 (released 2006-06-07)
** Link the library with external libintl, for gettext.
This fixes building on FreeBSD, reported by Kirill Ponomarew
** Update doxygen config file to version 1.4.7.
** API and ABI is backwards compatible with the previous version.
* Version 0.6.4 (released 2006-06-07)
** Fix translation of error messages.
Thanks to Joe Orton
** Fix warnings on 64-bit platforms.
Thanks to Joe Orton
** The tests are run under valgrind, if it is installed.
Use --disable-valgrind-tests to unconditionally disable this. It is
disabled by default for cross compiles.
** API and ABI is backwards compatible with the previous version.
Diffstat (limited to 'devel/libidn/Makefile')
-rw-r--r-- | devel/libidn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index dd471d4b076..dae78a56899 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2006/03/31 05:37:08 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2006/07/10 17:39:45 wiz Exp $ -DISTNAME= libidn-0.6.3 +DISTNAME= libidn-0.6.5 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \ http://josefsson.org/libidn/releases/ |