Date: Fri, 5 Sep 2003 01:53:29 -0500 (CDT) From: Mark Linimon <linimon@lonesome.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/56479: [patch] mark comms/p5-Device-SerialPort as requiring newer perl Message-ID: <200309050653.h856rTdR021359@lonesome.lonesome.com> Resent-Message-ID: <200309050700.h8570bvc097359@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 56479 >Category: ports >Synopsis: [patch] mark comms/p5-Device-SerialPort as requiring newer perl >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: Fri Sep 05 00:00:36 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: Per bento, this port requires something newer than the stock 4.X perl to function. >How-To-Repeat: (bento logs) >Fix: --- p5-Device-SerialPort/Makefile.dist Tue Jul 8 11:32:45 2003 +++ p5-Device-SerialPort/Makefile Fri Sep 5 01:50:23 2003 @@ -21,4 +21,10 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Device::SerialPort.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?200309050653.h856rTdR021359>