Subject: pkg/12633: Some Apache modules in www/ap-perl require p5-BSD-Resource
To: None <gnats-bugs@gnats.netbsd.org>
From: None <nrahlstr@winternet.com>
List: netbsd-bugs
Date: 04/13/2001 08:19:54
>Number: 12633
>Category: pkg
>Synopsis: Some Apache modules in www/ap-perl require p5-BSD-Resource
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Apr 13 11:09:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: Nathan Ahlstrom
>Release: NetBSD-1.5.1_BETA
>Organization:
me
>Environment:
System: NetBSD games 1.5.1_BETA NetBSD 1.5.1_BETA (GAMES) #0: Tue Apr 10 17:28:44 CDT 2001 root@games:/a/src/sys/arch/i386/compile/GAMES i386
>Description:
Attempts to use Apache::SizeLimit in the ap-perl pkg will fail
because BSD::Resource is missing. I have submitted a new pkg
for p5-BSD-Resource (pkg/12630)
>How-To-Repeat:
use Apache::SizeLimit and notice it fails with a message about
BSD::Resource
>Fix:
Attached is a patch to www/ap-perl to DEPEND on p5-BSD-Resource.
Please commit pkg/12630 first!!
Index: Makefile
===================================================================
RCS file: /usr/NetBSD-cvs/pkgsrc/www/ap-perl/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile 2001/04/09 22:24:51 1.13
+++ Makefile 2001/04/13 17:29:02
@@ -13,6 +13,7 @@
DEPENDS+= libperl-{5.0*,5.6.0nb*,5.[6-9]*}:../../lang/libperl
DEPENDS+= apache{,6}-1.3.*:../../www/apache
+DEPENDS+= p5-BSD-Resource-*:../../devel/p5-BSD-Resource
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/mod_perl/.packlist
>Release-Note:
>Audit-Trail:
>Unformatted: