FreeBSD Bugzilla – Attachment 45585 Details for
Bug 70247
[PATCH] databases/mytop: depends on Time::HiRes when perl < 5.8.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mytop-1.4.patch
mytop-1.4.patch (text/plain), 978 bytes, created by
Rong-En Fan
on 2004-08-10 10:20:27 UTC
(
hide
)
Description:
mytop-1.4.patch
Filename:
MIME Type:
Creator:
Rong-En Fan
Created:
2004-08-10 10:20:27 UTC
Size:
978 bytes
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/databases/mytop/Makefile /home/rafan/tmp/ports/mytop/Makefile >--- /usr/ports/databases/mytop/Makefile Tue Sep 2 03:02:32 2003 >+++ /home/rafan/tmp/ports/mytop/Makefile Tue Aug 10 16:50:14 2004 >@@ -15,8 +15,7 @@ > > RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ > ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ >- ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \ >- ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes >+ ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor > > PERL_CONFIGURE= yes > USE_REINPLACE= yes >@@ -26,4 +25,10 @@ > post-patch: > @${REINPLACE_CMD} -e 's, -P , B<-P> ,g' ${WRKSRC}/mytop > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${PERL_LEVEL} < 500805 >+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes >+.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 70247
: 45585