From owner-freebsd-ports Tue Jan 9 3:44:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id A795337B402 for ; Tue, 9 Jan 2001 03:44:26 -0800 (PST) Received: (qmail 27255 invoked by uid 1000); 9 Jan 2001 11:43:13 -0000 Date: Tue, 9 Jan 2001 13:43:13 +0200 From: Peter Pentchev To: will@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Perl5 ports 'make index' trouble Message-ID: <20010109134313.L2550@ringworld.oblivion.bg> Mail-Followup-To: will@FreeBSD.org, freebsd-ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Will, porters, A 'make index' on a today's ports tree resulted in two non-existent dependencies warnings. www/p5-Apache-AuthenCache has a IMHO wrong dependency on www/p5-Tie-IxHash; shouldn't it be devel/p5-Tie-IxHash? www/p5-WWW-Babelfish has an IMHO extraneous 'perl5' on the BUILD_DEPENDS line; is there a need for that? Proposed patch attached. G'luck, Peter -- I am not the subject of this sentence. Index: ports/www/p5-Apache-AuthenCache/Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-Apache-AuthenCache/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- ports/www/p5-Apache-AuthenCache/Makefile 2001/01/03 23:20:28 1.1 +++ ports/www/p5-Apache-AuthenCache/Makefile 2001/01/09 11:43:12 @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/www/p5-Tie-IxHash +BUILD_DEPENDS= ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} USE_PERL5= yes Index: ports/www/p5-WWW-Babelfish/Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-WWW-Babelfish/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- ports/www/p5-WWW-Babelfish/Makefile 2001/01/03 23:47:08 1.1 +++ ports/www/p5-WWW-Babelfish/Makefile 2001/01/09 11:43:44 @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww perl5 +BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message