Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2006 22:36:17 +0100
From:      Shaun Amott <shaun@inerd.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96121: [MAINTAINER] devel/p5-ReadLine-Gnu - require Perl 5.8
Message-ID:  <1145568977.6463@charon.picobyte.net>
Resent-Message-ID: <200604202140.k3KLeDWI098053@freefall.freebsd.org>

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

>Number:         96121
>Category:       ports
>Synopsis:       [MAINTAINER] devel/p5-ReadLine-Gnu - require Perl 5.8
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 20 21:40:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Shaun Amott
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:

>Description:

p5-ReadLine-Gnu failed on pointyhat; looks like this version requires
a recent Perl.

>How-To-Repeat:

>Fix:

--- p5-ReadLine-Gnu_perlreq.diff begins here ---
diff -urN p5-ReadLine-Gnu.orig/Makefile p5-ReadLine-Gnu/Makefile
--- p5-ReadLine-Gnu.orig/Makefile	Thu Apr 20 22:23:27 2006
+++ p5-ReadLine-Gnu/Makefile	Thu Apr 20 22:28:30 2006
@@ -25,6 +25,10 @@
 LIB_DEPENDS+=	readline.5:${PORTSDIR}/devel/readline
 .endif
 
+.if ${PERL_LEVEL} < 500800
+IGNORE=	this port requires Perl 5.8 or newer. Install lang/perl5.8 and try again
+.endif
+
 MAN3=		Term::ReadLine::Gnu.3
 
 .include <bsd.port.post.mk>
--- p5-ReadLine-Gnu_perlreq.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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