summaryrefslogtreecommitdiff
path: root/devel/libstatgrab/buildlink3.mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-08-25 23:24:12 +0000
committerwiz <wiz@pkgsrc.org>2004-08-25 23:24:12 +0000
commit287672f90ce18de159d5f3f96c25084872d25a3e (patch)
tree24aefeabf61d6e2f68f9558f7b45b159cac8db8e /devel/libstatgrab/buildlink3.mk
parent4ea7bc5f404826e44d9f9d0b9f3ba178a2abffeb (diff)
downloadpkgsrc-287672f90ce18de159d5f3f96c25084872d25a3e.tar.gz
Update to 0.10.3, provided by the maintainer Tim Bishop in PR 26764:
libstatgrab 0.10.3 (24 August 2004) * Add -f flag to statgrab to display floating-point numbers multiplied by an integer. * Add -K, -M and -G flags to statgrab to show byte counts in kibibytes, mebibytes or gibibytes. * Make statgrab-make-mrtg-config use the new flags to scale extremely large or small numbers so that mrtg can handle them. * Make statgrab-make-mrtg-config automatically detect network interface speeds. * Add support for FreeBSD 6.0-CURRENT. libstatgrab 0.10.2 (27 July 2004) * Fix shared library version that when backwards in 0.10.1. libstatgrab 0.10.1 (26 July 2004) * Use DESTDIR correctly when setting permissions at install time. * Fix disk stats to work with OpenBSD 3.5. * Fix disk stats on NetBSD 2.0 (statvfs instead of statfs). * Fix memory leak in process stats on NetBSD 2.0. * Add vxfs (Veritas filesystem) to list of known filesystems on Solaris. * Add more variables to the pkg-config file to suggest suitable ownership and permissions for binaries using libstatgrab. * Make sure statgrab.h can safely be included twice. * Fix statgrab to display network interface names even if they don't have IO stats (like the loopback interface on Solaris). * Add error reporting function that grabs errno.
Diffstat (limited to 'devel/libstatgrab/buildlink3.mk')
-rw-r--r--devel/libstatgrab/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libstatgrab/buildlink3.mk b/devel/libstatgrab/buildlink3.mk
index 3ab50bbc111..239b986bc2d 100644
--- a/devel/libstatgrab/buildlink3.mk
+++ b/devel/libstatgrab/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/05/20 20:48:58 xtraeme Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2004/08/25 23:24:12 wiz Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBSTATGRAB_BUILDLINK3_MK:= ${LIBSTATGRAB_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibstatgrab}
BUILDLINK_PACKAGES+= libstatgrab
.if !empty(LIBSTATGRAB_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.libstatgrab+= libstatgrab>=0.9
+BUILDLINK_DEPENDS.libstatgrab+= libstatgrab>=0.10
BUILDLINK_PKGSRCDIR.libstatgrab?= ../../wip/libstatgrab
.endif # LIBSTATGRAB_BUILDLINK3_MK