Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2002 09:59:54 +0200 (CEST)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44080: www/p5-Apache-Session missing RUN_DEPENDS 
Message-ID:  <20021015075954.85C55AEED@snorri.pil.dk>

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

>Number:         44080
>Category:       ports
>Synopsis:       www/p5-Apache-Session missing RUN_DEPENDS
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 15 01:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD snorri.pil.dk 4.6-STABLE FreeBSD 4.6-STABLE #4: Wed Sep 4 11:40:14 CEST 2002 root@snorri.pil.dk:/usr/obj/usr/src/sys/SNORRI i386


	
>Description:
Apache::Session also depends on ao. Storable when running, so also list
these in RUN_DEPENDS, not only BUILD_DEPENDS

>How-To-Repeat:
deinstall BUILD_DEPENDS and run 'make test' in ${WRKSRC}
>Fix:

	

--- p5-Apache-Session.diff begins here ---
--- /usr/ports/www/p5-Apache-Session/Makefile	Thu Dec  6 16:55:28 2001
+++ src/ports/pil/p5-Apache-Session/Makefile	Tue Oct 15 09:41:03 2002
@@ -17,6 +17,7 @@
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
 		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-Apache-Session.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?20021015075954.85C55AEED>