Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jan 2001 13:43:13 +0200
From:      Peter Pentchev <roam@orbitel.bg>
To:        will@FreeBSD.org
Cc:        freebsd-ports@FreeBSD.org
Subject:   Perl5 ports 'make index' trouble
Message-ID:  <20010109134313.L2550@ringworld.oblivion.bg>

next in thread | raw e-mail | index | archive | help
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




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