ports/98337: Update Port: www/p5-libwww, set IGNORE for <Perl 5.6

Aaron Dalton aaron at FreeBSD.org
Fri Jun 2 00:30:22 UTC 2006


>Number:         98337
>Category:       ports
>Synopsis:       Update Port: www/p5-libwww, set IGNORE for <Perl 5.6
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 02 00:30:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
www/p5-libwww inherits a dependence upon Module::Build and 
security/p5-Authen-SASL, both of which require Perl 5.6+.

>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
? submission.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-libwww/Makefile,v
retrieving revision 1.70
diff -u -r1.70 Makefile
--- Makefile	2 May 2006 15:50:28 -0000	1.70
+++ Makefile	2 Jun 2006 00:21:31 -0000
@@ -43,4 +43,10 @@
 		${WRKSRC}/lib/LWP/Protocol/mailto.pm
 	@${PERL} -pi -e 's!(?=prompt\()!1 || !g' ${WRKSRC}/Makefile.PL
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600 #inherited from Module::Build and security/p5-Authen-SASL
+IGNORE=	requires at least Perl 5.6 due to dependencies.  Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
--- submission.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list