From owner-freebsd-ports Mon Dec 3 19:10: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D389037B417 for ; Mon, 3 Dec 2001 19:10:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB43A0V20413; Mon, 3 Dec 2001 19:10:00 -0800 (PST) (envelope-from gnats) Received: from hronir.scardini.com (dsl-209-162-215-176.easystreet.com [209.162.215.176]) by hub.freebsd.org (Postfix) with ESMTP id 027D737B417 for ; Mon, 3 Dec 2001 19:00:06 -0800 (PST) Received: from tlon.lan.scardini.com (tlon.lan.scardini.com [192.168.2.2]) by hronir.scardini.com (8.11.6/8.11.6) with ESMTP id fB4304o19731 for ; Mon, 3 Dec 2001 19:00:04 -0800 (PST) (envelope-from chrise@hronir.lan.scardini.com) Received: (from chrise@localhost) by tlon.lan.scardini.com (8.11.6/8.11.6) id fB4303u55421; Mon, 3 Dec 2001 19:00:03 -0800 (PST) (envelope-from chrise) Message-Id: <200112040300.fB4303u55421@tlon.lan.scardini.com> Date: Mon, 3 Dec 2001 19:00:03 -0800 (PST) From: Christopher Elkins Reply-To: Christopher Elkins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32486: www/p5-WWW-Babelfish should depend on devel/p5-IO-String Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32486 >Category: ports >Synopsis: www/p5-WWW-Babelfish should depend on devel/p5-IO-String >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 03 19:10:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Christopher Elkins >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: System: FreeBSD tlon.lan.scardini.com 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Fri Nov 30 17:22:23 PST 2001 chrise@tlon.lan.scardini.com:/usr/src/sys/compile/TLON i386 >Description: www/p5-WWW-Babelfish has a runtime dependency on devel/p5-IO-String. If IO::String.pm doesn't exist, you get an error like the following when executing a script that uses WWW::Babelfish: Can't locate IO/String.pm in @INC (@INC contains: /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 .) at /usr/local/lib/perl5/site_perl/5.005/WWW/Babelfish.pm line 22, chunk 189. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.005/WWW/Babelfish.pm line 22, chunk 189. BEGIN failed--compilation aborted at ./translate line 8, chunk 189. >How-To-Repeat: Make sure devel/p5-IO-String isn't installed. Execute a script that uses www/p5-WWW-Babelfish. >Fix: diff -c -r p5-WWW-Babelfish.orig/Makefile p5-WWW-Babelfish/Makefile *** p5-WWW-Babelfish.orig/Makefile Mon Dec 3 18:29:19 2001 --- p5-WWW-Babelfish/Makefile Mon Dec 3 18:53:14 2001 *************** *** 14,20 **** MAINTAINER= ports@FreeBSD.org ! BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} --- 14,21 ---- MAINTAINER= ports@FreeBSD.org ! BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ! ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message