head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.1.0.12 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.10 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.8 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.6 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.4 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.2 pkgsrc-2008Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2010.01.16.18.00.22; author wiz; state dead; branches; next 1.1; 1.1 date 2008.09.28.00.43.39; author tonnerre; state Exp; branches; next ; desc @@ 1.2 log @Update to 1.16: ** java: Add a Maven pom.xml project file. Contributed by Guus der Kinderen . ** Fix a link error on MinGW. ** API and ABI is backwards compatible with the previous version. @ text @$NetBSD: patch-ac,v 1.1 2008/09/28 00:43:39 tonnerre Exp $ --- lib/gl/string.in.h.orig 2008-08-25 17:33:33.000000000 +0200 +++ lib/gl/string.in.h @@@@ -578,14 +578,15 @@@@ extern char *strsignal (int __sig); #if @@GNULIB_STRVERSCMP@@ # if !@@HAVE_STRVERSCMP@@ -extern int strverscmp (const char *, const char *); +#define strverscmp libidn_strverscmp +extern int libidn_strverscmp (const char *, const char *); # endif #elif defined GNULIB_POSIXCHECK # undef strverscmp # define strverscmp(a, b) \ (GL_LINK_WARNING ("strverscmp is unportable - " \ "use gnulib module strverscmp for portability"), \ - strverscmp (a, b)) + libidn_strverscmp (a, b)) #endif @ 1.1 log @If strverscmp() is not present, libidn shouldn't export a symbol of the same name, breaking the builds of libraries trying to both link against libidn and use strverscmp(). Bump PKGREVISION. Related to PR 39640. @ text @d1 1 a1 1 $NetBSD$ @