ports/65899: mark fetchyahoo IGNORE for Perl < 5.6

Trevor Johnson trevor at FreeBSD.org
Thu Apr 22 22:30:20 UTC 2004


>Number:         65899
>Category:       ports
>Synopsis:       mark fetchyahoo IGNORE for Perl < 5.6
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 22 15:30:20 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Trevor Johnson
>Release:        
>Organization:
>Environment:
>Description:
	As reported to me by Per Graa Karlsen and Igor Pokrovsky, the bytes module used by fetchyahoo 2.8.0 is only available in Perl 5.6.0 and later.
>How-To-Repeat:
	
	Install and run on FreeBSD 4-STABLE using the Perl in the base system.
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/fetchyahoo/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	20 Apr 2004 21:10:28 -0000	1.6
+++ Makefile	22 Apr 2004 22:19:24 -0000
@@ -35,6 +35,9 @@
 .if ${PERL_LEVEL} < 500800
 RUN_DEPENDS+=	${SITE_PERL}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net
 .endif
+.if ${PERL_LEVEL} < 500600
+IGNORE=		needs Perl 5.6.0 or newer
+.endif
 
 do-install:
 	@${INSTALL_SCRIPT} ${WRKSRC}/fetchyahoo ${PREFIX}/bin
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list