summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2008-11-05 16:15:46 +0000
committerwiz <wiz>2008-11-05 16:15:46 +0000
commit0b907bc61e9e87404da3bb7beedefabe6bb73540 (patch)
tree1b9af8d8c43e07498111ea8ab0d1b03e91d9085d
parentc5cae2808f8736c5629b8b194c78e53dd0ec2bc8 (diff)
downloadpkgsrc-0b907bc61e9e87404da3bb7beedefabe6bb73540.tar.gz
Update to 1.11:
* Version 1.11 (released 2008-10-28) ** libidn: New WARN_CFLAGS configure variable. It is used internally to add -Werror and other warnings flags, to catch coding mistakes before releases. ** Win32: Perl is no longer required to build Libidn in Visual Studio. ** Win32: Functions in idna.h are also exported. Reported by Adam Strzelecki <adam.strzelecki@java.pl>. ** doc: Included cyclomatic code complexity charts of the library code. See doc/cyclo/. ** tests: Add more self-tests to get more self-test code coverage. ** tests: New 'make coverage' command to generate code coverage reports. The output is created in doc/coverage/. Requires the LCOV tools. See http://www.gnu.org/software/libidn/coverage/ for a pre-generated copy. ** Clarify copyright and license for gdoc, man pages, and C# port. ** Update gnulib files and translations. ** API and ABI is backwards compatible with the previous version.
-rw-r--r--devel/libidn/Makefile5
-rw-r--r--devel/libidn/distinfo9
-rw-r--r--devel/libidn/patches/patch-ad16
3 files changed, 6 insertions, 24 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile
index da633b23bdb..52688390060 100644
--- a/devel/libidn/Makefile
+++ b/devel/libidn/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2008/09/28 00:43:39 tonnerre Exp $
+# $NetBSD: Makefile,v 1.59 2008/11/05 16:15:46 wiz Exp $
-DISTNAME= libidn-1.10
-PKGREVISION= 1
+DISTNAME= libidn-1.11
CATEGORIES= devel
MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \
http://josefsson.org/libidn/releases/
diff --git a/devel/libidn/distinfo b/devel/libidn/distinfo
index 14c0bd055e3..2b49a4a9127 100644
--- a/devel/libidn/distinfo
+++ b/devel/libidn/distinfo
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.38 2008/09/28 00:43:39 tonnerre Exp $
+$NetBSD: distinfo,v 1.39 2008/11/05 16:15:46 wiz Exp $
-SHA1 (libidn-1.10.tar.gz) = a19aa399f5dc636ab5c693ca15f06bce2a833e34
-RMD160 (libidn-1.10.tar.gz) = e112eeb5340c8ded1e0aef8096432451a03351bb
-Size (libidn-1.10.tar.gz) = 2534199 bytes
+SHA1 (libidn-1.11.tar.gz) = 08cffdcf9736f4ac61acc32e79a1d9672f640351
+RMD160 (libidn-1.11.tar.gz) = a856bc30e18f5c85a842ee85844ce85e54524baf
+Size (libidn-1.11.tar.gz) = 2519627 bytes
SHA1 (patch-aa) = 412f1b609b81ade44c694f1a24f5b37d57c383c0
SHA1 (patch-ab) = 850e8f30891c58dc9781c7e891e61136c6ed6d3b
SHA1 (patch-ac) = 0b2eab310a21ca7ea695d0ee01449b7311338d6f
-SHA1 (patch-ad) = b0e3d6f4739f007d4df6de0ace056011dfb21c7d
diff --git a/devel/libidn/patches/patch-ad b/devel/libidn/patches/patch-ad
deleted file mode 100644
index 2049099ed0f..00000000000
--- a/devel/libidn/patches/patch-ad
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2008/09/28 00:43:39 tonnerre Exp $
-
---- win32/include/gen-win32-headers.pl.orig 2008-08-27 10:12:12.000000000 +0200
-+++ win32/include/gen-win32-headers.pl
-@@ -69,7 +69,10 @@ if(@ARGV == 0) {
- #define strcasecmp stricmp
- #define strncasecmp strnicmp
-
--extern int strverscmp (const char *, const char *);
-+#ifndef HAVE_STRVERSCMP
-+#define strverscmp libidn_strverscmp
-+extern int libidn_strverscmp (const char *, const char *);
-+#endif
-
- #define LOCALEDIR "."
-