ports/62552: mail/openwebmail has has redundant under -CURENT dependencies
Vladimir Kushnir
vkushnir at Alfacom.net
Sun Feb 8 22:30:09 UTC 2004
>Number: 62552
>Category: ports
>Synopsis: mail/openwebmail has has redundant under -CURENT dependencies
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Feb 08 14:30:09 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: Vladimir Kushnir
>Release: FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD kushnir1.kiev.ua 5.2-CURRENT FreeBSD 5.2-CURRENT #62: Sat Feb 7 06:49:57 EET 2004 root at kushnir1.kiev.ua:/usr/obj/usr/src/sys/KUSHNIR i386
>Description:
mail/openwebmail depends (among other) on www/p5-CGI.pm and net/p5-Net.
These packages however are included (and installed) in lang/perl5.8 -
default for -CURRENT. If port www/p5-CGI.pm is 3.01 vs 3.00 in perl5.8.2,
then libnet's (net/p5-Net) version consides.
>How-To-Repeat:
Install openwebmail; compare corresponding files under SITE_PERL and stock
files.
in
>Fix:
--- openwebmail.diff begins here ---
*** Makefile.orig Sun Feb 8 17:21:57 2004
--- Makefile Sun Feb 8 17:51:07 2004
***************
*** 15,26 ****
MAINTAINER= leeym at FreeBSD.org
COMMENT= A webmail system designed to manage big mail folder files efficiently
RUN_DEPENDS= ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
!
! .include <bsd.port.pre.mk>
USE_PERL5= yes
NO_BUILD= yes
--- 15,31 ----
MAINTAINER= leeym at FreeBSD.org
COMMENT= A webmail system designed to manage big mail folder files efficiently
+ .include <bsd.port.pre.mk>
+
+ .if ${PERL_LEVEL} < 500802
RUN_DEPENDS= ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
! .else
! RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \
! ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
! .endif
USE_PERL5= yes
NO_BUILD= yes
--- openwebmail.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list