Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2002 10:00:11 +0200 (CEST)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43917: mail/p5-Email-Valid is missing RUN_DEPENDS 
Message-ID:  <20021011080011.4938FAAF2@backup-mx.droso.dk>

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

>Number:         43917
>Category:       ports
>Synopsis:       mail/p5-Email-Valid is missing RUN_DEPENDS
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 11 01:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #11: Thu Oct 10 01:16:26 CEST 2002 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:
p5-Email-Valid only lists BUILD_DEPENDS, but also depends on those
ports while running.

>How-To-Repeat:
'make test' withouth ports listed in BUILD_DEPENDS

>Fix:

	

--- p5-Email-Valid.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/p5-Email-Valid/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	4 Jul 2002 09:32:49 -0000	1.5
+++ Makefile	11 Oct 2002 07:57:12 -0000
@@ -16,6 +16,7 @@
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \
 		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-Email-Valid.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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