pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/mrtg Updated mrtg to 2.10.11nb1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0cd91fc426f
branches:  trunk
changeset: 464858:a0cd91fc426f
user:      martti <martti%pkgsrc.org@localhost>
date:      Tue Dec 16 19:59:20 2003 +0000

description:
Updated mrtg to 2.10.11nb1

* Added IPv6 support (pkg/23769 by Adrian Portelli)

diffstat:

 net/mrtg/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 126fe494e288 -r a0cd91fc426f net/mrtg/Makefile
--- a/net/mrtg/Makefile Tue Dec 16 19:45:56 2003 +0000
+++ b/net/mrtg/Makefile Tue Dec 16 19:59:20 2003 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2003/12/07 13:53:32 martti Exp $
+# $NetBSD: Makefile,v 1.45 2003/12/16 19:59:20 martti Exp $
 
 DISTNAME=      mrtg-2.10.11
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/ \
                ftp://ftp.sunet.se/pub/network/monitoring/mrtg/ \
@@ -26,11 +27,15 @@
 HOMEPAGE=      http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html
 COMMENT=       The Multi-Router Traffic Grapher
 
+DEPENDS+=      p5-Socket6>=0.12:../../net/p5-Socket6
+DEPENDS+=      p5-INET6>=2.00:../../net/p5-INET6
+
 USE_BUILDLINK2=        YES
 USE_PERL5=     YES
 PERL5_REQD=    5.6.1
 USE_X11=       YES
 GNU_CONFIGURE= YES
+BUILD_DEFS+=   USE_INET6
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index