Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2003 21:50:39 +1100 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        vanilla@FreeBSD.org
Subject:   ports/48203: [patch] add missing dependency to www/mod_perl
Message-ID:  <20030212105039.EC1656A712B@k7.mavetju>

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

>Number:         48203
>Category:       ports
>Synopsis:       [patch] add missing dependency to www/mod_perl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 12 03:00:15 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Sep 14 10:41:50 EST 2002 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386

>Description:

www/mod_perl is complaining that it can live without, but would be
very happy by having www/p5-libwww installed.

>How-To-Repeat:

cd ports/www/mod_perl && make

>Fix:

[~/ports/www/mod_perl] edwin@ref5>cvs diff -u
? work
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_perl/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile    3 Sep 2002 06:26:02 -0000       1.20
+++ Makefile    12 Feb 2003 10:49:08 -0000
@@ -13,8 +13,9 @@
 
 MAINTAINER=    vanilla@FreeBSD.org
 
-BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${APACHE_PORT}
-RUN_DEPENDS=   ${LOCALBASE}/sbin/apxs:${APACHE_PORT}
+BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${APACHE_PORT} \
+               ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS=   ${BUILD_DEPENDS}
 
 USE_PERL5=     YES
 
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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