FreeBSD Bugzilla – Attachment 35593 Details for
Bug 57421
[NEW PORT] net/ifgraph: Simple grapher of SNMP data with RRD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.diff
Makefile.diff (text/plain), 742 bytes, created by
Lars Thegler
on 2003-10-06 23:15:37 UTC
(
hide
)
Description:
Makefile.diff
Filename:
MIME Type:
Creator:
Lars Thegler
Created:
2003-10-06 23:15:37 UTC
Size:
742 bytes
patch
obsolete
>diff -ur ifgraph.orig/Makefile ifgraph/Makefile >--- ifgraph.orig/Makefile Mon Oct 6 21:23:28 2003 >+++ ifgraph/Makefile Sat Oct 4 23:04:13 2003 >@@ -13,8 +13,7 @@ > MAINTAINER= lars@thegler.dk > COMMENT= Simple grapher of SNMP data with RRD > >-RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ >- ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP >+RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool > > USE_PERL5= yes > NO_BUILD= yes >@@ -69,4 +68,12 @@ > @ ${CAT} ${PKGMESSAGE} > .endif > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${PERL_LEVEL} < 500600 >+RUN_DEPENDS+= ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP3 >+.else >+RUN_DEPENDS+= ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP >+.endif >+ >+.include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 57421
:
35592
| 35593 |
35594
Working