summaryrefslogtreecommitdiff
path: root/net/mrtg
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-08-06 06:19:03 +0000
committerjlam <jlam@pkgsrc.org>2005-08-06 06:19:03 +0000
commit7fbb8d952791a8c4d82b77759fc5fb7accd491fe (patch)
tree01ab92342ff180527d28ec20c4868e49f3c4def1 /net/mrtg
parent86f92684818eb77da677366cd49b4fa35e87b579 (diff)
downloadpkgsrc-7fbb8d952791a8c4d82b77759fc5fb7accd491fe.tar.gz
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
Diffstat (limited to 'net/mrtg')
-rw-r--r--net/mrtg/Makefile11
-rw-r--r--net/mrtg/PLIST12
2 files changed, 11 insertions, 12 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile
index 8c567435a96..b460f084755 100644
--- a/net/mrtg/Makefile
+++ b/net/mrtg/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2005/06/23 08:12:13 martti Exp $
+# $NetBSD: Makefile,v 1.63 2005/08/06 06:19:24 jlam Exp $
DISTNAME= mrtg-2.12.2
-#PKGREVISION= 1
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/ \
ftp://ftp.sunet.se/pub/network/monitoring/mrtg/ \
@@ -27,7 +27,6 @@ HOMEPAGE= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html
COMMENT= The Multi-Router Traffic Grapher
USE_TOOLS+= perl
-PERL5_REQD+= 5.6.1
GNU_CONFIGURE= YES
USE_PKGINSTALL= YES
@@ -37,7 +36,7 @@ LDFLAGS+= -lgd -lttf -lintl -ljpeg
.include "../../mk/bsd.prefs.mk"
.if defined(USE_INET6) && ${USE_INET6} == "YES"
-.include "../../net/p5-INET6/buildlink3.mk"
+DEPENDS+= p5-INET6>=2.00:../../net/p5-INET6
.endif
.if ${OPSYS} == "SunOS"
@@ -91,13 +90,13 @@ do-install:
for FILE in netstat2mrtg sys2mrtg envstat2mrtg; do \
${INSTALL_SCRIPT} ${WRKDIR}/$$FILE ${PREFIX}/libexec; \
done
- ${INSTALL_DATA_DIR} ${PERL5_SITELIB}
+ ${INSTALL_DATA_DIR} ${PERL5_INSTALLVENDORLIB}
${INSTALL_SCRIPT} ${WRKSRC}/lib/mrtg2/BER.pm \
${WRKSRC}/lib/mrtg2/SNMP_Session.pm \
${WRKSRC}/lib/mrtg2/SNMP_util.pm \
${WRKSRC}/lib/mrtg2/MRTG_lib.pm \
${WRKSRC}/lib/mrtg2/locales_mrtg.pm \
- ${PERL5_SITELIB}
+ ${PERL5_INSTALLVENDORLIB}
${INSTALL_PROGRAM} ${WRKSRC}/bin/rateup ${PREFIX}/libexec/
${INSTALL_SCRIPT} ${WRKSRC}/bin/mrtg ${PREFIX}/bin/
for FILE in cfgmaker indexmaker; do \
diff --git a/net/mrtg/PLIST b/net/mrtg/PLIST
index 4cb06699e22..8d172eb1711 100644
--- a/net/mrtg/PLIST
+++ b/net/mrtg/PLIST
@@ -1,9 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2005/06/23 08:12:13 martti Exp $
-${PERL5_SITELIB}/BER.pm
-${PERL5_SITELIB}/MRTG_lib.pm
-${PERL5_SITELIB}/SNMP_Session.pm
-${PERL5_SITELIB}/SNMP_util.pm
-${PERL5_SITELIB}/locales_mrtg.pm
+@comment $NetBSD: PLIST,v 1.9 2005/08/06 06:19:24 jlam Exp $
bin/mrtg
bin/mrtgcfgmaker
bin/mrtgindexmaker
@@ -11,6 +6,11 @@ libexec/envstat2mrtg
libexec/netstat2mrtg
libexec/rateup
libexec/sys2mrtg
+${PERL5_SUB_INSTALLVENDORLIB}/BER.pm
+${PERL5_SUB_INSTALLVENDORLIB}/MRTG_lib.pm
+${PERL5_SUB_INSTALLVENDORLIB}/SNMP_Session.pm
+${PERL5_SUB_INSTALLVENDORLIB}/SNMP_util.pm
+${PERL5_SUB_INSTALLVENDORLIB}/locales_mrtg.pm
man/man1/mrtg-contrib.1
man/man1/mrtg-faq.1
man/man1/mrtg-forum.1