summaryrefslogtreecommitdiff
path: root/net/net6
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-07-03 15:59:49 +0000
committerdrochner <drochner@pkgsrc.org>2009-07-03 15:59:49 +0000
commita463efb8da31fb4c87cff8f9ae6d3257c1944d2f (patch)
tree69a6c605b1ac2bffeb57b72f2d6d6360d6cb20a9 /net/net6
parentda2df4e0920c9aa7516fbb2476cd9608f401d913 (diff)
downloadpkgsrc-a463efb8da31fb4c87cff8f9ae6d3257c1944d2f.tar.gz
use libgnutls-config.mk instead of a private hack
Diffstat (limited to 'net/net6')
-rw-r--r--net/net6/Makefile3
-rw-r--r--net/net6/distinfo3
-rw-r--r--net/net6/patches/patch-aa23
3 files changed, 3 insertions, 26 deletions
diff --git a/net/net6/Makefile b/net/net6/Makefile
index 26eb2f737f0..5bfcc614578 100644
--- a/net/net6/Makefile
+++ b/net/net6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/06/25 09:41:45 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2009/07/03 15:59:49 drochner Exp $
#
DISTNAME= net6-1.3.9
@@ -25,4 +25,5 @@ pre-configure:
.include "../../devel/libsigc++/buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"
+.include "../../security/gnutls/libgnutls-config.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/net6/distinfo b/net/net6/distinfo
index 236ec079e1f..099a43a4171 100644
--- a/net/net6/distinfo
+++ b/net/net6/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2009/06/25 09:41:45 drochner Exp $
+$NetBSD: distinfo,v 1.5 2009/07/03 15:59:50 drochner Exp $
SHA1 (net6-1.3.9.tar.gz) = 86c15f3b3bcd89bfa8da9cef68518b32349ba36f
RMD160 (net6-1.3.9.tar.gz) = 178c0093edfc9edc3f11afed06c4743ef86052e8
Size (net6-1.3.9.tar.gz) = 449368 bytes
-SHA1 (patch-aa) = 4cbce62de477d34a0fab810a57646de0bf528834
diff --git a/net/net6/patches/patch-aa b/net/net6/patches/patch-aa
deleted file mode 100644
index f0301649ee8..00000000000
--- a/net/net6/patches/patch-aa
+++ /dev/null
@@ -1,23 +0,0 @@
-$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