Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2006 18:21:43 -0600 (MDT)
From:      "Aaron Dalton" <aaron@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98337: Update Port: www/p5-libwww, set IGNORE for <Perl 5.6
Message-ID:  <200606020021.k520LhTS019045@moondance.itsy-bitsy.net>
Resent-Message-ID: <200606020030.k520UGba085997@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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