FreeBSD Bugzilla – Attachment 42863 Details for
Bug 66736
Conditionalize dependency on p5-DBI(-137) for mail/yadda
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
hest
hest (text/plain), 961 bytes, created by
Erwin Lansing
on 2004-05-17 13:20:12 UTC
(
hide
)
Description:
hest
Filename:
MIME Type:
Creator:
Erwin Lansing
Created:
2004-05-17 13:20:12 UTC
Size:
961 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/yadda/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- Makefile 12 Apr 2004 23:06:44 -0000 1.2 >+++ Makefile 17 May 2004 12:02:04 -0000 >@@ -14,8 +14,7 @@ > MAINTAINER= jesper@noehr.org > COMMENT= Yet Another Damn Delivery Agent > >-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ >- ${SITE_PERL}/Mail/Audit.pm:${PORTSDIR}/mail/p5-Mail-Audit >+RUN_DEPENDS= ${SITE_PERL}/Mail/Audit.pm:${PORTSDIR}/mail/p5-Mail-Audit > > USE_PERL5_RUN= yes > >@@ -26,4 +25,12 @@ > do-install: > ${INSTALL_SCRIPT} ${WRKDIR}/yadda ${PREFIX}/sbin > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${PERL_LEVEL} < 500600 >+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 >+.else >+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI >+.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 Raw
Actions:
View
Attachments on
bug 66736
: 42863