head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3; locks; strict; comment @# @; 1.3 date 2009.07.03.15.59.50; author drochner; state dead; branches; next 1.2; 1.2 date 2009.06.25.09.41.45; author drochner; state Exp; branches; next 1.1; 1.1 date 2009.06.13.12.28.44; author hasso; state Exp; branches; next ; desc @@ 1.3 log @use libgnutls-config.mk instead of a private hack @ text @$NetBSD: patch-aa,v 1.2 2009/06/25 09:41:45 drochner Exp $ --- configure.ac.orig 2009-01-03 21:56:07.000000000 +0100 +++ configure.ac @@@@ -73,16 +73,8 @@@@ AM_CONDITIONAL(WIN32, test x$win32 = xtr # Checks for libraries. PKG_CHECK_MODULES([libnet6], [sigc++-2.0]) - -AM_PATH_LIBGNUTLS( 1.0.0,, AC_MSG_ERROR([[ -*** -*** libgnutls was not found. You may want to get it by using the -*** package manager of your distribution or by compiling the source -*** from ftp://ftp.gnutls.org/pub/gnutls/. This dependency is -*** now mandatory. -]])) -addlibs="$addlibs $LIBGNUTLS_LIBS" -addcflags="$LIBGNUTLS_CFLAGS" +PKG_CHECK_MODULES([LIBGNUTLS], [gnutls]) +addcflags="$LIBGNUTLS_CFLAGS" AC_SUBST(addcflags) # gettext / i18n @ 1.2 log @fix the gnutls hack so that the installed .pc file doesn't contain unresolved variables bump PKGREVISION @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Update to 1.3.9. Make it build with new libgnutls (which don't have the libgnutls-config script any more). Changes since 1.3.7: * Preallocate and only copy the string once when escaping or unescaping it. * Try to open both IPv6 and IPv4 listening sockets. This is required in case bindtov6only is 1 to also accept IPv4 connections in IPv6 mode. @ text @d3 3 a5 3 --- configure.ac.orig 2009-06-12 19:09:16 +0300 +++ configure.ac 2009-06-12 19:09:53 +0300 @@@@ -73,17 +73,7 @@@@ AM_CONDITIONAL(WIN32, test x$win32 = xtr a18 1 -AC_SUBST(addcflags) d20 2 a23 1 AM_GNU_GETTEXT([external]) @