Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Feb 2004 00:25:53 +0200 (EET)
From:      Vladimir Kushnir <vkushnir@Alfacom.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62552: mail/openwebmail has has redundant under -CURENT dependencies
Message-ID:  <200402082225.i18MPrNV090660@kushnir1.kiev.ua>
Resent-Message-ID: <200402082230.i18MU9fD040442@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402082225.i18MPrNV090660>