Date: Thu, 4 Sep 2003 21:09:16 -0500 (CDT) From: Mark Linimon <linimon@lonesome.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/56466: [patch] set www/p5-libservlet to depend on perl 5.6.1 Message-ID: <200309050209.h8529GUD073568@lonesome.lonesome.com> Resent-Message-ID: <200309050210.h852AEof073212@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 56466 >Category: ports >Synopsis: [patch] set www/p5-libservlet to depend on perl 5.6.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 04 19:10:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: Lonesome Dove Computing Services >Environment: System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #2: Mon Aug 25 22:44:23 CDT 2003 linimon@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386 >Description: bento reports that this port needs perl 5.6.1 to install properly. >How-To-Repeat: (bento logs) >Fix: --- p5-libservlet/Makefile.dist Fri Feb 21 07:17:29 2003 +++ p5-libservlet/Makefile Thu Sep 4 21:05:51 2003 @@ -59,4 +59,10 @@ Servlet::SingleThreadModel.3 \ Servlet::UnavailableException.3 \ -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= "needs at least perl 5.6.1 to build" +.endif + +.include <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309050209.h8529GUD073568>