summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-02-23 20:33:05 +0000
committerdrochner <drochner@pkgsrc.org>2007-02-23 20:33:05 +0000
commitabae2a81167a776f4a742813573a321f90387c95 (patch)
tree1a8c87d19ad3c2abc67c97adeaa621b70b85547c /net
parent1d8e6b951c1b978a375da6a7929cf76e90be4647 (diff)
downloadpkgsrc-abae2a81167a776f4a742813573a321f90387c95.tar.gz
-the "check.h not found" problem is not alpha specific, but just
an effect of the "check" library installed -- introduce an option which either requires devel/check or disables it completely -Being here, update to 1.11. No changelog available.
Diffstat (limited to 'net')
-rw-r--r--net/libdnet/Makefile15
-rw-r--r--net/libdnet/distinfo8
2 files changed, 14 insertions, 9 deletions
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile
index 793a79915a2..4e88a6fd37c 100644
--- a/net/libdnet/Makefile
+++ b/net/libdnet/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:20 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2007/02/23 20:33:05 drochner Exp $
#
-DISTNAME= libdnet-1.10
-PKGREVISION= 1
+DISTNAME= libdnet-1.11
CATEGORIES= devel net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libdnet/}
@@ -16,8 +15,14 @@ USE_LIBTOOL= yes
BUILD_DEFS+= USE_INET6
-.include "../../mk/bsd.prefs.mk"
-.if ${MACHINE_ARCH} == "alpha"
+PKG_OPTIONS_VAR= PKG_OPTIONS.libdnet
+PKG_SUPPORTED_OPTIONS= libdnetcheck
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mlibdnetcheck)
+.include "../../devel/check/buildlink3.mk"
+TEST_TARGET= check
+.else
CONFIGURE_ARGS+= --without-check
.endif
diff --git a/net/libdnet/distinfo b/net/libdnet/distinfo
index 0aaef2c7e55..ec035de642f 100644
--- a/net/libdnet/distinfo
+++ b/net/libdnet/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2005/02/28 12:53:53 wiz Exp $
+$NetBSD: distinfo,v 1.6 2007/02/23 20:33:06 drochner Exp $
-SHA1 (libdnet-1.10.tar.gz) = 1dd9594adb5a3af121960abd6960bcedfc815f37
-RMD160 (libdnet-1.10.tar.gz) = 167cf841b3fdd061ec8d6a56d53c341678ee5a9e
-Size (libdnet-1.10.tar.gz) = 419752 bytes
+SHA1 (libdnet-1.11.tar.gz) = e2ae8c7f0ca95655ae9f77fd4a0e2235dc4716bf
+RMD160 (libdnet-1.11.tar.gz) = 9a940cdd96af4b513a048f3a389e3f7eb0bb7011
+Size (libdnet-1.11.tar.gz) = 446233 bytes